perkeep/clients/android
Michael Hoffmann 1ca9f45c66 android: return to android playstore
This PR intends to return the perkeep app to the android playstore

* Bump to Gradle 7.1.2, Android SKD 32
* Intents need to get the flag PendingIntent.FLAG_IMMUTABLE/MUTABLE
* Assets are no longer executable, get around that by using
  'extractNativeLibs=true' and executing from the lib path
* Apply several refactoring suggestions by Android Studio
* Rework resources Makefile
* Rename camlistore to perkeep where appropriate ( not the app id )
* Remove AsyncTask; fix Typo in Upload Thread; some refactorings
* Fix auto upload; fix double spurious double uploads
* Retry getFileDescriptor a few times since it races with inotify
* Add /Pictures to watched directories
* Delegate to pk-put to get version
* Fix build.gradle and Makefile to publish apk
2022-06-17 07:45:57 -07:00
..
app android: return to android playstore 2022-06-17 07:45:57 -07:00
devenv clients/android: bump targetSdkVersion to 26 2018-09-22 02:40:40 +02:00
gradle/wrapper android: return to android playstore 2022-06-17 07:45:57 -07:00
.gitignore android: return to android playstore 2022-06-17 07:45:57 -07:00
Makefile clients/android: add steps to sign the apk 2018-04-24 16:10:05 -07:00
build-in-docker.go all: rename remaining occurrences of camput 2018-04-21 16:20:24 -07:00
build.gradle android: return to android playstore 2022-06-17 07:45:57 -07:00
check-environment.pl clients/android: migrate to gradle 2017-06-04 01:41:35 +02:00
gradle.properties android: return to android playstore 2022-06-17 07:45:57 -07:00
gradlew clients/android: migrate to gradle 2017-06-04 01:41:35 +02:00
gradlew.bat clients/android: migrate to gradle 2017-06-04 01:41:35 +02:00
local.properties.TEMPLATE clients/android: migrate to gradle 2017-06-04 01:41:35 +02:00
settings.gradle Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00