Tuomas Airaksinen
Tuomas Airaksinen
Vue inspector plugin will be stuck if vue-nonreactive is used for a value that is stored in component's data.
Wifi/wake lock most likely means that wifi is not desired to be turned off. For example during skype/hangouts call.
When using custom data storage for preferences, ColorPicker overwrites current value with default value. This fixes issue.
https://support.andbible.org/scp/tickets.php?id=1297 ``` 02-20 20:54:00.105 11060 11060 E AndroidRuntime: FATAL EXCEPTION: main 02-20 20:54:00.105 11060 11060 E AndroidRuntime: Process: net.bible.android.activity, PID: 11060 02-20 20:54:00.105 11060 11060 E AndroidRuntime: java.lang.IllegalArgumentException: Comparison method...
https://support.andbible.org/scp/tickets.php?id=1543 https://support.andbible.org/scp/tickets.php?id=1545 ``` 08-03 09:24:51.994 20226 20226 E AndroidRuntime: FATAL EXCEPTION: main 08-03 09:24:51.994 20226 20226 E AndroidRuntime: Process: net.bible.android.activity, PID: 20226 08-03 09:24:51.994 20226 20226 E AndroidRuntime: android.app.RemoteServiceException: Context.startForegroundService()...
https://support.andbible.org/scp/tickets.php?id=1554 > Tried to copy part of a verse in a Chinese edition. When I couldn't alter the size of the selection, I tapped a nearby verse to exit the...
https://support.andbible.org/scp/tickets.php?id=1542 ``` 07-31 11:08:20.519 13976 13976 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void org.apache.lucene.search.Searcher.search(org.apache.lucene.search.Query, org.apache.lucene.search.Collector)' on a null object reference 07-31 11:08:20.519 13976 13976 E AndroidRuntime: at org.crosswire.jsword.index.lucene.LuceneIndex.find(LuceneIndex.java:331)...
https://support.andbible.org/scp/tickets.php?id=1549 ``` 08-05 08:11:42.064 20319 20319 E AndroidRuntime: java.lang.ExceptionInInitializerError 08-05 08:11:42.064 20319 20319 E AndroidRuntime: at org.crosswire.common.config.ChoiceFactory.getDataMap(ChoiceFactory.java:81) 08-05 08:11:42.064 20319 20319 E AndroidRuntime: at org.crosswire.jsword.book.Defaults.refreshBooks(Defaults.java:459) 08-05 08:11:42.064 20319 20319 E...
I'm planning to implement this by writing journal of events in files in sync folder (in Google drive) that can be replayed on synced devices. Periodic cleanup of the folder...