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
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
com.zegoggles.smssync: Fix build of latest version
Build, install and basic functionality tested.
Upstream issue for the missing dependencies in the pom.xml: https://github.com/jberkel/sms-backup-plus/issues/523
See merge request !503
com.unleashyouradventure.swaccess: Update to latest version, WIP
The app is currently crashing for me on android emulator when searching for an ebook. Currently don't see the problem here.
See merge request !494
de.kugihan.dictionaryformids.hmi_android: Update to latest available release
Build, install and functionality tested.
Also disabled the unreleased version 1.0.0 for now.
See merge request !496
com.nutomic.syncthingandroid: Disable failing older build
Newer version is building again so no need to build this failing version again and again.
See merge request !502