7778 Commits

Author SHA1 Message Date
mhutti1
9cef1e8883 Android Removed broken file search code
I don't think this code has worked for a long time so am deleting it now
to remove confusion in this file.
2016-07-12 19:37:33 +01:00
mhutti1
595ad51070 Android Save downloaded ZIMs to database #262 #264 2016-07-12 18:50:55 +01:00
mhutti1
877cc89f0b Android added no local files message 2016-07-11 22:09:57 +01:00
mhutti1
68e5d45abf Android Added more detailed description of what each download really is 2016-07-10 20:45:02 +01:00
mhutti1
a3af147190 Android zim deletion now correctly deletes all chunks 2016-07-10 16:03:24 +01:00
mhutti1
ee22f3cbdc Android will now not allow download if not enough space is available 2016-07-09 22:16:37 +01:00
mhutti1
33daa1fc4e Android Added confimation box for download if not on WiFi network 2016-07-09 21:41:19 +01:00
mhutti1
6debfe944b Android more int to long conversion 2016-07-07 17:50:34 +01:00
Elad Keyshawn
bbbeb2522c added icon assets 2016-07-07 05:01:25 +03:00
Elad Keyshawn
659e8358d2 more minor UI improvments 2016-07-07 04:58:58 +03:00
Elad Keyshawn
ec9b75f78d New ZIM downloader UI improvements 2016-07-07 04:50:39 +03:00
mhutti1
148f7a9707 Android fix for service crash on files larger than int max size 2016-07-07 00:24:08 +01:00
mhutti1
f20306ac4d Android clicking notfication allows file change 2016-07-06 22:45:58 +01:00
mhutti1
04f1ccb0d0 Android Download list shows native lanaguage files first 2016-07-06 20:32:59 +01:00
Isaac
8d2da951fd Merge pull request #241 from Spacejoker/master
Refactoring filtering logic for search autocomplete to improve readab…
2016-07-06 19:19:36 +01:00
mhutti1
b0a9d0a9c5 Android remote library can be searched #240 2016-07-06 19:06:13 +01:00
mhutti1
77b0d0f8fb Android Downloads can be paused stopped and managed
Early implementation so there are likely to be a few issues
2016-07-06 17:42:57 +01:00
mhutti1
2b95e93d71 Fix for #258 2016-07-05 19:31:53 +01:00
mhutti1
e5c4bb5c31 Android local ZIM files can be deleted 2016-07-05 16:25:17 +01:00
mhutti1
88d4a2e799 Android download notification icon displays correctly on 5.0 and above 2016-07-05 15:46:21 +01:00
mhutti1
c731ce0f5f Initial Android Unified Zim management UI with new download system 2016-07-05 13:48:33 +01:00
Emmanuel Engelhart
873b629756 Update changelog 2016-07-04 20:59:22 +02:00
Elad Keyshawn
9ccfecb7a4 minor fix with LEFT / RIGHT gravity 2016-07-03 23:28:46 +03:00
Elad Keyshawn
451daa1cb2 Merge remote-tracking branch 'remotes/upstream/master' 2016-07-03 23:22:54 +03:00
Elad Keyshawn
54b63f2273 Basic working bookmarks without undo,
Layout support for RTL languages.
2016-07-03 23:17:24 +03:00
kelson42
c51eef9f1b Merge branch 'master' of https://github.com/kiwix/kiwix 2016-07-03 17:13:05 +02:00
kelson42
8636088cc8 Re-add locales.txt for Android Studio users #257 2016-07-03 17:12:52 +02:00
Elad Keyshawn
5abd99909a Merge branch 'master' into bookmarks
# Conflicts:
#	android/src/org/kiwix/kiwixmobile/settings/KiwixSettingsActivity.java
2016-07-03 16:54:08 +03:00
Kelson
4c119bf921 Fix urllib2 improt problem #246 2016-07-03 16:51:07 +03:00
mhutti1
a69da71820 Update gradle build settings 2016-07-03 13:42:49 +01:00
Elad Keyshawn
33a2036e2f First working,
TODO: fix selected bookmarks delete
2016-07-03 14:29:45 +03:00
kelson42
253e74b7c9 + download manager 2016-07-03 12:54:27 +02:00
Elad Keyshawn
92cbda5795 Basic boilerplate for bookmarks db 2016-06-29 14:47:36 +03:00
Kelson
22d9ecda6c Fix urllib2 improt problem #246 2016-06-25 16:49:11 +02:00
Kelson
089365fd63 update CHANGELOG 2016-06-25 16:12:05 +02:00
Kelson
f61eb536e0 Localise setting language list sorting #251 2016-06-25 16:11:25 +02:00
Kelson
7bbeaeb507 Remove Java8 deprecated 'MaxPermSize=4096m' java argument 2016-06-25 15:38:04 +02:00
Elad Keyshawn
6fc31add61 Updated SharedPreferences editor commit method to .apply() (.commit is deprecated) 2016-06-25 15:57:06 +03:00
Elad Keyshawn
f550b433d1 Merge remote-tracking branch 'remotes/upstream/master' 2016-06-25 15:51:33 +03:00
Kelson
539be92906 update CHANGELOG 2016-06-25 11:55:50 +02:00
Kelson
22491cc80f Fixing he, id, yi local. by adding symlinks using deprecated codes #250 2016-06-25 11:54:24 +02:00
Kelson
edcb3aad30 Remove useless w820dp language 2016-06-25 11:31:49 +02:00
Kelson
fd34ea91b6 Remove Android local 'w820p' which does not look to be valid #252 2016-06-25 11:02:59 +02:00
Elad Keyshawn
646223d6ae Update README
Added short instruction on creating custom widget icon
2016-06-19 21:29:52 +03:00
kelson42
21ad7f73d8 Add phet custom app 2016-06-19 18:32:09 +02:00
Elad Keyshawn
d61baf09ff Changed Kiwix widget 32dp icon name to 'ic_kiwix_widget' 2016-06-19 19:25:06 +03:00
grdman
a145ef8856 Refactoring filtering logic for search autocomplete to improve readability. 2016-06-08 17:16:26 +02:00
Rashiq
dfd6a033f7 Merge branch 'komaz-issues/52'
* komaz-issues/52:
  Fixing indentation.
  Create new database when upgradingto version >= 3
  Handle database upgrade
  Introducing use of squidb for persisting recent-search history.
  Use simplexml in MetaLinkNetworkEntity for parsing
2016-06-08 16:31:20 +02:00
grdman
8d3ffbe0ff Fixing indentation. 2016-06-08 16:25:20 +02:00
grdman
effd60b357 Create new database when upgradingto version >= 3 2016-06-08 16:25:20 +02:00