1899 Commits

Author SHA1 Message Date
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
Sean Mac Gillicuddy
c8f4e8815e #1175 remove no audio flag from emulator creation 2019-05-23 15:02:28 +01:00
Sean Mac Gillicuddy
feab9a76b3 #1175 change architecture to supported arm64 android version 2019-05-23 14:40:46 +01:00
Sean Mac Gillicuddy
712085a0a0 #1175 change abi for travis emulator 2019-05-23 14:18:17 +01:00
Sean Mac Gillicuddy
24e2528c4d #1175 undo DownloadService deletion 2019-05-23 14:08:32 +01:00
Sean Mac Gillicuddy
6b9f6a6ade #1175 fix build.gradle 2019-05-23 13:59:53 +01:00
Sean Mac Gillicuddy
66faea5d47 #1174 remove decrypting files 2019-05-23 13:52:33 +01:00
Sean Mac Gillicuddy
001213d3f6 #1175 include publishing config 2019-05-23 13:43:52 +01:00
Sean Mac Gillicuddy
4dc6dd7117 #1175 fix badly formed travis.yml 2019-05-23 13:36:59 +01:00
Sean Mac Gillicuddy
6e8b1ffbb2 #1175 automate code coverage 2019-05-23 13:02:25 +01:00
Sean Mac Gillicuddy
aa01598e27 Fix padding of abbpar for ZimManageActivity. Stop creating unused tables, drop unused table 2019-05-20 13:19:25 +01:00
Sean Mac Gillicuddy
75c47055c1 Create migration for DB, up DB version. Delete Unused methods and mark old dbs deprecated 2019-05-17 13:34:46 +01:00
Sean Mac Gillicuddy
fd31d39158 revert to original dao/schemas prior to writing migration 2019-05-17 11:23:17 +01:00
Sean Mac Gillicuddy
a892668acb Add new objectbox databases and replace usages of old dbs. Use Kapt for annotationProcesing. Raise MinSDK. Add timeouts to network requests. 2019-05-17 10:54:07 +01:00
Sean Mac Gillicuddy
9a3d44b77f Fix bug when a null book is found on storage 2019-05-15 14:46:39 +01:00
Sean Mac Gillicuddy
ed6a632af5 Redo upgrade of leakcanary, leakcanary 2.0 has androidx dependencies and cannot be included. Remove multidex again 2019-05-15 13:59:09 +01:00
Sean Mac Gillicuddy
4370ee61e9 Revert "Remove multidex as not needed without guava/apache, upgrade leakcanary to fix crash"
This reverts commit 6e33ae22012218baef08dad7bc860138e536627d.
2019-05-15 13:47:21 +01:00
Sean Mac Gillicuddy
6e33ae2201 Remove multidex as not needed without guava/apache, upgrade leakcanary to fix crash 2019-05-15 13:41:21 +01:00
Sean Mac Gillicuddy
5b01c30a51 Migrate from to new Model for BookDatabaseEntity 2019-05-15 13:21:11 +01:00
Sean Mac Gillicuddy
0503d7272b poll for external storage permission before checking file system 2019-05-15 10:15:40 +01:00
Sean Mac Gillicuddy
2d19903708 Show downloads tab when notification is clicked on 2019-05-15 10:08:45 +01:00
Sean Mac Gillicuddy
73690fbd23 Add fat32 checker that checks on storage change and on deletion/file removal. Fix library stream breaking on error 2019-05-14 14:19:46 +01:00
Sean Mac Gillicuddy
e5773391c9 Move check on adding a download pre db insertion. Handle downloads cancelled outside application. Use transaction to mediate refresh rate of observables 2019-05-13 15:01:55 +01:00
Sean Mac Gillicuddy
e86b3ef11e Bump version name/number 2019-05-13 09:44:53 +01:00
Sean Mac Gillicuddy
287d816304 Downloads now fully support states from a Query. Language handling improved. Guava & apache commons removed 2019-05-10 16:20:46 +01:00
Sean Mac Gillicuddy
f318da929c Delete duplicate dialog, format and clean up PagerAdapter, languageViewHolder, BooksAdapter, LibraryFragment 2019-05-09 16:28:20 +01:00
Sean Mac Gillicuddy
d819352d60 Convert ZimManageActivity to Kotlin and reactive streams 2019-05-09 14:58:20 +01:00
Sean Mac Gillicuddy
41a753a1e6 LibraryFragment converted to Kotlin and observing reactive streams 2019-05-07 13:03:21 +01:00
Sean Mac Gillicuddy
61697b502c ZimFileSelectFragment rewritten in kotlin and observing reactive streams of data 2019-05-01 14:04:39 +01:00
Sean Mac Gillicuddy
464ddf742b Migrate DownloadFragment to kotlin and integrate with new Downloader 2019-04-30 12:21:06 +01:00
macgills
c83e6f2fd0
For 2.5: Proposal: Use Kotlin as the primary development language for… (#1167)
* For 2.5: Proposal: Use Kotlin as the primary development language for Kiwix #648

* Update mockito

* apply 2 space indent
2019-04-30 09:37:55 +01:00
Licaon_Kter
b6957df14c Fix versionName
...you'll need to reTag 2.4 after merge
2.4
2018-09-18 16:18:35 +01:00
Kelson
1ddab91903 More memory for compilation 2018-08-30 22:16:25 +01:00
Isaac Hutt
b052dbf25e
Merge pull request #851 from kiwix/mhutti1/custom-app-icon
Remove addaptive icon to fix custom apps
2018-08-29 00:23:37 +01:00
mhutti1
60ea6e5c9a Remove addaptive icon to fix custom apps 2018-08-29 00:02:51 +01:00
siddharth2010
f3a7b9df21 fix checkbox in issue template for tests 2018-08-21 23:00:18 +01:00