Some helper functions and shared resources to be used only by the simple apps suite.
Find a file
darthpaul ebe391da3c fix: moving when app can manage media
- 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
2022-05-24 23:51:05 +01:00
.github updating the Paypal donation link 2020-11-09 19:41:45 +01:00
commons fix: moving when app can manage media 2022-05-24 23:51:05 +01:00
gradle/wrapper updating gradle 2022-03-28 21:02:21 +02:00
samples fix code review 2022-04-29 21:55:51 +03:00
.editorconfig Update .editorconfig 2021-08-17 09:36:31 +02:00
.gitignore removing gradle.properties from gitignore 2019-03-27 22:16:35 +01:00
build.gradle updating gradle 2022-03-28 21:02:21 +02:00
gradle.properties update support libraries to android X 2018-10-05 15:28:26 +02:00
gradlew fixing the gradlew files permissions 2020-01-03 20:51:59 +01:00
gradlew.bat adding the project 2016-12-11 00:22:27 +01:00
jitpack.yml telling jitpack to use jdk 11 2021-09-27 09:46:38 +02:00
LICENSE changing license to GNU GPL v3 2019-10-13 15:29:53 +02:00
README.md removing the License section from README 2019-10-13 20:41:59 +02:00
settings.gradle rename library to commons 2016-12-17 21:52:07 +01:00

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.