perkeep/clients/android
mpl 965aeaca33 clients/android: bump targetSdkVersion to 26
Because it is mandatory as of nov 2018:
https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html

As the default Notification.Builder constructor is deprecated in API 26,
this change also adds the use of the new constructor, which requires a
notification channel Id.

Note: since the users are now in full-control of the notifications,
they can now choose to completely block the auto-upload notification
channel. Given that the main goal of the notification was to keep the
app in memory in order for auto-upload to work, one could expect that
blocking the channel would defeat the notification's purpose. However,
as far as I could test, auto-uploading seems to still be working even
after disabling the channel, and letting the activity die (tip: in
devoloper options, one can tick "Don't keep activities"). In fact,
Perkeep Uploader still always runs as a service.

Also build pk-put shipped in the app with Go 1.11.

Fixes #1202

Change-Id: I8f98e0df742915cb504b6c1cfaa42ca6dc7b6189
2018-09-22 02:40:40 +02:00
..
app clients/android: bump targetSdkVersion to 26 2018-09-22 02:40:40 +02:00
devenv clients/android: bump targetSdkVersion to 26 2018-09-22 02:40:40 +02:00
gradle/wrapper clients/android: update build setup, and app. 2018-02-09 18:15:02 +01:00
.gitignore rename clients/android/uploader to clients/android 2011-03-13 13:09:56 -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 clients/android: update build setup, and app. 2018-02-09 18:15:02 +01:00
check-environment.pl clients/android: migrate to gradle 2017-06-04 01:41:35 +02: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