Commit graph

18 commits

Author SHA1 Message Date
Torsten Grote
6e4c117fca
Also complile the instrumentation test sources in CI
We already don't run instrumentation tests in CI,
so we should at least compile them to catch any breakage there.
This is important as they don't even get compliled when building and
installing the app with Android Studio.
2020-10-13 16:07:18 -03:00
Torsten Grote
6c531066e7 Enable automatic coding style linting with ktlint (also on CI)
This way the coding style is guaranteed to stay consistent.
2020-10-07 19:44:05 +05:30
Torsten Grote
415b5729d5 Bump AOSP versions for gradle build 2020-10-07 19:01:39 +05:30
Chirayu Desai
fa5ec01106 Drop prebuilt deployment
* With Android.bp support merged in (and working well for both 10 and 11),
  we keep that as the primary and supported method to integrate Seedvault.
* Gradle can still be used for development
* You can still use your own prebuilts if you want, we just won't be
  putting them out ourselves
2020-09-11 19:04:38 +05:30
Steve Soltys
32f558faf1 Rebrand application as 'Seedvault' 2019-10-28 21:57:47 -04:00
Steve Soltys
6eb6f64696
Merge pull request #41 from grote/android-10
Make app work for Android 10
2019-09-22 22:01:18 -04:00
Steve Soltys
710fcb439c Add support for automatic prebuilt repo deployments 2019-09-21 16:36:29 -04:00
Torsten Grote
e659892278
Fix CI by running tests with newer Java version, but target JDK 8 2019-09-19 12:52:31 -03:00
Torsten Grote
e955e021fd
Add a simple instrumentation test for testing on real devices 2019-09-02 09:47:52 -03:00
Torsten Grote
2ce625ac87
Huge refactoring of backup transport
* to get rid of global state
* to have a testable architecture
* to allow for authenticated encryption
* to have a backup format version
* to potentially allow for other storage plugins
2019-09-02 09:47:49 -03:00
Torsten Grote
7b1e63a37f
Fix Travis CI and add build cache
Also remove relicts from Android.mk file
2019-07-26 11:41:45 +02:00
Torsten Grote
2434fe30f4
Several small nitpicks and fixes 2019-06-04 09:04:25 -03:00
Steve Soltys
77e44aa535 Fix whitelist configuration file path for Travis releases 2019-02-11 22:30:11 -05:00
Steve Soltys
3c9e1e8523 Add whitelist configuration files to Travis releases 2019-02-11 22:24:28 -05:00
Steve Soltys
459867c165 Update SDK version to 28 for Travis 2019-02-11 22:13:01 -05:00
Steve Soltys
b00d8d45c7 Fix Travis release API key 2018-11-13 18:50:50 -05:00
Steve Soltys
2244405e39 Fix Travis release API key 2018-11-13 18:26:09 -05:00
Steve Soltys
7e3ee5d8dc Add .travis.yml 2018-11-11 21:18:36 -05:00