2274 Commits

Author SHA1 Message Date
soloturn
a43e631de0 switching from apply plugin to pluins {}
following this migration guide:
https://guides.gradle.org/migrating-build-logic-from-groovy-to-kotlin/
2019-06-01 17:37:09 +01:00
soloturn
a0977ce446 replace ' with " in build.gradle
prepare migration to build.gradle.kts, following:
https://guides.gradle.org/migrating-build-logic-from-groovy-to-kotlin/
2019-06-01 17:37:09 +01:00
soloturn
959670468f remove androidstudio warnings from app/build.gradle 2019-06-01 17:37:09 +01:00
soloturn
4e572fb8d6 update android tools to 3.4.1 2019-06-01 17:37:09 +01:00
soloturn
1b866d6903 proguard, D8: Type 'sun.misc.Unsafe' was not found 2019-06-01 17:37:09 +01:00
soloturn
2b7d12ce14 update gradlew distribution url to gradle-5.4.1 2019-06-01 17:37:09 +01:00
Sean Mac Gillicuddy
82ce6d14da #1175 update listing from changelog 2019-05-30 13:49:18 +01:00
Sean Mac Gillicuddy
6eef46a929 #1175 fix coverage for junit5 tests 2019-05-30 13:31:18 +01:00
macgills
afb933ac6a
Merge branch 'macgills/2.5-kotlin' into macgills/2.5-coverage 2019-05-30 12:41:21 +01:00
Sean Mac Gillicuddy
f95b4ea975 #1175 move play publishing to deploy phase 2019-05-30 12:23:23 +01:00
Sean Mac Gillicuddy
76cd88b60d #1175 add automatic deployment of draft releases to github 2019-05-30 12:00:27 +01:00
Sean Mac Gillicuddy
19c43f544f #1175 rename release notes so they update on alpha 2019-05-30 10:20:26 +01:00
Sean Mac Gillicuddy
e46a71a647 #1175 move play listing to flavor sourceset, correct publishing task for enabled gradle play publisher and move to onSuccess 2019-05-30 10:00:46 +01:00
macgills
fac411fe6f
Merge pull request #1182 from kiwix/macgills/#1174-introduce-unit-testing
Macgills/#1174 introduce unit testing
2019-05-30 09:05:35 +01:00
Sean Mac Gillicuddy
4a0d7c3695 #1175 revert leakcanary resolution - add in commented out code for emulator on travis - add dummy files to allow local builds of release 2019-05-29 16:08:57 +01:00
Sean Mac Gillicuddy
9ce9558772 #1175 remove encrypted varaibles, instead rely on repository settings on travis 2019-05-29 14:12:56 +01:00
Sean Mac Gillicuddy
7df9687171 #1175 add new encrypted variables 2019-05-29 13:39:21 +01:00
Sean Mac Gillicuddy
0d47467911 #1175 reformat travis file 2019-05-29 12:41:09 +01:00
macgills
4887ec435d #1175 update encrypted files 2019-05-29 12:27:03 +01:00
Sean Mac Gillicuddy
2f5b3dd1f7 #1174 fix auto formatting of travis.yml 2019-05-29 10:39:30 +01:00
Sean Mac Gillicuddy
612e43e2bd #1174 remove extraneous line 2019-05-29 10:20:12 +01:00
Sean Mac Gillicuddy
af857166f7 #1174 add encrypted files 2019-05-29 10:08:56 +01:00
Sean Mac Gillicuddy
ca7b8fb032 #1175 - add store listing for kiwix - reorganise abi codes to align with what is already on play store 2019-05-28 16:28:23 +01:00
macgills
2239acb050
Merge pull request #1179 from kiwix/macgills/2.5-changelog-update
Update changelog
2019-05-28 15:52:30 +01:00
Sean Mac Gillicuddy
263bb7231d #1174 update dependencies in readme and remove old testImplementations 2019-05-28 15:48:45 +01:00
Sean Mac Gillicuddy
92a0fb36cb #1174 Introduce Unit Testing - finish testing of ZimManageViewModel, extracting necessary pieces to allow testability 2019-05-28 15:22:49 +01:00
Sean Mac Gillicuddy
9e3bbe58ba #1174 Introduce Unit Testing - example of unit testing of a viewmodel 2019-05-27 17:02:04 +01:00
Sean Mac Gillicuddy
f0faa0b6b6 Update changelog 2019-05-27 12:58:38 +01:00
Sean Mac Gillicuddy
1194f7ae26 #1175 add badge to README 2019-05-27 12:42:40 +01:00
Sean Mac Gillicuddy
c2585c6827 #1175 update base apk name, introduce semantic versioning 2019-05-27 11:21:32 +01:00
Sean Mac Gillicuddy
1febfd14b2 #1175 disable emulator until armeabi-v7a support 2019-05-24 17:00:05 +01:00
Sean Mac Gillicuddy
9c55e44d72 #1175 move no accel flag to correct command 2019-05-24 16:28:05 +01:00
Sean Mac Gillicuddy
595cc4251f #1175 attempt no acceleration on x86 2019-05-24 16:19:22 +01:00
Sean Mac Gillicuddy
9ecae8f3fc #1175 remove no audio 2019-05-24 15:56:20 +01:00
Sean Mac Gillicuddy
0e0fbac15b #1175 try another variant 2019-05-24 15:47:38 +01:00
Sean Mac Gillicuddy
5ad196e7f8 #1175 try with version 24 2019-05-24 15:07:33 +01:00
Sean Mac Gillicuddy
3d92cac427 #1175 properly support google apis 2019-05-24 14:30:59 +01:00
Sean Mac Gillicuddy
c9e17dafa4 #1175 fix resolved sysimg name 2019-05-24 14:13:27 +01:00
Sean Mac Gillicuddy
119105f2a6 #1175 use googleapis to avoid webview crash 2019-05-24 14:05:05 +01:00
Sean Mac Gillicuddy
849dce1305 #1175 more logcat output 2019-05-24 13:42:00 +01:00
Sean Mac Gillicuddy
5e95a8ec68 #1175 expand logging script 2019-05-24 13:20:07 +01:00
Sean Mac Gillicuddy
76e43cc5a6 #1175 print out failing test 2019-05-24 12:49:27 +01:00
Sean Mac Gillicuddy
a0d0d9fcc8 #1175 revert trying to use x86 emulator 2019-05-24 12:32:51 +01:00
Sean Mac Gillicuddy
fe67180eda #1175 fix flag in emulator command 2019-05-24 12:13:49 +01:00
Sean Mac Gillicuddy
e478c5bb9b #1175 try workaround for no harware accel 2019-05-24 12:02:37 +01:00
Sean Mac Gillicuddy
0cdd84636b #1175 fix variable usage and lynx acquiring 2019-05-24 11:39:29 +01:00
Sean Mac Gillicuddy
e8f4c1d509 #1175 disable unit tests temporarily, print logs on connected test failure 2019-05-24 11:19:01 +01:00
Sean Mac Gillicuddy
54d4602348 #1175 try x86_64 architecture 2019-05-23 16:05:32 +01:00
Sean Mac Gillicuddy
9b3fa50a5b #1175 print out error logs from emulator 2019-05-23 15:48:02 +01:00
Sean Mac Gillicuddy
0a41983012 #1175 add test loggin to debug build 2019-05-23 15:33:58 +01:00