Kelson
c1a7f30c83
Merge pull request #1257 from kiwix/feature/macgills/#1251-stalebot-prs
...
#1251 add config for prs
2019-07-03 15:10:35 +02:00
Sean Mac Gillicuddy
9ff08d1f24
#1251 add config for prs
2019-07-03 14:05:20 +01:00
Sean Mac Gillicuddy
c0e930eb95
Fix build with lower target emulator
2019-07-03 13:02:39 +01:00
macgills
7bbcb530d0
Merge pull request #1247 from kiwix/master
...
Update Develop with changes done only to master
2019-07-03 12:12:09 +01:00
Sean Mac Gillicuddy
a65b0cc646
#98 revert changes to travis.yml
2019-07-03 11:31:40 +01:00
Sean Mac Gillicuddy
e25f833876
#98 ignore missing translations
2019-07-03 11:11:36 +01:00
Sean Mac Gillicuddy
d2395fabf5
#98 fix Issue id: LocaleFolder - temporarily disable most of build for quick feedback
2019-07-03 10:28:58 +01:00
Sean Mac Gillicuddy
a7888c2ec3
#1253 fix unit test compilation
2019-07-03 09:52:11 +01:00
Sean Mac Gillicuddy
1e453822ad
#1253 check checkboxes
2019-07-02 17:10:33 +01:00
Sean Mac Gillicuddy
51998e8f20
#1253 readd action mode for sharing and deleting zim files on disk
2019-07-02 16:31:29 +01:00
Sean Mac Gillicuddy
42ffc68014
#98 readd abort on error
2019-07-02 10:31:33 +01:00
Sean Mac Gillicuddy
2077cc651a
#98 add baseline lint to ignore existing issues, aggressively mark all issues as errors
2019-07-02 10:15:57 +01:00
Sean Mac Gillicuddy
f2b4806d14
Merge branch 'develop' into feature/macgills/#692-build-all-variants
...
# Conflicts:
# .travis.yml
2019-07-02 09:53:27 +01:00
Sean Mac Gillicuddy
a8930a33e9
Merge remote-tracking branch 'origin/develop'
2019-07-02 09:40:03 +01:00
Sean Mac Gillicuddy
682bcf6be1
Merge remote-tracking branch 'origin/develop' into feature/macgills/#1248-strict-mode
2019-07-02 09:38:25 +01:00
macgills
62987fa4ed
Merge pull request #1234 from kiwix/feature/macgills/#1214-universal-apk-upload
...
#1214 upload universal apk to download.kiwix on nightly build and to …
2019-07-02 09:36:06 +01:00
Sean Mac Gillicuddy
ddefce9ff4
Merge branch 'feature/macgills/#1251-stale-prs' into feature/macgills/#1214-universal-apk-upload
2019-07-01 15:25:26 +01:00
Sean Mac Gillicuddy
76f085681e
#1214 update secrets with ssh key
2019-07-01 14:18:21 +01:00
Sean Mac Gillicuddy
f0cac913db
#1248 enable Strict Mode on debug
2019-07-01 13:20:23 +01:00
macgills
e5501e3f01
Merge pull request #1237 from kiwix/feature/NoteKeeper
...
Addition to #1198
2019-07-01 12:03:24 +01:00
Sean Mac Gillicuddy
09f8299781
Merge branch 'develop'
...
# Conflicts:
# CONTRIBUTING.md
2019-07-01 12:01:21 +01:00
macgills
866cb48060
Merge pull request #1213 from kiwix/hotfix/up-read-timeout-for-low-end-devices
...
Increase timeout to 1 minute
2019-07-01 11:53:52 +01:00
Sean Mac Gillicuddy
8329c55df7
#692 invoke assemble command to buil all variants
2019-07-01 11:42:35 +01:00
macgills
a51f964a43
Merge pull request #1220 from kiwix/feature/macgills/#1219-density-splits
...
#1219 support density splits
2019-07-01 10:19:13 +01:00
macgills
7b97931994
Merge pull request #1230 from kiwix/feature/macgills/#1229-remove-build-types
...
PR: #1229 BuildTypes removed
2019-07-01 10:09:25 +01:00
Kelson
9b3c827261
Merge pull request #1241 from kiwix/feature/kelson42/#1236-use-kotlin
...
Feature/kelson42/#1236 use kotlin
2019-07-01 11:06:04 +02:00
Aditya-Sood
085ed7f7bd
Refactor AddNoteDialog
...
- Added @NonNull annotations & replaced return values accordingly
- Use ternary operator
2019-06-30 18:19:43 +05:30
Kelson
9fa55c3d8b
#1236 Kiwix is written in Kotlin
2019-06-29 10:12:02 +02:00
Sean Mac Gillicuddy
c0de738470
#1238 100% StorageObserver
2019-06-28 17:03:39 +01:00
Sean Mac Gillicuddy
39a964bf42
#1238 aim for 100% coverage
2019-06-28 16:23:30 +01:00
Sean Mac Gillicuddy
5079df2469
#1238 just use plus
2019-06-28 15:02:49 +01:00
Sean Mac Gillicuddy
fd9f797105
#1238 Unit test FileSearch
2019-06-28 14:18:16 +01:00
Aditya-Sood
865b579057
Bug fix: Correct the usage of close icon
...
MainActivity, AnimationUtils & tab_switcher.xml were using the "ic_close_white_24dp" (whose colouring was corrected in a previous commit of this branch from black to white, which caused the 'Close all tabs' button to appear completely white without any icons)
2019-06-27 20:40:46 +05:30
Aditya-Sood
f568857952
Refactor & documentation
...
- Refactor: AddNoteDialog
- Doucumentation: AddNoteDialog & ZimContentProvider
2019-06-27 17:13:30 +05:30
Aditya-Sood
ea3490e048
Increment: Change path for storage of note files
...
Code now uses ".../Kiwix/Notes/ZimFileName/ArticleUrl.txt" instead of ".../Notes/ZimFileTitle/ArticleTitle.txt" for storing notes
- Changed because multiple zim files can have the same ZimFileTitle, whereas ZimFileName is the actual name of the zim file (& hence unique).
- Chose ArticleUrl over ArticleTitle for greater stability (as article urls, being a core part of Kiwix, will always exist and hence are less likely to break the app)
2019-06-27 16:50:52 +05:30
Isaac Hutt
0539d56849
Merge pull request #1198 from kiwix/feature/NoteKeeper
...
GSoC 2019 Deliverable: Note Keeper
2019-06-26 21:23:51 +01:00
Sean Mac Gillicuddy
65a28a2f66
#1214 upload universal apk to download.kiwix on nightly build and to Github Releases on a tagged release
2019-06-26 15:09:14 +01:00
Kelson
63599fa685
Merge pull request #1233 from kiwix/https
...
Replace a few HTTP links with HTTPS
2019-06-26 15:53:18 +02:00
Kelson
23347677d0
More links using HTTPS in README
2019-06-26 15:40:37 +02:00
Kelson
624dbe58ef
Merge pull request #1232 from kiwix/macgills/feature/fix-contributing-branching
...
Escape angle brackets
2019-06-26 13:03:47 +02:00
Sean Mac Gillicuddy
51d1729d51
Escape angle brackets
2019-06-26 11:27:43 +01:00
Sean Mac Gillicuddy
62d456ecc4
#1219 use the density from the output file
2019-06-26 10:42:45 +01:00
Sean Mac Gillicuddy
a1094285fb
#1229 BuildTypes removed
2019-06-26 10:29:22 +01:00
Sean Mac Gillicuddy
b4e28323e5
Merge branch 'develop' into feature/macgills/#1219-density-splits
2019-06-26 09:34:45 +01:00
macgills
2481ead365
Merge pull request #1225 from kiwix/feature/macgills/#1224-fix-crash-reporting
...
#1224 use correct fileProvider suffix
2019-06-26 09:32:39 +01:00
Sean Mac Gillicuddy
5635a50920
#1224 remove extraneous dash in .travis.yml
2019-06-25 15:52:30 +01:00
Sean Mac Gillicuddy
afb62ba9f1
#1224 attempt to fix build
2019-06-25 15:16:59 +01:00
macgills
5274ba81c0
Merge pull request #1227 from kiwix/feature/macgills/#1226-stalebot
...
#1226 create stalebot configuration
2019-06-25 14:18:18 +01:00
Sean Mac Gillicuddy
c21703a4b3
#1226 create stalebot configuration
2019-06-25 13:25:32 +01:00
Aditya-Sood
87b389109b
Merge branch 'feature/NoteKeeper' of https://github.com/kiwix/kiwix-android into feature/NoteKeeper
2019-06-25 16:57:37 +05:30