From 4c0ba22041ac01a5f0e1cc88a6c292034d697955 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 9 Apr 2018 01:17:21 -0400 Subject: Feature/download manager (#855) * Add initial github release check * Create update service * Clean old manager directory * Update kau * Update updateActivity snippet * Add back gradle keys * Remove update service functionality --- app/src/main/res/values/strings_updater.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/src/main/res/values/strings_updater.xml (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings_updater.xml b/app/src/main/res/values/strings_updater.xml new file mode 100644 index 00000000..6050a1e0 --- /dev/null +++ b/app/src/main/res/values/strings_updater.xml @@ -0,0 +1,6 @@ + + + Updates + Get updates from Github releases + New update is available! Click to download. + \ No newline at end of file -- cgit v1.2.3