Commit graph

18445 commits

Author SHA1 Message Date
Ciaran Gultnieks a72571b025 Stats, etc 2015-01-20 01:15:49 +00:00
Boris Kraut 3c922ae131 New app: Studiportal 2015-01-19 21:50:56 +01:00
Boris Kraut 9e00c49656 ReGalAndroid: Disable build. 2015-01-19 17:04:25 +01:00
Boris Kraut 59517f4e40 Merge branch 'proposed-20150118' into 'master'
Link to some commit logs

A link to release notes / changelog / "What's new" is generally useful, see issue #113.

Some apps do not have separate changelogs, so I am linking to the commit logs.

See merge request !508
2015-01-19 15:49:56 +00:00
Boris Kraut d8e60d18fe Merge branch 'update_regalandroid' into 'master'
ReGalAndroid: Update to version 1.2.0

Build, install and functionality tested.

Disabled the build of the current 1.2.1 for now as it is just tagged as a SNAPSHOT.

See merge request !513
2015-01-19 15:49:05 +00:00
Boris Kraut f5e60a2473 Update ShellMS to 1.3 (4) 2015-01-19 16:44:28 +01:00
Boris Kraut bd4ef2df2a Update Kernel Adiutor to 0.6.3 (32) 2015-01-19 16:42:07 +01:00
Boris Kraut 72f85fbf65 Update Avare to 5.9.3 (213) 2015-01-19 16:37:24 +01:00
Ciaran Gultnieks af7ac58525 Update known apks 2015-01-19 10:25:37 +00:00
F-Droid Builder b0c0afe06a Update DAVdroid to 0.6.11 (53) 2015-01-19 04:54:23 +00:00
F-Droid Builder bbdcc08ebe Update CV of Navit to 5997 (5997) 2015-01-19 04:37:01 +00:00
F-Droid Builder 8b56bd894d Update CV of ShellMS to 1.3 (4) 2015-01-19 04:17:10 +00:00
F-Droid Builder b10b051b00 Update CV of Kernel Adiutor to 0.6.3 (32) 2015-01-19 03:18:26 +00:00
F-Droid Builder ea60f6fa79 Update CV of Avare to 5.9.3 (213) 2015-01-19 03:08:38 +00:00
F-Droid Builder ab507b68a4 Update FOSDEM Companion to 1.3.0 (700130) 2015-01-19 03:05:35 +00:00
F-Droid Builder 52628aa014 Update CV of AcDisplay to 3.0.4 (36) 2015-01-19 01:46:09 +00:00
Ciaran Gultnieks 01cfa275ef Stats, etc 2015-01-19 01:15:44 +00:00
Rancor 003047ffc0 ReGalAndroid: Update to version 1.2.0 2015-01-18 23:05:48 +01:00
Boris Kraut cc5d814c3b Merge branch 'disable_smssync' into 'master'
SMS Backup+: Disable newest version due to app crash

Need to find a better way to build the k9lib.

Refs: https://github.com/jberkel/sms-backup-plus/issues/523, https://github.com/jberkel/sms-backup-plus/issues/525,

See merge request !511
2015-01-18 21:59:05 +00:00
Rancor 916d7113a9 SMS Backup+: Disable newest version due to app crash 2015-01-18 18:54:16 +01:00
Boris Kraut 792ce2acd5 µg UnifiedNlp: Fix build. 2015-01-18 17:38:11 +01:00
Boris Kraut cd0acc2d7d Merge branch 'update_wwwjdic' into 'master'
WWWJDIC for Android: Update to latest working version

Build, install and functionality tested. Seems the FinfAgent lib is not needed anymore as there is no FlurryAgent lib or any flurry* classes found.

The latest version 2.3.8 is crashing when clicking on an item in the settings dialog. Very likely an upstream bug, so just posting the stacktrace if some one wants to report it (don't have a google account)

```
E/ACRA    ( 1946): org.nick.wwwjdic fatal error : Unable to start activity ComponentInfo{org.nick.wwwjdic/org.nick.wwwjdic.WwwjdicPreferencesHC}: java.lang.RuntimeException: Subclasses of PreferenceActivity must override isValidFragment(String) to verify that the Fragment class is valid! org.nick.wwwjdic.WwwjdicPreferencesHC has not checked if fragment org.nick.wwwjdic.GenericPrefsFragment is valid.
E/ACRA    ( 1946): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.nick.wwwjdic/org.nick.wwwjdic.WwwjdicPreferencesHC}: java.lang.RuntimeException: Subclasses of PreferenceActivity must override isValidFragment(String) to verify that the Fragment class is valid! org.nick.wwwjdic.WwwjdicPreferencesHC has not checked if fragment org.nick.wwwjdic.GenericPrefsFragment is valid.
E/ACRA    ( 1946): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195)
E/ACRA    ( 1946): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
E/ACRA    ( 1946): 	at android.app.ActivityThread.access$800(ActivityThread.java:135)
E/ACRA    ( 1946): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
E/ACRA    ( 1946): 	at android.os.Handler.dispatchMessage(Handler.java:102)
E/ACRA    ( 1946): 	at android.os.Looper.loop(Looper.java:136)
E/ACRA    ( 1946): 	at android.app.ActivityThread.main(ActivityThread.java:5017)
E/ACRA    ( 1946): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/ACRA    ( 1946): 	at java.lang.reflect.Method.invoke(Method.java:515)
E/ACRA    ( 1946): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/ACRA    ( 1946): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/ACRA    ( 1946): 	at dalvik.system.NativeStart.main(Native Method)
E/ACRA    ( 1946): Caused by: java.lang.RuntimeException: Subclasses of PreferenceActivity must override isValidFragment(String) to verify that the Fragment class is valid! org.nick.wwwjdic.WwwjdicPreferencesHC has not checked if fragment org.nick.wwwjdic.GenericPrefsFragment is valid.
E/ACRA    ( 1946): 	at android.preference.PreferenceActivity.isValidFragment(PreferenceActivity.java:898)
E/ACRA    ( 1946): 	at android.preference.PreferenceActivity.switchToHeaderInner(PreferenceActivity.java:1179)
E/ACRA    ( 1946): 	at android.preference.PreferenceActivity.switchToHeader(PreferenceActivity.java:1199)
E/ACRA    ( 1946): 	at android.preference.PreferenceActivity.onCreate(PreferenceActivity.java:545)
E/ACRA    ( 1946): 	at org.nick.wwwjdic.WwwjdicPreferencesHC.onCreate(WwwjdicPreferencesHC.java:14)
E/ACRA    ( 1946): 	at android.app.Activity.performCreate(Activity.java:5231)
E/ACRA    ( 1946): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/ACRA    ( 1946): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159)
E/ACRA    ( 1946): 	... 11 more
I/ACRA    ( 1946): Finishing the last Activity prior to killing the Process
I/ACRA    ( 1946): Finished class org.nick.wwwjdic.WwwjdicPreferencesHC
```

See merge request !506
2015-01-18 16:08:02 +00:00
Boris Kraut 3f9bdb7a03 Merge branch 'UnifiedNlp' into 'master'
Update UnifiedNlp

See merge request !510
2015-01-18 16:03:08 +00:00
أحمد المحمودي (Ahmed El-Mahmoudy) 872e9b0ccf Update µg UnifiedNlp to 1.2.0 (1200) 2015-01-18 14:48:18 +02:00
Boris Kraut 7dcde4ac50 Merge branch 'update_oc_newsreader' into 'master'
Update ownCloud News Reader to 0.8.4 (76)

Build, install and functionality tested.

Also build the SnowcaseView-5.1.0-SNAPSHOT from upstreams subproject instead of using the ShowcaseView-5.0.0 from Maven Central. Have seen some crashs with the App and one is re-produceable on the f-droid build but it doesn't crash on the upstreams .apk. This is also not happening anymore on the f-droid build when using the snapshot.

```
E/AndroidRuntime( 1549): FATAL EXCEPTION: main
E/AndroidRuntime( 1549): Process: de.luhmer.owncloudnewsreader, PID: 1549
E/AndroidRuntime( 1549): java.lang.NullPointerException
E/AndroidRuntime( 1549): 	at com.github.amlcurran.showcaseview.StandardShowcaseDrawer.erase(StandardShowcaseDrawer.java:75)
E/AndroidRuntime( 1549): 	at com.github.amlcurran.showcaseview.ShowcaseView.dispatchDraw(ShowcaseView.java:246)
E/AndroidRuntime( 1549): 	at android.view.View.draw(View.java:14348)
E/AndroidRuntime( 1549): 	at android.view.ViewGroup.drawChild(ViewGroup.java:3103)
E/AndroidRuntime( 1549): 	at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2940)
E/AndroidRuntime( 1549): 	at android.view.View.draw(View.java:14468)
E/AndroidRuntime( 1549): 	at android.widget.FrameLayout.draw(FrameLayout.java:472)
E/AndroidRuntime( 1549): 	at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2326)
E/AndroidRuntime( 1549): 	at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2496)
E/AndroidRuntime( 1549): 	at android.view.ViewRootImpl.draw(ViewRootImpl.java:2409)
E/AndroidRuntime( 1549): 	at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2253)
E/AndroidRuntime( 1549): 	at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1883)
E/AndroidRuntime( 1549): 	at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1000)
E/AndroidRuntime( 1549): 	at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5670)
E/AndroidRuntime( 1549): 	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
E/AndroidRuntime( 1549): 	at android.view.Choreographer.doCallbacks(Choreographer.java:574)
E/AndroidRuntime( 1549): 	at android.view.Choreographer.doFrame(Choreographer.java:544)
E/AndroidRuntime( 1549): 	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
E/AndroidRuntime( 1549): 	at android.os.Handler.handleCallback(Handler.java:733)
E/AndroidRuntime( 1549): 	at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 1549): 	at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 1549): 	at android.app.ActivityThread.main(ActivityThread.java:5017)
E/AndroidRuntime( 1549): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1549): 	at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 1549): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/AndroidRuntime( 1549): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/AndroidRuntime( 1549): 	at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager(  379):   Force finishing activity de.luhmer.owncloudnewsreader/.NewsReaderListActivity
```

See merge request !507
2015-01-18 11:11:57 +00:00
Boris Kraut ab305e7823 Update Spirit2 Free to 2015_01_17_beta (79) 2015-01-18 12:03:57 +01:00
Boris Kraut b08be05eb0 Update WebCam Viewer to 2.0 beta6 (33) 2015-01-18 12:03:53 +01:00
Boris Kraut 3af0e781f4 Update Amaze File Manager to 1.4.0 (6) 2015-01-18 12:03:40 +01:00
Boris Kraut 2958b3da1c Update MidniteSolar Classic Monitor to 2.0.4 (204) 2015-01-18 12:03:38 +01:00
Robert Pollak eaba05cd34 Link to some commit logs 2015-01-18 11:23:46 +01:00
Rancor 600b27cd1c Update ownCloud News Reader to 0.8.4 (76) 2015-01-18 10:56:11 +01:00
Ciaran Gultnieks f76f811374 Update known apks 2015-01-18 08:45:28 +00:00
F-Droid Builder d8518fec30 Update Galaxy Zoo to 1.35 (35) 2015-01-18 05:03:19 +00:00
F-Droid Builder ba7ebd0a98 Update CV of MidniteSolar Classic Monitor to 2.0.4 (204) 2015-01-18 04:09:30 +00:00
F-Droid Builder b2b107961b Update CV of WebCam Viewer to 2.0 beta6 (33) 2015-01-18 03:59:23 +00:00
F-Droid Builder ff1a308e97 Update CV of qBittorrent Client to 3.3.1 (331) 2015-01-18 03:53:52 +00:00
F-Droid Builder 5416d0b0ad Update CV of Amaze File Manager to 1.4.0 (6) 2015-01-18 03:43:18 +00:00
F-Droid Builder 8e5229ac6a Update CV of And Bible to 2.1.9 (147) 2015-01-18 03:33:05 +00:00
F-Droid Builder d50618f140 Update OSMBugs to 0-8-0 (15) 2015-01-18 02:53:43 +00:00
F-Droid Builder a8bdf6731b Update CV of ownCloud News Reader to 0.8.4 (76) 2015-01-18 02:28:56 +00:00
F-Droid Builder 166ce18923 Update CV of Spirit2 Free to 2015_01_17_beta (79) 2015-01-18 01:50:40 +00:00
Ciaran Gultnieks 248b24633c Stats, etc 2015-01-18 01:15:55 +00:00
Rancor b21f06731d Added missing srclib 2015-01-17 17:48:02 +01:00
Rancor 75453e529c WWWJDIC for Android: Update to latest working version 2015-01-17 15:12:56 +01:00
Boris Kraut c967bc63ef Update CrimeTalk to 0.3 (3) 2015-01-17 14:00:14 +01:00
Boris Kraut 3fad2a9d54 Merge branch 'fix_swaccess' into 'master'
com.unleashyouradventure.swaccess: Fix app crash and enable it

The crash was caused by the missing jsoup lib. Also have raised the used commit to the latest available version and also raised the lib versions of SmashwordsAPI and ImageLoader to avoid some bugs in them.

Build, install and functionality tested.

The app is still crashing when searching for the keyword "test". But this is a bug upstream which i have already reported.

See merge request !505
2015-01-17 12:28:46 +00:00
Boris Kraut 783edbfb4b Update OSMTracker to 0.6.8 (33) 2015-01-17 13:23:08 +01:00
Boris Kraut a1e70e59de Mobilne Bezpieczeństwo: Don't use Google Inc APIs. 2015-01-17 13:16:29 +01:00
Boris Kraut f8bef47d7d Update Mi Manga Nu to 1.10 (10) 2015-01-17 13:08:36 +01:00
Rancor 22c4fdf44d com.unleashyouradventure.swaccess: Fix app crash and enable it 2015-01-17 12:44:09 +01:00