Jan Berkel
Jan Berkel
When adding annotation to a scala class which refer to java constants you get the following error: ``` App.scala:9: annotation argument needs to be a constant; found: R.string.crash_notif_ticker_text [error] resNotifTickerText...
releated to GH-24
Code hasn't been touched in a while. Hence: * Update to latest libraries * Fix deprecations * Revise security * Update gradle * etc.
This is a thread to discuss beta developments. I'd like to get some feedback on how to restructure the app so that it is still usable, even without XOAuth2. *...
See #839 > Just chiming in quickly here, because I noticed that SMS Backup+ changed its behaviour and stopped syncing for me with the last backup. I use CAcert.org certificates...
for multiprojects, it looks like the ParentProject doesn't need the `IdeaProject` trait mixed in, as stated in the README. doing so results in a completely broken config (using the current...
Gradle has added task-level timeouts in 5.x (https://github.com/gradle/gradle/pull/6643) It looks like this conflicts with `getTimeout()` on `AWSLambdaMigrateFunctionTask`. The accessors are generated on runtime and will simply be skipped if already...
...and pass it on to builder. at the moment there's $VERBOSE_MODE, but it doesn't get set from a command line flag.
The use case is the following: a 3rd party app wants to display some of the content stored in kiwix, for example a specific Wiktionary entry. It would be great...