From 438affb07ae106e490884fafa3c2dd825e7649a4 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 26 Sep 2018 14:56:44 -0400 Subject: Cleanup (#1087) * 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 * Update changelog * Misc (#865) * Clean up git code * Update download link * Update theme * Reorder settings, resolvees #856 * Do not log undeliverable exception * Handle potential lack of webview * Set notification epoch default to now, resolves #857 * Fix notification epoch time init * Update changelog * Update theme * Add slack url, resolves #880 * Prepare for image update * Fix view full image (#882) * Test including full photo viewer * Test cookie in glide * Fix parser and add redirects to view full image * Update changelog * Fix compilation and add new keys * Update all versions * Fix signing configs * Fix exoplayer api update * Change string usage * Test scss on travis * Test with node_js flag * Add back css * Update versions and fix video view --- files/.gitignore | 2 ++ files/frost.tar.enc | Bin 0 -> 9232 bytes files/travis.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 files/frost.tar.enc (limited to 'files') diff --git a/files/.gitignore b/files/.gitignore index 63a31573..812c710e 100644 --- a/files/.gitignore +++ b/files/.gitignore @@ -1,3 +1,5 @@ release.keystore release.properties +test.keystore +test.properties update-dev.sh diff --git a/files/frost.tar.enc b/files/frost.tar.enc new file mode 100644 index 00000000..1a956c97 Binary files /dev/null and b/files/frost.tar.enc differ diff --git a/files/travis.sh b/files/travis.sh index 0c8cc97b..abd62a6e 100644 --- a/files/travis.sh +++ b/files/travis.sh @@ -4,7 +4,7 @@ rm frost.tar.enc cd .. -tar cvf frost.tar files/gplay-keys.json files/play.keystore files/play.properties files/test.keystore app/fabric.properties +tar cvf frost.tar files/release.keystore files/release.properties files/test.keystore files/test.properties travis encrypt-file frost.tar --add rm frost.tar mv frost.tar.enc files/ \ No newline at end of file -- cgit v1.2.3