diff --git a/build/extlib/cooper.ic_launcher.png b/build/extlib/cooper.ic_launcher.png new file mode 100644 index 0000000000..26bc3be4d3 Binary files /dev/null and b/build/extlib/cooper.ic_launcher.png differ diff --git a/metadata/com.ancantus.HYPNOTOAD.txt b/metadata/com.ancantus.HYPNOTOAD.txt new file mode 100644 index 0000000000..f8846328f2 --- /dev/null +++ b/metadata/com.ancantus.HYPNOTOAD.txt @@ -0,0 +1,23 @@ +Categories:Wallpaper +License:GPLv3 +Web Site: +Source Code:https://bitbucket.org/Ancantus/hypnotoad_live_wallpaper/src +Issue Tracker:https://bitbucket.org/Ancantus/hypnotoad_live_wallpaper/issues + +Auto Name:Hypnotoad Live Wallpaper +Summary:Live wallpaper +Description: +Strange toad blinking in front of a static picture. +. + +Repo Type:hg +Repo:https://bitbucket.org/Ancantus/hypnotoad_live_wallpaper + +Build:1.3,4 + commit=9b411 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.3 +Current Version Code:4 + diff --git a/metadata/com.bretternst.URLazy.txt b/metadata/com.bretternst.URLazy.txt new file mode 100644 index 0000000000..404f4b087a --- /dev/null +++ b/metadata/com.bretternst.URLazy.txt @@ -0,0 +1,38 @@ +Categories:Development +License:MIT +Source Code:https://github.com/bretternst/urlazy +Issue Tracker:https://github.com/bretternst/urlazy/issues + +Auto Name:URLazy +Summary:Tool for web devlelopers +Description: +Eases the pain of entering long URLs into a bunch of test devices by finding +collections of URLs on the local network and allowing you to open them with a +single tap. +You can serve links from a GUI app on your workstation or from a Ruby script +on a local development server (source code in same repo). + +URLazy finds this list with no configuration required, provided you are +connected to your network via Wi-Fi. +This makes it super easy to test your projects on real devices without +manually setting up bookmarks or entering URLs. + +This is a better alternative to bookmarks or centralized index pages because +new devices require no set-up and you don't have to edit URLs every time your +environment changes--or if you take your work home. +URLazy uses multicast UDP to find collections of links. +If your network administrator enables it, this can even work across a corporate WAN. +. + +Repo Type:git +Repo:https://github.com/bretternst/urlazy.git + +Build:1.0a,2 + commit=2fe2293df9b49b3 + subdir=src/Android + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0a +Current Version Code:2 + diff --git a/metadata/com.bri1.soundbored.txt b/metadata/com.bri1.soundbored.txt new file mode 100644 index 0000000000..4e141871b4 --- /dev/null +++ b/metadata/com.bri1.soundbored.txt @@ -0,0 +1,26 @@ +Categories:Multimedia +License:GPLv3 +Web Site: +Source Code:https://github.com/nezvadovitz/soundbored +Issue Tracker:https://github.com/nezvadovitz/soundbored/issues + +Auto Name:Instant Sound Effects +Summary:Comedy soundboard +Description: +Play various sound effects, each indicating that you're bored; +including rim-shots and crickets. +In other words, it's a sound-bored (''trombone sound''). +. + +Repo Type:git +Repo:https://github.com/nezvadovitz/soundbored.git + +Build:2.0,3 + commit=42ed + extlibs=android/android-support-v4.jar + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:2.0 +Current Version Code:3 + diff --git a/metadata/com.brockoli.android.hsdroid.txt b/metadata/com.brockoli.android.hsdroid.txt new file mode 100644 index 0000000000..e490e7913d --- /dev/null +++ b/metadata/com.brockoli.android.hsdroid.txt @@ -0,0 +1,32 @@ +Categories:Games +License:Apache2 +Web Site: +Source Code:https://bitbucket.org/brockoli/hsdroid/src +Issue Tracker:https://bitbucket.org/brockoli/hsdroid/issues + +Auto Name:HSDroid +Summary:Watch hockey games +Description: +Client for watching hockeystreams.com live and on demand video streams. +It only uses (HLS) formated streams. + +Requires you to have an active account on http://www.hockeystreams.com +. + +Repo Type:git +Repo:https://bitbucket.org/brockoli/hsdroid.git + +Build:1.6,9 + commit=127e76 + gradle=yes + srclibs=SlidingMenu@d929476bee72 + patch=build.gradle_9.patch + prebuild=echo -e "include ':SlidingMenu'\nproject(':SlidingMenu').projectDir = new File('$(readlink -f $$SlidingMenu$$)')" > settings.gradle && \ + find . -type f -print0 | xargs -0 sed -i 's/com.slidingmenu/com.jeremyfeinstein.slidingmenu/g' && \ + sed -i '202d' src/com/brockoli/android/hsdroid/MainActivity.java + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.6 +Current Version Code:9 + diff --git a/metadata/com.brockoli.android.hsdroid/build.gradle_9.patch b/metadata/com.brockoli.android.hsdroid/build.gradle_9.patch new file mode 100644 index 0000000000..0315d74414 --- /dev/null +++ b/metadata/com.brockoli.android.hsdroid/build.gradle_9.patch @@ -0,0 +1,40 @@ +diff --git a/build.gradle b/build.gradle +index 96f7215..bd832cc 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -1,8 +1,17 @@ ++buildscript { ++ repositories { ++ mavenCentral() ++ } ++ dependencies { ++ classpath 'com.android.tools.build:gradle:0.6.+' ++ } ++} ++ + apply plugin: 'android' + + dependencies { + compile fileTree(dir: 'libs', include: '*.jar') +- compile project(':SlidingMenu:library') ++ compile project(':SlidingMenu') + } + + android { +@@ -20,16 +29,5 @@ android { + assets.srcDirs = ['assets'] + } + +- // Move the tests to tests/java, tests/res, etc... +- instrumentTest.setRoot('tests') +- +- // Move the build types to build-types/ +- // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ... +- // This moves them out of them default location under src//... which would +- // conflict with src/ being used by the main source set. +- // Adding new build types or product flavors should be accompanied +- // by a similar customization. +- debug.setRoot('build-types/debug') +- release.setRoot('build-types/release') + } + } diff --git a/metadata/com.color.colornamer.txt b/metadata/com.color.colornamer.txt index 3b2f986c2a..b53b2f72d8 100644 --- a/metadata/com.color.colornamer.txt +++ b/metadata/com.color.colornamer.txt @@ -1,12 +1,15 @@ Categories:System License:GPLv3 -Web Site: +Web Site:http://www.dektar.com Source Code:https://github.com/kaytdek/ColorNamer Issue Tracker:https://github.com/kaytdek/ColorNamer/issues Auto Name:Color Namer Summary:Names for colours Description: +Ever wondered what the name for that colour is? Or wanted the code for +a colour that could be described as 'dusty'? + Identify colours via the camera and the xkcd survey and share them. Set colours to wallpaper. . diff --git a/metadata/com.cr5315.cfdc.txt b/metadata/com.cr5315.cfdc.txt new file mode 100644 index 0000000000..61850cc0de --- /dev/null +++ b/metadata/com.cr5315.cfdc.txt @@ -0,0 +1,32 @@ +Categories:Office +License:GPLv3 +Web Site:http://cr5315.com +Source Code:https://github.com/cr5315/countdown-for-dashclock +Issue Tracker:https://github.com/cr5315/countdown-for-dashclock/issues + +Auto Name:Countdown for DashClock +Summary:Countdown on the lock screen +Description: +Extension for [[net.nurik.roman.dashclock]] that displays the time +remaining until an event. +. + +Repo Type:git +Repo:https://github.com/cr5315/countdown-for-dashclock.git + +Build:1.3.1,16 + commit=d88d06 + rm=libs/dashclock-api-r2.0.jar + extlibs=android/android-support-v4.jar + srclibs=DashClock@ecb5a191880 + prebuild=echo 'source.dir=src;$$DashClock$$/api/src/main/java;$$DashClock$$/api/src/main/aidl' >> project.properties + +Maintainer Notes: +There are tags, but not up to date. +. + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.3.1 +Current Version Code:16 + diff --git a/metadata/com.dconstructing.cooper.txt b/metadata/com.dconstructing.cooper.txt new file mode 100644 index 0000000000..a2622b0b59 --- /dev/null +++ b/metadata/com.dconstructing.cooper.txt @@ -0,0 +1,51 @@ +Categories:Development +License:GPLv3 +Web Site:http://dconstructing.com +Source Code:https://github.com/losttime/cooper +Issue Tracker:https://github.com/losttime/cooper/issues + +Auto Name:Cooper +Summary:Remote file editing +Description: +Edit files on your linux machine, even when you're on the go. +Cooper provides a touch interface for SSH, making it easy to log in to a +servers and edit files. +Make simple code/configuration changes without squinting at a tiny terminal +and using a special keyboard. + +Cooper does: +* Allow password based login to SSH servers +* Let you traverse the directory structure on SSH servers +* Let you open and edit files on SSH servers +* Save a list of your SSH servers (for easy access) + +This app is being developed to make remote software/web-app development easier, +so future improvements will include tablet optimized layouts, a touch optimized +command execution interface (menu based with support for custom commands), and +a mechanism for jumping between open files. + +Cooper does not: +* Allow command execution +* Provide root/sudo support +* Save your SSH password +* Support non-standard SSH ports + +Status: Beta. +. + +Repo Type:git +Repo:https://github.com/losttime/cooper.git + +Build:1.1,2 + commit=v1.1 + subdir=cooper + extlibs=cooper.ic_launcher.png + prebuild=mkdir src/main/res/drawable && \ + mv libs/cooper.ic_launcher.png src/main/res/drawable/ic_launcher.png + gradle=yes + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.1 +Current Version Code:2 + diff --git a/metadata/com.dje.openwifinetworkremover.txt b/metadata/com.dje.openwifinetworkremover.txt new file mode 100644 index 0000000000..cb3f853ed0 --- /dev/null +++ b/metadata/com.dje.openwifinetworkremover.txt @@ -0,0 +1,25 @@ +Categories:Internet +License:GPLv3 +Web Site: +Source Code:https://github.com/duncanje/android-open-wifi-network-remover +Issue Tracker:https://github.com/duncanje/android-open-wifi-network-remover/issues + +Auto Name:Open WiFi Cleaner +Summary:Forget open access points +Description: +No description available +. + +Repo Type:git +Repo:https://github.com/duncanje/android-open-wifi-network-remover.git + +Build:0.1.5,15 + commit=0.1.5 + srclibs=1:Support-v7@android-4.3_r2.1 + prebuild=mv dependencies/android-settings-goodies-0.2/libs/android-support-v4.jar $$Support-v7$$/libs/ + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.1.5 +Current Version Code:15 + diff --git a/metadata/com.duckduckgo.mobile.android.txt b/metadata/com.duckduckgo.mobile.android.txt new file mode 100644 index 0000000000..bf1c4ae198 --- /dev/null +++ b/metadata/com.duckduckgo.mobile.android.txt @@ -0,0 +1,34 @@ +Categories:Internet +License:Apache2 +Web Site:https://ddg.gg +Source Code:https://github.com/duckduckgo/android +Issue Tracker:https://github.com/duckduckgo/android/issues + +Auto Name:DuckDuckGo +Summary:Search widget +Description: +Search the web via duckduckgo.com, a search engine that's focussed +on privacy. + +The app also works like a news reader, showing popular stories from a +customizable list of websites, until you enter a query. + +Works with [[org.torproject.android]]. +. + +Repo Type:git +Repo:https://github.com/duckduckgo/android.git + +Build:2.1.1,52 + commit=v2.1.1 + srclibs=1:NetCipher@4fe34ede3f44d968e55 + +Maintainer Notes: +Uses submodules which can be used to check library commit +. + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:2.1.1 +Current Version Code:52 + diff --git a/metadata/com.elsewhat.android.currentwallpaper.txt b/metadata/com.elsewhat.android.currentwallpaper.txt new file mode 100644 index 0000000000..1dca62e677 --- /dev/null +++ b/metadata/com.elsewhat.android.currentwallpaper.txt @@ -0,0 +1,23 @@ +Categories:Wallpaper +License:Apache2 +Web Site: +Source Code:https://github.com/elsewhat/com.elsewhat.android.currentwallpaper +Issue Tracker:https://github.com/elsewhat/com.elsewhat.android.currentwallpaper/issues + +Auto Name:Current Wallpaper +Summary:Display wallpapers as standalone +Description: +No description available +. + +Repo Type:git +Repo:https://github.com/elsewhat/com.elsewhat.android.currentwallpaper.git + +Build:1.0,2 + commit=f9cc + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0 +Current Version Code:2 + diff --git a/metadata/com.euedge.openaviationmap.android.txt b/metadata/com.euedge.openaviationmap.android.txt index b43c481174..283c0bd2fb 100644 --- a/metadata/com.euedge.openaviationmap.android.txt +++ b/metadata/com.euedge.openaviationmap.android.txt @@ -9,8 +9,8 @@ Bitcoin:07a7194397ae0f8d40740488472a43fd Summary:Display aviation maps Description: Part of project to develop an aviation equivalent of OSM. -Downloadable maps are currently limited to Hungary and some other parts of -Central Europe. +Downloadable maps are currently limited to Hungary +at the time of writing. . Repo Type:git-svn diff --git a/metadata/com.github.grimpy.botifier.txt b/metadata/com.github.grimpy.botifier.txt index 4ed61596fa..8740b3bec4 100644 --- a/metadata/com.github.grimpy.botifier.txt +++ b/metadata/com.github.grimpy.botifier.txt @@ -1,13 +1,33 @@ Categories:System License:MIT -Web Site: +Web Site:http://forum.xda-developers.com/showthread.php?t=2421357 Source Code:https://github.com/grimpy/Botifier Issue Tracker:https://github.com/grimpy/Botifier/issues Auto Name:Botifier Summary:Send notifications via Bluetooth Description: -Using AVCRP to send notifications to other devices. +* Show notifcations on car radio +* Show application as artist +* Show summary as album +* Show full notification text as title (can be split over multiple chunks max length is configurable) +* Play notification via TTS (text to speech) +* Use next / previous track to navigate through notifications +* Use pause / play button to remove notifcation +* Use forward button to close notification stream might help to regain focus to previous playing audio. + +To test if your media device (car radio) supports AVRCP 1.3 play a mp3 song +which has id3 information set and check if this information is shown on the +media device. + +There are two ways to provide this application with info about notifications +via accesiblities or via notification access. +The later one is the prefered method which is only support on Android 4.3 and up. +To enable Botifier via Notification Access (Android 4.3 only): +Goto Settings -> Security -> Notification Access -> Enable Botifier (Setting only available if Botifier is installed) +To enable Botifier via Accessiblity: +Goto Settings -> Accessiblity -> Enable Botifier +Do not enable both methods which will cause unexpected behaviour. . Repo Type:git diff --git a/metadata/com.github.nicolassmith.urlevaluator.txt b/metadata/com.github.nicolassmith.urlevaluator.txt new file mode 100644 index 0000000000..ce55b01ea4 --- /dev/null +++ b/metadata/com.github.nicolassmith.urlevaluator.txt @@ -0,0 +1,24 @@ +Categories:Internet +License:MIT +Web Site: +Source Code:https://github.com/nicolassmith/urlevaluator +Issue Tracker:https://github.com/nicolassmith/urlevaluator/issues + +Auto Name:Short URL Evaluator +Summary:Evaluate short urls +Description: +300 domains supported. +. + +Repo Type:git +Repo:https://github.com/nicolassmith/urlevaluator.git + +Build:1.8,9 + commit=5cd3b + prebuild=echo -e 'java.source=1.6\njava.target=1.6' > ant.properties + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.8 +Current Version Code:9 + diff --git a/metadata/com.gracecode.android.presentation.txt b/metadata/com.gracecode.android.presentation.txt index 10f103e63d..b725aa0f44 100644 --- a/metadata/com.gracecode.android.presentation.txt +++ b/metadata/com.gracecode.android.presentation.txt @@ -16,6 +16,7 @@ Repo:https://github.com/feelinglucky/Presentation.git Build:1.0.2,20131114 commit=559f31d12f8e + disable=only use build-tools 19 target=android-16 srclibs=1:Volley@android-4.4_r1.2;2:PullToRefresh@v2.1.1 prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties && \ diff --git a/metadata/com.jaygoel.virginminuteschecker.txt b/metadata/com.jaygoel.virginminuteschecker.txt index 1559909901..badb902fa3 100644 --- a/metadata/com.jaygoel.virginminuteschecker.txt +++ b/metadata/com.jaygoel.virginminuteschecker.txt @@ -1,13 +1,17 @@ AntiFeatures:UpstreamNonFree Category:Office License:NewBSD -Web Site:https://github.com/poundifdef/VirginMobileMinutesChecker +Web Site:http://www.jaygoel.com Source Code:https://github.com/poundifdef/VirginMobileMinutesChecker Issue Tracker:https://github.com/poundifdef/VirginMobileMinutesChecker/issues Auto Name:Minutes Checker for Virgin Mobile Summary:For Virgin Mobile US customers Description: +Fetches info about the Beyond Talk plan +from Virgin Mobile's servers but isn't officially endorsed +by the company. + A proprietary ad library was removed. . diff --git a/metadata/com.jonglen7.jugglinglab.txt b/metadata/com.jonglen7.jugglinglab.txt new file mode 100644 index 0000000000..b9ec4210dd --- /dev/null +++ b/metadata/com.jonglen7.jugglinglab.txt @@ -0,0 +1,25 @@ +Categories:Games +License:GPLv3 +Web Site:http://jugglinglab.sourceforge.net +Source Code:http://code.google.com/p/jugglinglab/source/list +Issue Tracker:http://code.google.com/p/jugglinglab/issues/list + +Auto Name:Juggling Lab +Summary:Animated juggling patterns +Description: +Based on the desktop software, also called Juggling lab. +. + +Repo Type:git-svn +Repo:http://jugglinglab.googlecode.com/svn/trunk/ + +Build:1.1,3 + commit=251 + init=echo 'target=android-16' > project.properties + srclibs=1:GreenDroid@greendroid-0.2;2:SuperDryColorPicker@5c488 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.1 +Current Version Code:3 + diff --git a/metadata/com.kyakujin.android.tagnotepad.txt b/metadata/com.kyakujin.android.tagnotepad.txt new file mode 100644 index 0000000000..68073926e5 --- /dev/null +++ b/metadata/com.kyakujin.android.tagnotepad.txt @@ -0,0 +1,24 @@ +Categories:Office +License:Apache2 +Web Site:https://github.com/Kyakujin/TagNotepad +Source Code:https://github.com/Kyakujin/TagNotepad +Issue Tracker:https://github.com/Kyakujin/TagNotepad/issues + +Auto Name:TAG Notepad +Summary:Tag-based notebook +Description: +No description available +. + +Repo Type:git +Repo:https://github.com/Kyakujin/TagNotepad.git + +Build:1.0.2,3 + commit=5f68 + srclibs=1:ActionBarSherlock@4.4.0 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0.2 +Current Version Code:3 + diff --git a/metadata/com.lightbox.android.camera.txt b/metadata/com.lightbox.android.camera.txt index 9ac8dd3b48..97f7906485 100644 --- a/metadata/com.lightbox.android.camera.txt +++ b/metadata/com.lightbox.android.camera.txt @@ -1,6 +1,6 @@ Category:Multimedia License:Apache2 -Web Site: +Web Site:http://lightbox.com Source Code:https://github.com/lightbox/QuickSnap Issue Tracker:https://github.com/lightbox/QuickSnap/issues diff --git a/metadata/com.linkomnia.android.Changjie.txt b/metadata/com.linkomnia.android.Changjie.txt new file mode 100644 index 0000000000..c6acb7dbd3 --- /dev/null +++ b/metadata/com.linkomnia.android.Changjie.txt @@ -0,0 +1,23 @@ +Categories:System +License:GPLv3 +Web Site: +Source Code:https://github.com/wanleung/ChangjieIME +Issue Tracker:https://github.com/wanleung/ChangjieIME/issues + +Auto Name:Changjie Input Method +Summary:Chinese keyboard +Description: +The project is based on the new ibus-cangjie based library libcangjie. +. + +Repo Type:git +Repo:https://github.com/wanleung/ChangjieIME.git + +Build:0.1,3 + commit=6b3a58f0726bfb387a + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:0.1 +Current Version Code:3 + diff --git a/metadata/com.littlebytesofpi.pylauncher.txt b/metadata/com.littlebytesofpi.pylauncher.txt new file mode 100644 index 0000000000..5258106a75 --- /dev/null +++ b/metadata/com.littlebytesofpi.pylauncher.txt @@ -0,0 +1,31 @@ +Categories:Development +License:MIT +Web Site:http://littlebytesofpi.com/index.php/projects/our-pro/tcp-client-serve +Source Code:https://bitbucket.org/gbriggs/lbp_tcpipsockets/src +Issue Tracker:https://bitbucket.org/gbriggs/lbp_tcpipsockets/issues + +Auto Name:pyLauncher +Summary:Launch scripts on a server +Description: +Install the server (see the source code page) on a Raspberry PI (or other) then launch Python program +files from the user interface on the Android. +The results of the program are returned to the Android application, and +displayed on the screen. + +* Connect any number of pyLauncher Android clients to the server on your local area network. +* Select a Python.py file from the Android user interface, and have it run on the Raspberry Pi. +* Results of each Python file run are broadcast to all connected Android clients +. + +Repo Type:git +Repo:https://bitbucket.org/gbriggs/lbp_tcpipsockets.git + +Build:1.0.8,4 + commit=1.0.8 + subdir=AndroidClient/pyLauncher + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.0.8 +Current Version Code:4 + diff --git a/metadata/com.matoski.adbm.txt b/metadata/com.matoski.adbm.txt index 41a5c5a300..9bde29cd1e 100644 --- a/metadata/com.matoski.adbm.txt +++ b/metadata/com.matoski.adbm.txt @@ -5,7 +5,7 @@ Source Code:https://github.com/ilijamt/android-adbm Issue Tracker:https://github.com/ilijamt/android-adbm/issues Auto Name:ADB Manager -Summary:Control ADB connections +Summary:Manage Android Debug Bridge Description: * Easy control and access details from notification bar * Auto connect on saved WiFi networks diff --git a/metadata/com.mirasmithy.epochlauncher.txt b/metadata/com.mirasmithy.epochlauncher.txt index afeac92457..f38670d473 100644 --- a/metadata/com.mirasmithy.epochlauncher.txt +++ b/metadata/com.mirasmithy.epochlauncher.txt @@ -16,6 +16,7 @@ Repo:https://github.com/mirasmithy/epochlauncher.git Build:1.1,2 commit=v1.1 + disable=only use build-tools 19 prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties Auto Update Mode:None diff --git a/metadata/com.nesswit.galbijjimsearcher.txt b/metadata/com.nesswit.galbijjimsearcher.txt new file mode 100644 index 0000000000..26a71fe622 --- /dev/null +++ b/metadata/com.nesswit.galbijjimsearcher.txt @@ -0,0 +1,28 @@ +Categories:Multimedia +License:Apache2 +Web Site: +Source Code:https://github.com/rishubil/GalbijjimSearcher +Issue Tracker:https://github.com/rishubil/GalbijjimSearcher/issues + +Auto Name:Galbijjim Searcher +Summary:Search images from the web +Description: +No description available +. + +Repo Type:git +Repo:https://github.com/rishubil/GalbijjimSearcher.git + +Build:1.2.1.0,7 + commit=7d796 + subdir=GalbijjimSearcher + srclibs=2:PullToRefresh@v2.1.1;5:ProgressFragment@1.4.0 + prebuild=cp ../lib-actionbarsherlock/libs/android-support-v4.jar $$ProgressFragment$$/libs/ && \ + mv src/com/nesswit/galbijjimsearcher/DeviceData.java v.java && \ + perl -CD -pe 'tr/\x{feff}//d' v.java > src/com/nesswit/galbijjimsearcher/DeviceData.java + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.2.1.0 +Current Version Code:7 + diff --git a/metadata/com.ruesga.android.wallpapers.photophase.txt b/metadata/com.ruesga.android.wallpapers.photophase.txt index 0064bcf259..989d930bae 100644 --- a/metadata/com.ruesga.android.wallpapers.photophase.txt +++ b/metadata/com.ruesga.android.wallpapers.photophase.txt @@ -12,6 +12,8 @@ applying transitions and effects. There is an OpenGL issue with one type of chipset in v1.0.6 that can cause the system to crash and the only fix is to uninstall the app. +Note that Android has a 'safe mode' that disables all user-installed apps +at start time, allowing you to uninstall troublesome apps. . Repo Type:git diff --git a/metadata/com.scar45.aokp.co.webviewer.txt b/metadata/com.scar45.aokp.co.webviewer.txt new file mode 100644 index 0000000000..434113c12f --- /dev/null +++ b/metadata/com.scar45.aokp.co.webviewer.txt @@ -0,0 +1,26 @@ +Categories:Internet +License:GPLv3 +Web Site:http://aokp.co +Source Code:https://github.com/scar45/aokp-co-webviewer +Issue Tracker:https://github.com/scar45/aokp-co-webviewer/issues +Donate:http://aokp.co/donate + +Auto Name:AOKP.co +Summary:Wrapper for AOKP website +Description: +AOKP is a custom ROM; there you get access to galleries and +screenshots. +. + +Repo Type:git +Repo:https://github.com/scar45/aokp-co-webviewer.git + +Build:1.0,2 + commit=37060d46ce49 + update=force + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0 +Current Version Code:2 + diff --git a/metadata/com.sismics.reader.txt b/metadata/com.sismics.reader.txt new file mode 100644 index 0000000000..9e33ebe028 --- /dev/null +++ b/metadata/com.sismics.reader.txt @@ -0,0 +1,33 @@ +Categories:Reading +License:GPL +Web Site:http://www.sismics.com +Source Code:https://github.com/sismics/reader +Issue Tracker:https://github.com/sismics/reader/issues + +Auto Name:Sismics Reader +Summary:Feed reader +Description: +Connect to your Sismics feed aggregator (in the same source code repo; +it's also written in Java though prebuilts are available). +. + +Repo Type:git +Repo:https://github.com/sismics/reader.git + +Build:1.3.1,5 + commit=3284254ca61539ac + subdir=reader-android + maven=yes + prebuild=sed -i 's/3.5.3/3.6.1/g' pom.xml && \ + $$MVN3$$ -N -Pinit validate && \ + $$MVN3$$ install:install-file -DgroupId=com.google.android -DartifactId=support-v4 -Dversion=r13 -Dpackaging=jar -Dfile=../../extlib/android/android-support-v4r13.jar + +Maintainer Notes: +Tags are probably for the server +. + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.3.1 +Current Version Code:5 + diff --git a/metadata/com.ten15.diyfish.txt b/metadata/com.ten15.diyfish.txt new file mode 100644 index 0000000000..d83ccd9146 --- /dev/null +++ b/metadata/com.ten15.diyfish.txt @@ -0,0 +1,26 @@ +Categories:System +License:MIT +Web Site: +Source Code:https://github.com/awilliams/fish +Issue Tracker:https://github.com/awilliams/fish/issues + +Auto Name:Fish +Summary:Screensaver +Description: +Fish daydream. Need to enable daydreams first. +. + +Repo Type:git +Repo:https://github.com/awilliams/fish.git + +Build:1.0,2 + commit=10089 + subdir=DIYFish/src/main + target=android-19 + prebuild=echo 'source.dir=java' >ant.properties + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0 +Current Version Code:2 + diff --git a/metadata/com.tkjelectronics.balanduino.txt b/metadata/com.tkjelectronics.balanduino.txt new file mode 100644 index 0000000000..6c40f85f04 --- /dev/null +++ b/metadata/com.tkjelectronics.balanduino.txt @@ -0,0 +1,41 @@ +Categories:Development +License:GPL +Web Site:http://www.balanduino.net +Source Code:https://github.com/TKJElectronics/BalanduinoAndroidApp +Issue Tracker:https://github.com/TKJElectronics/BalanduinoAndroidApp/issues + +Auto Name:Balanduino +Summary:Controller for a robot +Description: +For the [http://www.kickstarter.com/projects/tkjelectronics/balanduino-balancing-robot-kit Balanduino]: +a kit for a fully-FOSS, arduino-compatible, balancing robot. + +There are two versions: one with usb OTG (for uploading firmware) and one without. +. + +Repo Type:git +Repo:https://github.com/TKJElectronics/BalanduinoAndroidApp.git + +Build:0.5.0-basic,1000050 + commit=0.5.0 + disable=targets java 1.7 so must use build-tools 19 + submodules=yes + gradle=basic + prebuild=sed -i "6,7d;45 i \\\tversionName = project.versionName + '-basic'" build.gradle + +Build:0.5.0-usb,1200050 + commit=0.5.0 + disable=targets java 1.7 so must use build-tools 19 + submodules=yes + gradle=usb + prebuild=sed -i "6,7d;49 i \\\tversionName = project.versionName + '-usb'" build.gradle + +Maintainer Notes: +Tags/RM UCM don't work as version info is in build.gradle. +. + +Auto Update Mode:None +Update Check Mode:None +Current Version:0.5.0 +Current Version Code:12000050 + diff --git a/metadata/com.ultramegatech.ey.txt b/metadata/com.ultramegatech.ey.txt new file mode 100644 index 0000000000..c66966e7d0 --- /dev/null +++ b/metadata/com.ultramegatech.ey.txt @@ -0,0 +1,25 @@ +Categories:Science & Education +License:MIT +Web Site:http://ultramegasoft.com +Source Code:https://github.com/ultramega/elementary +Issue Tracker:https://github.com/ultramega/elementary/issues +Donate:http://ey.ultramegatech.com/donate + +Auto Name:Elementary +Summary:Periodic table of elements +Description: +Tap the element to see info and access videos and +Wikipedia articles. +. + +Repo Type:git +Repo:https://github.com/ultramega/elementary.git + +Build:0.1.5,6 + commit=eecdec + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:0.1.5 +Current Version Code:6 + diff --git a/metadata/com.unleashyouradventure.swaccess.txt b/metadata/com.unleashyouradventure.swaccess.txt new file mode 100644 index 0000000000..780d8233d6 --- /dev/null +++ b/metadata/com.unleashyouradventure.swaccess.txt @@ -0,0 +1,34 @@ +Categories:Reading +License:GPLv3 +Web Site:http://unleashyouradventure.com +Source Code:http://code.google.com/p/smashwords-access-for-android/source/list +Issue Tracker:http://code.google.com/p/smashwords-access-for-android/issues/list + +Auto Name:Smashwords Access +Summary:eBook shop +Description: +Unofficial app for smashwords.com, a purveyor of DRM-free and gratis ebooks. + +Books can be loaded directly from Cool reader, FBReader or Pageturner +. + +Repo Type:git-svn +Repo:http://smashwords-access-for-android.googlecode.com/svn/trunk/ + +Build:011 beta,11 + commit=25 + subdir=SmashwordsAccess + extlibs=jsoup/jsoup-1.7.2.jar + srclibs=1:ActionBarSherlock@4.4.0;Smashwords-API@51;Google-Gson@1163;ImageLoader-Novoda@imageloader-parent-1.5.0 + prebuild=cp -r $$Smashwords-API$$/src/main/java/com/unleashyouradventure/swapi/ src/com/unleashyouradventure/ && \ + cp -r $$ImageLoader-Novoda$$/src/main/java/com/novoda/ src/com/ && \ + cp -r $$Google-Gson$$/src/main/java/com/google/ src/com/ + +Build:012 beta,12 + disable=not published + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:012 beta +Current Version Code:12 + diff --git a/metadata/com.weicheng.taipeiyoubikeoffline.txt b/metadata/com.weicheng.taipeiyoubikeoffline.txt new file mode 100644 index 0000000000..6c3a9838c0 --- /dev/null +++ b/metadata/com.weicheng.taipeiyoubikeoffline.txt @@ -0,0 +1,25 @@ +Categories:Navigation +License:GPLv3 +Web Site:http://www.youbike.com.tw/home.php?eng=1 +Source Code:https://bitbucket.org/tiduswc2/taipei-youbike-offline/src +Issue Tracker:https://bitbucket.org/tiduswc2/taipei-youbike-offline/issues +Donate:http://techwagon.blogspot.com + +Auto Name:Taipei Youbike Offline +Summary: +Description: +Browse the bike stations in Taiwan's capital city on a Mapnik (OSM) map +(which are bundled). The interface of the app is only in Chinese currently. +. + +Repo Type:hg +Repo:https://bitbucket.org/tiduswc2/taipei-youbike-offline + +Build:1.0,1 + commit=9148fb9 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0 +Current Version Code:1 + diff --git a/metadata/com.wentam.defcol.txt b/metadata/com.wentam.defcol.txt new file mode 100644 index 0000000000..a063f1a93b --- /dev/null +++ b/metadata/com.wentam.defcol.txt @@ -0,0 +1,26 @@ +Categories:Office +License:Apache2 +Web Site:http://wentam.com +Source Code:https://github.com/wentam/DefCol +Issue Tracker:https://github.com/wentam/DefCol/issues + +Auto Name:DefCol +Summary:Palette and color manager +Description: +Allows you to create palettes (color swatches/schemes) with the radial +palette, and edit them with a color picker. The color picker will also scale +to the size of your screen. +You can also connect DefCol to your computer to make those palettes useful. +. + +Repo Type:git +Repo:https://github.com/wentam/DefCol.git + +Build:0.9.10,6 + commit=f1e38 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:0.9.10 +Current Version Code:6 + diff --git a/metadata/com.willhauck.linconnectclient.txt b/metadata/com.willhauck.linconnectclient.txt new file mode 100644 index 0000000000..509626109a --- /dev/null +++ b/metadata/com.willhauck.linconnectclient.txt @@ -0,0 +1,34 @@ +Categories:System +License:GPLv3 +Web Site: +Source Code:https://github.com/hauckwill/linconnect-client +Issue Tracker:https://github.com/hauckwill/linconnect-client/issues + +Auto Name:LinConnect +Summary:Mirror notifications to desktop +Description: +Install the server on the desktop: see the source code page. + +* Extremely simple setup +* Integrated with Linux desktop icon theme +* Uses LibNotify and Python for compatibility + +Encryption isn't yet supported. + +Status: Alpha +. + +Repo Type:git +Repo:https://github.com/hauckwill/linconnect-client.git + +Build:2.13,7 + commit=0d2e7bd73564b6 + subdir=LinConnectClient + target=android-19 + srclibs=1:Changelog-cketti@v1.2.0 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:2.13 +Current Version Code:7 + diff --git a/metadata/de.koelle.christian.trickytripper.txt b/metadata/de.koelle.christian.trickytripper.txt new file mode 100644 index 0000000000..ab0331a366 --- /dev/null +++ b/metadata/de.koelle.christian.trickytripper.txt @@ -0,0 +1,29 @@ +Categories:Office +License:Apache2 +Web Site:http://tricktripper.blogspot.de +Source Code:https://github.com/koelleChristian/trickytripper +Issue Tracker:https://github.com/koelleChristian/trickytripper/issues + +Auto Name:Tricky Tripper +Summary:Manage travel expenses +Description: +Especially for managing shared expenses +. + +Repo Type:git +Repo:https://github.com/koelleChristian/trickytripper.git + +Build:1.4.2,12 + commit=c1f7c + subdir=trickytripper-app + gradle=yes + srclibs=ActionBarSherlock@4.4.0 + prebuild=echo -e "include ':ActionBarSherlock'\nproject(':ActionBarSherlock').projectDir = new File('$(readlink -f $$ActionBarSherlock$$)')" > settings.gradle && \ + sed -i 's/0.4/0.6+/g;s/:C::Users:ckoelle:Projekte:Android:actionbarsherlock:4.2.0:library/:ActionBarSherlock/g' build.gradle && \ + sed -i 's/16/17/g' AndroidManifest.xml + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.4.2 +Current Version Code:12 + diff --git a/metadata/de.markusfisch.android.wavelines.txt b/metadata/de.markusfisch.android.wavelines.txt new file mode 100644 index 0000000000..5b09aa54c0 --- /dev/null +++ b/metadata/de.markusfisch.android.wavelines.txt @@ -0,0 +1,23 @@ +Categories:Wallpaper +License:MIT +Web Site:http://markusfisch.de +Source Code:https://github.com/markusfisch/WaveLinesWallpaper +Issue Tracker:https://github.com/markusfisch/WaveLinesWallpaper/issues + +Auto Name:Wave Lines +Summary:Wavy wallpaper +Description: +. + +Repo Type:git +Repo:https://github.com/markusfisch/WaveLinesWallpaper.git + +Build:1.2.0,3 + commit=v1.2.0 + init=cat ant.properties >> project.properties + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.2.0 +Current Version Code:3 + diff --git a/metadata/de.onyxbits.drudgery.txt b/metadata/de.onyxbits.drudgery.txt index 61ea2a50c0..d38434ed2c 100644 --- a/metadata/de.onyxbits.drudgery.txt +++ b/metadata/de.onyxbits.drudgery.txt @@ -1,6 +1,6 @@ Categories:Games License:Apache2 -Web Site: +Web Site:http://www.onyxbits.de Source Code:https://github.com/onyxbits/Drudgery Issue Tracker:https://github.com/onyxbits/Drudgery/issues diff --git a/metadata/fr.simon.marquis.preferencesmanager.txt b/metadata/fr.simon.marquis.preferencesmanager.txt index 276ee96edb..78a8ab3091 100644 --- a/metadata/fr.simon.marquis.preferencesmanager.txt +++ b/metadata/fr.simon.marquis.preferencesmanager.txt @@ -16,15 +16,25 @@ Requires Root:Yes Repo Type:git Repo:https://github.com/SimonMarquis/Android-PreferencesManager.git +Build:1.4,15 + commit=b3d8533ace17 + subdir=PreferencesManager + target=android-18 + rm=PreferencesManager/assets;Resources;PreferencesManager/libs/rootfw.jar + srclibs=1:Support-v7@android-4.3_r2.1;2:RootFW@2_0.3.2;3:StickyListHeaders-tots@62be7e8a7e547 + patch=fonts_15.patch + prebuild=mv libs/android-support-v4.jar $$Support-v7$$/libs/ + Build:1.5,16 - commit=d4b752b + commit=v1.5 + disable=crashes: android.view.InflateException: Binary XML file line #49: Error inflating class fr.simon.marquis.preferencesmanager.roboto.RobotoTextView subdir=PreferencesManager rm=PreferencesManager/assets;Resources;PreferencesManager/libs/rootfw.jar srclibs=1:Support-v7@android-4.3_r2.1;2:RootFW@2_0.3.2;3:StickyListHeaders-tots@62be7e8a7e547 prebuild=mv libs/android-support-v4.jar $$Support-v7$$/libs/ Auto Update Mode:None -Update Check Mode:RepoManifest +Update Check Mode:Tags Current Version:1.5 Current Version Code:16 diff --git a/metadata/fr.simon.marquis.preferencesmanager/fonts_15.patch b/metadata/fr.simon.marquis.preferencesmanager/fonts_15.patch new file mode 100644 index 0000000000..c279bb6f7b --- /dev/null +++ b/metadata/fr.simon.marquis.preferencesmanager/fonts_15.patch @@ -0,0 +1,742 @@ +diff --git a/PreferencesManager/project.properties b/PreferencesManager/project.properties +index 568922b..c0cbb95 100644 +--- a/PreferencesManager/project.properties ++++ b/PreferencesManager/project.properties +@@ -11,7 +11,6 @@ + #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + + # Project target. +-target=android-18 +-android.library.reference.1=..\\..\\..\\..\\..\\adt-bundle-windows\\sdk\\extras\\android\\support\\v7\\appcompat +-android.library.reference.3=../../StickyListHeaders-master/library +-android.library.reference.2=../../Roboto ++target=android-18 ++android.library.reference.1=../../srclib/Support-v7/v7/appcompat ++android.library.reference.2=../../srclib/StickyListHeaders-tots/library +diff --git a/PreferencesManager/res/layout-v14/dialog_pref_boolean_add.xml b/PreferencesManager/res/layout-v14/dialog_pref_boolean_add.xml +index 94caed1..aa61951 100644 +--- a/PreferencesManager/res/layout-v14/dialog_pref_boolean_add.xml ++++ b/PreferencesManager/res/layout-v14/dialog_pref_boolean_add.xml +@@ -16,11 +16,11 @@ + + +- + +- + +diff --git a/PreferencesManager/res/layout-v14/dialog_pref_boolean_edit.xml b/PreferencesManager/res/layout-v14/dialog_pref_boolean_edit.xml +index 72c8a71..8dc1965 100644 +--- a/PreferencesManager/res/layout-v14/dialog_pref_boolean_edit.xml ++++ b/PreferencesManager/res/layout-v14/dialog_pref_boolean_edit.xml +@@ -16,11 +16,11 @@ + + +- + +- + +diff --git a/PreferencesManager/res/layout/activity_app_list.xml b/PreferencesManager/res/layout/activity_app_list.xml +index 8be67bc..927c233 100644 +--- a/PreferencesManager/res/layout/activity_app_list.xml ++++ b/PreferencesManager/res/layout/activity_app_list.xml +@@ -46,14 +46,14 @@ + android:layout_height="wrap_content" + android:layout_marginBottom="10dp" /> + +- ++ /> + + + + +- ++ /> + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/activity_file_editor.xml b/PreferencesManager/res/layout/activity_file_editor.xml +index 80fd815..a6b4d13 100644 +--- a/PreferencesManager/res/layout/activity_file_editor.xml ++++ b/PreferencesManager/res/layout/activity_file_editor.xml +@@ -19,7 +19,7 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" > + +- ++ /> + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/activity_preferences.xml b/PreferencesManager/res/layout/activity_preferences.xml +index 6d47634..e433ac3 100644 +--- a/PreferencesManager/res/layout/activity_preferences.xml ++++ b/PreferencesManager/res/layout/activity_preferences.xml +@@ -56,14 +56,14 @@ + android:layout_marginBottom="10dp" + android:src="@drawable/empty_view" /> + +- ++ /> + + + + +- ++ /> + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/dialog_about.xml b/PreferencesManager/res/layout/dialog_about.xml +index 7caf943..b0adb1b 100644 +--- a/PreferencesManager/res/layout/dialog_about.xml ++++ b/PreferencesManager/res/layout/dialog_about.xml +@@ -21,7 +21,7 @@ + android:orientation="vertical" + android:showDividers="middle" > + +- ++ /> + + + +- ++ /> + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/dialog_pref_boolean_add.xml b/PreferencesManager/res/layout/dialog_pref_boolean_add.xml +index 02497be..a6e127b 100644 +--- a/PreferencesManager/res/layout/dialog_pref_boolean_add.xml ++++ b/PreferencesManager/res/layout/dialog_pref_boolean_add.xml +@@ -16,11 +16,11 @@ + + +- + +- + +diff --git a/PreferencesManager/res/layout/dialog_pref_boolean_edit.xml b/PreferencesManager/res/layout/dialog_pref_boolean_edit.xml +index 3d863c9..11eeece 100644 +--- a/PreferencesManager/res/layout/dialog_pref_boolean_edit.xml ++++ b/PreferencesManager/res/layout/dialog_pref_boolean_edit.xml +@@ -16,11 +16,11 @@ + + +- + +- + +diff --git a/PreferencesManager/res/layout/dialog_pref_btn_bar_add.xml b/PreferencesManager/res/layout/dialog_pref_btn_bar_add.xml +index 9a7a066..eb624b2 100644 +--- a/PreferencesManager/res/layout/dialog_pref_btn_bar_add.xml ++++ b/PreferencesManager/res/layout/dialog_pref_btn_bar_add.xml +@@ -22,12 +22,12 @@ + android:layout_height="wrap_content" + android:orientation="horizontal" > + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_btn_bar_edit.xml b/PreferencesManager/res/layout/dialog_pref_btn_bar_edit.xml +index 935b6fb..47a9bf7 100644 +--- a/PreferencesManager/res/layout/dialog_pref_btn_bar_edit.xml ++++ b/PreferencesManager/res/layout/dialog_pref_btn_bar_edit.xml +@@ -22,17 +22,17 @@ + android:layout_height="wrap_content" + android:orientation="horizontal" > + +- + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_float_add.xml b/PreferencesManager/res/layout/dialog_pref_float_add.xml +index 617f512..4cd2a3f 100644 +--- a/PreferencesManager/res/layout/dialog_pref_float_add.xml ++++ b/PreferencesManager/res/layout/dialog_pref_float_add.xml +@@ -16,15 +16,15 @@ + + +- + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_float_edit.xml b/PreferencesManager/res/layout/dialog_pref_float_edit.xml +index f68eb16..cd5d651 100644 +--- a/PreferencesManager/res/layout/dialog_pref_float_edit.xml ++++ b/PreferencesManager/res/layout/dialog_pref_float_edit.xml +@@ -16,15 +16,15 @@ + + +- + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_integer_add.xml b/PreferencesManager/res/layout/dialog_pref_integer_add.xml +index 290e342..84755b5 100644 +--- a/PreferencesManager/res/layout/dialog_pref_integer_add.xml ++++ b/PreferencesManager/res/layout/dialog_pref_integer_add.xml +@@ -16,15 +16,15 @@ + + +- + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_integer_edit.xml b/PreferencesManager/res/layout/dialog_pref_integer_edit.xml +index fad0607..af228d5 100644 +--- a/PreferencesManager/res/layout/dialog_pref_integer_edit.xml ++++ b/PreferencesManager/res/layout/dialog_pref_integer_edit.xml +@@ -16,15 +16,15 @@ + + +- + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_string_add.xml b/PreferencesManager/res/layout/dialog_pref_string_add.xml +index 69e1a9f..ed60ad3 100644 +--- a/PreferencesManager/res/layout/dialog_pref_string_add.xml ++++ b/PreferencesManager/res/layout/dialog_pref_string_add.xml +@@ -16,15 +16,15 @@ + + +- + +- + +- + +- + +- + +- + +- + +- + +@@ -39,7 +39,7 @@ + + + +- ++ /> + + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/dialog_pref_stringset_edit.xml b/PreferencesManager/res/layout/dialog_pref_stringset_edit.xml +index e6a350f..7de1f17 100644 +--- a/PreferencesManager/res/layout/dialog_pref_stringset_edit.xml ++++ b/PreferencesManager/res/layout/dialog_pref_stringset_edit.xml +@@ -17,11 +17,11 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + style="@style/PreferenceDialogContainer" > + +- + +- + +@@ -39,7 +39,7 @@ + + + +- ++ /> + + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/fragment_preferences.xml b/PreferencesManager/res/layout/fragment_preferences.xml +index dcad159..55ba48b 100644 +--- a/PreferencesManager/res/layout/fragment_preferences.xml ++++ b/PreferencesManager/res/layout/fragment_preferences.xml +@@ -52,7 +52,7 @@ + android:layout_marginBottom="10dp" + android:src="@drawable/empty_view" /> + +- ++ /> + + + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/row_application.xml b/PreferencesManager/res/layout/row_application.xml +index f22cc6d..a7ac2d3 100644 +--- a/PreferencesManager/res/layout/row_application.xml ++++ b/PreferencesManager/res/layout/row_application.xml +@@ -25,7 +25,7 @@ + android:layout_height="48dip" + android:padding="4dp" /> + +- ++ /> + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/row_header.xml b/PreferencesManager/res/layout/row_header.xml +index 64a0c64..27769e0 100644 +--- a/PreferencesManager/res/layout/row_header.xml ++++ b/PreferencesManager/res/layout/row_header.xml +@@ -13,7 +13,7 @@ + See the License for the specific language governing permissions and + limitations under the License. + --> +- +\ No newline at end of file ++ /> +diff --git a/PreferencesManager/res/layout/row_preference.xml b/PreferencesManager/res/layout/row_preference.xml +index 60d0694..c5e34b5 100644 +--- a/PreferencesManager/res/layout/row_preference.xml ++++ b/PreferencesManager/res/layout/row_preference.xml +@@ -27,7 +27,7 @@ + android:background="@drawable/abc_list_selector_holo_light" + android:orientation="vertical" > + +- ++ /> + +- ++ /> + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/row_stringset.xml b/PreferencesManager/res/layout/row_stringset.xml +index e89a4c6..45d07de 100644 +--- a/PreferencesManager/res/layout/row_stringset.xml ++++ b/PreferencesManager/res/layout/row_stringset.xml +@@ -19,7 +19,7 @@ + android:layout_height="wrap_content" + android:orientation="horizontal" > + +- ++ /> + + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/values/styles.xml b/PreferencesManager/res/values/styles.xml +index 213092c..3a88864 100644 +--- a/PreferencesManager/res/values/styles.xml ++++ b/PreferencesManager/res/values/styles.xml +@@ -45,7 +45,6 @@ + wrap_content + 10dp + ?android:attr/textAppearanceLarge +- robotoslab_light + + + + + + + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/AppListActivity.java b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/AppListActivity.java +index 8b9b255..2bc4960 100644 +--- a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/AppListActivity.java ++++ b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/AppListActivity.java +@@ -79,7 +79,6 @@ public class AppListActivity extends ActionBarActivity implements OnQueryTextLis + } + } + }); +- getActionBar().setTitle(Utils.applyCustomTypeFace(getString(R.string.app_name), this)); + if (savedInstanceState == null || Utils.getPreviousApps() == null) { + startTask(); + } else { +diff --git a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/FileEditorActivity.java b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/FileEditorActivity.java +index ccc8cf8..714b3cb 100644 +--- a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/FileEditorActivity.java ++++ b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/FileEditorActivity.java +@@ -269,7 +269,6 @@ public class FileEditorActivity extends ActionBarActivity implements TextWatcher + + private void updateTitle() { + Spanned str = Html.fromHtml((mHasContentChanged ? " " : "") + mName); +- getActionBar().setTitle(Utils.applyCustomTypeFace(str, this)); + } + + private void clearSpans(Spannable source) { +diff --git a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/PreferencesActivity.java b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/PreferencesActivity.java +index 09f75ea..b422f8a 100644 +--- a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/PreferencesActivity.java ++++ b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/PreferencesActivity.java +@@ -78,8 +78,6 @@ public class PreferencesActivity extends ActionBarActivity implements OnFragment + + packageName = b.getString("PACKAGE_NAME"); + +- getActionBar().setTitle(Utils.applyCustomTypeFace(b.getString("TITLE"), this)); +- getActionBar().setSubtitle(Utils.applyCustomTypeFace(packageName, this)); + Drawable drawable = Utils.findDrawable(packageName, this); + if (drawable != null) { + getSupportActionBar().setIcon(drawable); +@@ -151,11 +149,7 @@ public class PreferencesActivity extends ActionBarActivity implements OnFragment + public int getCount() { + return files.size(); + } +- +- @Override +- public CharSequence getPageTitle(int position) { +- return Utils.applyCustomTypeFace(files.get(position).getName(), PreferencesActivity.this); +- } ++ + } + + @Override +diff --git a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/util/Utils.java b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/util/Utils.java +index f37c917..a66e91a 100644 +--- a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/util/Utils.java ++++ b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/util/Utils.java +@@ -47,7 +47,6 @@ import android.util.Log; + import android.view.View; + import android.view.inputmethod.InputMethodManager; + +-import com.roboto.RobotoTypefaceManager; + import com.spazedog.lib.rootfw.container.FileStat; + + import fr.simon.marquis.preferencesmanager.model.AppEntry; +@@ -218,13 +217,6 @@ public class Utils { + imm.hideSoftInputFromWindow(view.getWindowToken(), 0); + } + +- public static SpannableString applyCustomTypeFace(CharSequence src, Context ctx) { +- SpannableString span = new SpannableString(src); +- +- span.setSpan(new CustomTypefaceSpan("", RobotoTypefaceManager.obtaintTypeface(ctx, RobotoTypefaceManager.ROBOTOSLAB_REGULAR)), 0, +- span.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); +- return span; +- } + + public static Drawable findDrawable(String packageName, Context ctx) { + if (TextUtils.isEmpty(packageName)) { diff --git a/metadata/gr.tsagi.jekyllforandroid.txt b/metadata/gr.tsagi.jekyllforandroid.txt index 6dcec88f8a..43d0652cd3 100644 --- a/metadata/gr.tsagi.jekyllforandroid.txt +++ b/metadata/gr.tsagi.jekyllforandroid.txt @@ -1,6 +1,6 @@ Categories:Internet License:GPLv3 -Web Site: +Web Site:http://tsagi.me Source Code:https://github.com/tsagi/jekyll-client-for-android Issue Tracker:https://github.com/tsagi/jekyll-client-for-android/issues diff --git a/metadata/info.guardianproject.pixelknot.txt b/metadata/info.guardianproject.pixelknot.txt index 92262f445f..6d8159d6aa 100644 --- a/metadata/info.guardianproject.pixelknot.txt +++ b/metadata/info.guardianproject.pixelknot.txt @@ -18,7 +18,7 @@ Build:0.3.1,4 subdir=app srclibs=ActionBarSherlock@90939dc;F5@ce9c78497a0cc22a init=sed -i 's@\(reference.2=\).*@\1$$ActionBarSherlock$$@' project.properties && \ - sed -i 's@\(reference.1=\).*@\1$$F5I$$@' project.properties + sed -i 's@\(reference.1=\).*@\1$$F5$$@' project.properties Auto Update Mode:None Update Check Mode:Tags diff --git a/metadata/monakhv.android.samlib.txt b/metadata/monakhv.android.samlib.txt new file mode 100644 index 0000000000..d766aa6e76 --- /dev/null +++ b/metadata/monakhv.android.samlib.txt @@ -0,0 +1,23 @@ +Categories:Reading +License:Apache2 +Web Site:http://groups.google.com/group/samlib-info +Source Code:https://github.com/monakhv/samlib-Info +Issue Tracker:https://github.com/monakhv/samlib-Info/issues + +Auto Name:SamLib Инфо +Summary:Track new Russian publications +Description: +New publications on samlib.ru site. +. + +Repo Type:git +Repo:https://github.com/monakhv/samlib-Info.git + +Build:3.1.9,19 + commit=V3.1.9 + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:3.1.9 +Current Version Code:19 + diff --git a/metadata/net.debian.debiandroid.txt b/metadata/net.debian.debiandroid.txt index 65b5d60901..5a2c22c21a 100644 --- a/metadata/net.debian.debiandroid.txt +++ b/metadata/net.debian.debiandroid.txt @@ -20,9 +20,9 @@ Repo Type:git Repo:https://github.com/uberspot/DebianDroid.git Build:1.7,12 - submodules=yes commit=5708e25c80969e - prebuild=sed -i 's/StorageUtils/storageutils/g' project.properties + submodules=yes + init=sed -i 's/StorageUtils/storageutils/g' project.properties Auto Update Mode:None Update Check Mode:RepoManifest diff --git a/metadata/nf.frex.android.txt b/metadata/nf.frex.android.txt new file mode 100644 index 0000000000..ac96633c9c --- /dev/null +++ b/metadata/nf.frex.android.txt @@ -0,0 +1,30 @@ +Categories:Science & Education +License:GPLv3 +Web Site:http://code.google.com/p/frex-app +Source Code:http://code.google.com/p/frex-app/source/list +Issue Tracker:http://code.google.com/p/frex-app/issues/list + +Auto Name:Frex +Summary:Fractal viewer +Description: +Generate unusual fractals such as Burning Ship and Odd Onion. +The [http://code.google.com/p/frex-app/wiki/FrexExamples gallery] +has some amazing examples which can be opened via the app, since they have the +.frex extension. +. + +Repo Type:git +Repo:https://code.google.com/p/frex-app/ + +Build:1.2.2,10 + commit=196d7c + rm=materials + +Build:1.3,11 + disable=not published + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.3 +Current Version Code:11 + diff --git a/metadata/org.montrealtransit.android.txt b/metadata/org.montrealtransit.android.txt index 50067fa9bd..bf04a6d888 100644 --- a/metadata/org.montrealtransit.android.txt +++ b/metadata/org.montrealtransit.android.txt @@ -21,6 +21,6 @@ prebuild=\ echo 'source.dir=src;$$MobAdMob$$/src;$$NoAnalytics$$/src' > ant.properties Update Check Mode:None -Current Version:1.0.2 -Current Version Code:3 +Current Version:1.7.7.5 +Current Version Code:887 diff --git a/metadata/org.n52.sosmobileclient.txt b/metadata/org.n52.sosmobileclient.txt index 5a175106d2..6b1b70cb43 100644 --- a/metadata/org.n52.sosmobileclient.txt +++ b/metadata/org.n52.sosmobileclient.txt @@ -5,9 +5,11 @@ Source Code:https://github.com/marfnk/sosmobileclient Issue Tracker:https://github.com/marfnk/sosmobileclient/issues Auto Name:MobileSWC -Summary:Watch sensors in Germany +Summary:Watch sensors in Europe Description: HTML5 client for the Sensor Observation Network by 52north. +Most sensors are in Germany and Belgium though there are +some in Asia. Status: Beta. . diff --git a/metadata/org.okfn.pod.txt b/metadata/org.okfn.pod.txt index e44954c9d8..d6965eaffe 100644 --- a/metadata/org.okfn.pod.txt +++ b/metadata/org.okfn.pod.txt @@ -1,6 +1,6 @@ Categories:Office License:MIT -Web Site: +Web Site:http://okfn.org Source Code:https://github.com/okfn/product-browser-android Issue Tracker:https://github.com/okfn/product-browser-android/issues diff --git a/metadata/org.servDroid.web.txt b/metadata/org.servDroid.web.txt index 24bab73a50..ff413eb05f 100644 --- a/metadata/org.servDroid.web.txt +++ b/metadata/org.servDroid.web.txt @@ -18,7 +18,7 @@ Auto start options Repo Type:git Repo:https://github.com/joanpuigsanz/servdroid.git -Build:1.0.3,01000300 +Build:1.0.3,1000300 commit=1.0.3 subdir=android/ServDroid.web srclibs=1:ActionBarSherlock@4.4.0 diff --git a/metadata/pe.moe.nori.txt b/metadata/pe.moe.nori.txt index d4f20b02fd..f79ebe65eb 100644 --- a/metadata/pe.moe.nori.txt +++ b/metadata/pe.moe.nori.txt @@ -10,7 +10,8 @@ Summary:Online gallery viewer Description: Connect to Danbooru image galleries and browse by tags (A swipe from the side reveals the action bar). -The Safebooru site is preloaded which shows Anime images. +The safebooru.org site is preloaded which shows Anime images +that are generally 'safe for work'. A proprietary analytics library was removed. . diff --git a/metadata/pro.oneredpixel.l9droid.txt b/metadata/pro.oneredpixel.l9droid.txt index 41cf7af2eb..0ad7428971 100644 --- a/metadata/pro.oneredpixel.l9droid.txt +++ b/metadata/pro.oneredpixel.l9droid.txt @@ -1,6 +1,6 @@ Categories:Games License:GPLv2 -Web Site: +Web Site:http://oneredpixel.pro Source Code:https://github.com/tsapree/L9Droid Issue Tracker:https://github.com/tsapree/L9Droid/issues diff --git a/metadata/uk.ac.ed.inf.mandelbrotmaps.txt b/metadata/uk.ac.ed.inf.mandelbrotmaps.txt new file mode 100644 index 0000000000..5d98d53a6a --- /dev/null +++ b/metadata/uk.ac.ed.inf.mandelbrotmaps.txt @@ -0,0 +1,25 @@ +Categories:Science & Education +License:GPLv3 +Web Site: +Source Code:https://github.com/withad/Mandelbrot-Maps-on-Android +Issue Tracker:https://github.com/withad/Mandelbrot-Maps-on-Android/issues + +Auto Name:Mandelbrot Maps +Summary:Fractal viewer +Description: +Generates the Mandelbrot fractal, and at each point, allows you to see +the associated Julia set fractal. +. + +Repo Type:git +Repo:https://github.com/withad/Mandelbrot-Maps-on-Android.git + +Build:1.01,2 + commit=32f397669847c23a + subdir=MandelbrotMapsAndroid + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.01 +Current Version Code:2 + diff --git a/metadata/uk.co.danieljarvis.android.flashback.txt b/metadata/uk.co.danieljarvis.android.flashback.txt index 2373d7fe1b..81d75e62eb 100644 --- a/metadata/uk.co.danieljarvis.android.flashback.txt +++ b/metadata/uk.co.danieljarvis.android.flashback.txt @@ -20,9 +20,7 @@ Build:1.14,14 gradle=yes Build:1.15,15 - commit=342e9b3ce290dc1 - subdir=Flashback - gradle=yes + disable=not published Auto Update Mode:None Update Check Mode:RepoManifest diff --git a/srclibs/Changelog-cketti.txt b/srclibs/Changelog-cketti.txt new file mode 100644 index 0000000000..0420c8bd0d --- /dev/null +++ b/srclibs/Changelog-cketti.txt @@ -0,0 +1,6 @@ +Repo Type:git +Repo:https://github.com/cketti/ckChangeLog + +Subdir:library,ckChangeLog/src/main +Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'android.library=true\ntarget=android-19' > project.properties +Update Project:Yes diff --git a/srclibs/GreenDroid.txt b/srclibs/GreenDroid.txt index c2f7304f8b..5fda97dc88 100644 --- a/srclibs/GreenDroid.txt +++ b/srclibs/GreenDroid.txt @@ -1,3 +1,5 @@ Repo Type:git Repo:https://github.com/cyrilmottier/GreenDroid.git +Subdir:GreenDroid +Prepare:$$SDK$$/tools/android update project -p . -t android-8 diff --git a/srclibs/IOCipher.txt b/srclibs/IOCipher.txt index 36ef4bf159..982f0a9a42 100644 --- a/srclibs/IOCipher.txt +++ b/srclibs/IOCipher.txt @@ -1,3 +1,4 @@ Repo Type:git Repo:https://github.com/guardianproject/IOCipher.git +Update Project:Yes diff --git a/srclibs/ImageLoader-Novoda.txt b/srclibs/ImageLoader-Novoda.txt new file mode 100644 index 0000000000..13dc1099ca --- /dev/null +++ b/srclibs/ImageLoader-Novoda.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:https://github.com/novoda/ImageLoader +Subdir:core diff --git a/srclibs/ProgressFragment.txt b/srclibs/ProgressFragment.txt new file mode 100644 index 0000000000..b52c9f7d9d --- /dev/null +++ b/srclibs/ProgressFragment.txt @@ -0,0 +1,5 @@ +Repo Type:git +Repo:https://github.com/johnkil/Android-ProgressFragment +Subdir:progressfragment +Prepare:mkdir libs +Update Project:Yes diff --git a/srclibs/Smashwords-API.txt b/srclibs/Smashwords-API.txt new file mode 100644 index 0000000000..940a5a7215 --- /dev/null +++ b/srclibs/Smashwords-API.txt @@ -0,0 +1,3 @@ +Repo Type:git-svn +Repo:http://smashwordsapi.googlecode.com/svn/trunk +Subdir:SmashwordsAPI diff --git a/srclibs/SuperDryColorPicker.txt b/srclibs/SuperDryColorPicker.txt new file mode 100644 index 0000000000..f415f7975c --- /dev/null +++ b/srclibs/SuperDryColorPicker.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:https://github.com/superdry/SuperdryColorPickerLib +Prepare:$$SDK$$/tools/android update project -p . -t android-10 diff --git a/srclibs/Volley.txt b/srclibs/Volley.txt index ffe6c23dea..13e3aaab83 100644 --- a/srclibs/Volley.txt +++ b/srclibs/Volley.txt @@ -1,4 +1,5 @@ Repo Type:git Repo:https://android.googlesource.com/platform/frameworks/volley +Prepare:rm -rf tests/ && echo "android.library=true" >> project.properties Update Project:Yes