From b151cda461182f0064e1bd22c2a6be59e98b5edf Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Thu, 11 Jul 2013 15:47:52 -0700 Subject: [PATCH 1/5] One of the simplest apps there are. (I think it's even simpler than Null Keyboard, which is where I got the idea, too). --- metadata/com.notriddle.null_launcer.txt | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata/com.notriddle.null_launcer.txt diff --git a/metadata/com.notriddle.null_launcer.txt b/metadata/com.notriddle.null_launcer.txt new file mode 100644 index 0000000000..b578597e47 --- /dev/null +++ b/metadata/com.notriddle.null_launcer.txt @@ -0,0 +1,29 @@ +Category:System +License:GPLv3 +Web Site:http://www.notriddle.com +Source Code:https://github.com/notriddle/null-launcher +Issue Tracker:https://github.com/notriddle/null-launcher/issues + +Auto Name:Null launcher +Summary:A launcher that does nothing. +Description: +Null launcher is a launcher that does nothing. +Yes, really. +It's useful when combined with Wave Launcher, Swapps, and similar. + +After installing, press your home button. +Then, depending on your Android version, either check the "Use by default" box and tap Null launcher, or tap Null launcher then tap "Always." + +If you've accidentally switched to Null Launcher with no way to get out, pinch-zoom on the wallpaper and you can change back to your old launcher. +. + +Repo Type:git +Repo:https://github.com/notriddle/null-launcher.git + +Build Version:1.1,11,1.1 + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.1 +Current Version Code:11 + From 1aa0644eb0b6b3203e4e39a77d4999957d4df8d4 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Fri, 12 Jul 2013 11:15:13 -0700 Subject: [PATCH 2/5] Fix the license on Null Launcher; it's GPLv3+. --- metadata/com.notriddle.null_launcer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.notriddle.null_launcer.txt b/metadata/com.notriddle.null_launcer.txt index b578597e47..3a40b3b4f2 100644 --- a/metadata/com.notriddle.null_launcer.txt +++ b/metadata/com.notriddle.null_launcer.txt @@ -1,5 +1,5 @@ Category:System -License:GPLv3 +License:GPLv3+ Web Site:http://www.notriddle.com Source Code:https://github.com/notriddle/null-launcher Issue Tracker:https://github.com/notriddle/null-launcher/issues From abde88b71ce349113e6e4acaae2403329a503ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 13 Jul 2013 17:30:37 +0200 Subject: [PATCH 3/5] Small changes to null_launcer text --- metadata/com.notriddle.null_launcer.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata/com.notriddle.null_launcer.txt b/metadata/com.notriddle.null_launcer.txt index 3a40b3b4f2..489744926b 100644 --- a/metadata/com.notriddle.null_launcer.txt +++ b/metadata/com.notriddle.null_launcer.txt @@ -5,10 +5,9 @@ Source Code:https://github.com/notriddle/null-launcher Issue Tracker:https://github.com/notriddle/null-launcher/issues Auto Name:Null launcher -Summary:A launcher that does nothing. +Summary:A launcher that does nothing Description: Null launcher is a launcher that does nothing. -Yes, really. It's useful when combined with Wave Launcher, Swapps, and similar. After installing, press your home button. From 2d352f2c16aebe6fe78d9be69c9e36dab206b84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 13 Jul 2013 17:33:35 +0200 Subject: [PATCH 4/5] Disable old dilbert UCM --- metadata/com.mareksebera.dilbert.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/com.mareksebera.dilbert.txt b/metadata/com.mareksebera.dilbert.txt index a7912e4876..05976c2c95 100644 --- a/metadata/com.mareksebera.dilbert.txt +++ b/metadata/com.mareksebera.dilbert.txt @@ -38,8 +38,9 @@ sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \ sed -i 's@\(reference.2=\).*@\1$$ImageLoader$$@' project.properties && \ sed -i 's@\(reference.3=\).*@\1$$PhotoView$$@' project.properties +# Soon to be deleted in favor of simpledilbert Auto Update Mode:None -Update Check Mode:Tags +Update Check Mode:None Current Version:2.1 Current Version Code:13 From fbfab9e8eee48ef0c60148e0eeef13266febb4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 13 Jul 2013 18:05:05 +0200 Subject: [PATCH 5/5] Try a newer simpledilbert build --- metadata/com.mareksebera.simpledilbert.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.mareksebera.simpledilbert.txt b/metadata/com.mareksebera.simpledilbert.txt index f0ffdee751..414a864801 100644 --- a/metadata/com.mareksebera.simpledilbert.txt +++ b/metadata/com.mareksebera.simpledilbert.txt @@ -24,7 +24,7 @@ prebuild=cp -f libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \ sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \ sed -i 's@\(reference.2=\).*@\1$$ImageLoader$$@' project.properties && \ sed -i 's@\(reference.3=\).*@\1$$PhotoView$$@' project.properties -Build Version:2.6,18,v2.6,extlib=android/android-support-v4.jar,\ +Build Version:2.7,20,v2.7,extlib=android/android-support-v4.jar,\ srclibs=ActionBarSherlock@4.3.1;ImageLoader@v1.8.5;PhotoView@05b1c2aae5985,\ prebuild=cp -f libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \ sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \