Some helper functions and shared resources to be used only by the simple apps suite.
ebe391da3c
- avoid calling activity.updateSDK30Uris in each iteration for copy/move - especially when moving, since deleteSourceFile is called in the callback of activity.updateSDK30Uris, - in most cases, the async task would have called the code in onPostExecute and the UI would have tried to load before the deletion completes - we move the call to activity.updateSDK30Uris in BaseSimpleActivity.copyMoveFilesTo, so it happens early enough and is batched for all the files instead of per iteration |
||
---|---|---|
.github | ||
commons | ||
gradle/wrapper | ||
samples | ||
.editorconfig | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
jitpack.yml | ||
LICENSE | ||
README.md | ||
settings.gradle |
Simple Commons
Some helper functions, dialogs etc used by multiple simple apps.
For reporting bugs/features that affect multiple apps please use the General Discussion repository.