Dean Wild
Dean Wild
Update to use gradle for two reasons: - develop using Android Studio - allow people to consume the library using gradle via JitPack https://jitpack.io/#deano2390/android-viewbadger
Currently the logs are cleared after an expiry time (default of 7 days). I'd be more interested in restricting the total disk consumption rather than some arbitrary time limit.
It would be useful to be able to export only certain sections of a twine master file, rather than having to tag every string individually.
this is to guarantee all strings are loaded before the Application.onCreate() method returns resolves this issue: https://github.com/hamidness/restring/issues/17
I notice that the initial loading of strings is handled in an async task when you init the restring library in Application.onCreate(); This means that your first Activity can be...
…onsidered an AUTHENTICATION_ERROR