mirror of https://github.com/perkeep/perkeep.git
965aeaca33
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 |
||
---|---|---|
.. | ||
android | ||
chrome/clip-it-good | ||
curl | ||
ios-objc | ||
js | ||
osx | ||
python | ||
web/embed |