8300 Commits

Author SHA1 Message Date
Rashiq
02ba34d6c3 Merge remote-tracking branch 'origin/master'
* origin/master:
  Update translations
  Update branding
  Added enforced language capability for custom App

Conflicts:
	android/src/org/kiwix/kiwixmobile/KiwixMobileActivity.java
2015-06-06 10:34:01 +02:00
Rashiq
8b6dbabe6e Add new Tab system 2015-06-06 10:32:53 +02:00
Emmanuel Engelhart
29bb619e70 Update translations 2015-06-05 14:52:52 +02:00
Emmanuel Engelhart
be9cbf20f5 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2015-06-05 14:43:55 +02:00
Emmanuel Engelhart
22862d431e Update branding 2015-06-05 14:43:28 +02:00
renaud gaudin
05aab203f4 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2015-06-05 13:29:39 +02:00
renaud gaudin
ac79042caa Added enforced language capability for custom App 2015-06-05 13:29:32 +02:00
Rashiq
7e642d7ce4 Remove unused string 2015-06-05 13:26:51 +02:00
Emmanuel Engelhart
4216888c85 Update branding files 2015-06-05 13:24:52 +02:00
Emmanuel Engelhart
4ef5c8a951 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2015-06-05 13:21:33 +02:00
Rashiq
95609aa6e2 Merge remote-tracking branch 'origin/master'
* origin/master:
  Update UI translationsx
  More debug messages
  made the script more generic to satisfy multiple builds

Conflicts:
	android/res/values-ka/strings.xml
	android/res/values-sa/strings.xml
2015-06-05 13:20:49 +02:00
Emmanuel Engelhart
7c563882dd + branding files 2015-06-05 13:18:23 +02:00
Rashiq
ab585ab7bf Remove 'share with friends' menu 2015-06-05 13:11:22 +02:00
Emmanuel Engelhart
369b9b6486 Update UI translationsx 2015-06-05 13:06:48 +02:00
Emmanuel Engelhart
5a112bcd82 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix
Conflicts:
	android/install-kiwix-on-device.sh
2015-06-05 12:53:30 +02:00
Emmanuel Engelhart
ec958b3b53 More debug messages 2015-06-05 12:50:47 +02:00
renaud gaudin
9f1174d209 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2015-06-05 12:49:07 +02:00
renaud gaudin
77c3c586fd made the script more generic to satisfy multiple builds 2015-06-05 12:48:05 +02:00
Rashiq
9fb392bdc7 Code-Cleanup 💄
Remove unused resources and removed the exit menu button
2015-06-05 12:47:47 +02:00
Rashiq
4bc39f4ec6 Fix Menu in Activty 2015-06-05 12:29:22 +02:00
Rashiq
d279e5f511 Merge Fragment with Activity
There is still a lot to fix in here
2015-06-05 11:45:16 +02:00
Rashiq
6035488f4b Delete Fragment
Finally 🙌
2015-06-05 11:42:04 +02:00
Rashiq
cd886be4d0 Add gradle clean assemble command to trigger JW's sdk-manager plugin 2015-06-05 10:45:00 +02:00
Rashiq
c9ee92be53 Fix branding string resources 2015-06-04 22:31:52 +02:00
Rashiq
8deaed2548 Comment out duplicate content 2015-06-04 19:57:59 +02:00
Rashiq
8eca7b6cbd Merge remote-tracking branch 'origin/master'
* origin/master:
  Initial version of CustomApp generator
  Added custom help and switch (using Constants) for custom Apps

Conflicts:
	android/res/values/strings.xml
2015-06-04 19:53:49 +02:00
Rashiq
c4fb85546d Rename resources 2015-06-04 19:50:01 +02:00
renaud gaudin
e2f0da2208 Merge branch 'master' into custom_app 2015-06-04 19:40:22 +02:00
Rashiq
e7c391b0d9 Removed unused resources 2015-06-04 19:38:21 +02:00
renaud gaudin
e45493ada0 Initial version of CustomApp generator
Generator script takes a JSON descriptor file.
CustomApp behavior is trigger on the Constants.IS_CUSTOM_APP switch
CustomApp looks for a companion file as ZIM and loads it up.
If not present, exits inviting to uninstall and reinstall from store.
2015-06-04 19:37:13 +02:00
Rashiq
b9f406e82f Fix a NPE with the new zoom control 2015-06-04 18:00:18 +02:00
Rashiq
50cf9b6e66 Add new feature: Improved zoom 2015-06-04 17:55:59 +02:00
Rashiq
fd37ff84e2 Fix background of search view 2015-06-04 15:09:12 +02:00
Rashiq
e4b0bf5702 Code clean-up 2015-06-04 15:06:54 +02:00
Rashiq
98779d617c Change name of the settings activity 2015-06-04 14:42:35 +02:00
Rashiq
ed5b214095 Minimum SDK version = 14 😎 2015-06-04 14:33:29 +02:00
Rashiq
0733d240c6 Revert "Delete unused string resources"
This reverts commit 4ea7dc6dae09ecd11b16a18b87f4eb497519c824.
2015-06-04 13:49:05 +02:00
Rashiq
88d1fba06a Add PreferenceDialog 2015-06-04 10:45:40 +02:00
Rashiq
dc667dc715 Delete unused string resources 2015-06-03 16:00:21 +02:00
Rashiq
c4058b0a19 Remove Zoom functionality and make it automatic through manipulating the html 2015-06-03 16:00:21 +02:00
renaud gaudin
edc123670c Merge branch 'master' into custom_app 2015-06-03 15:33:49 +02:00
renaud gaudin
b4a3d8135c moved platforms down a level folder and added a clean option to prevent clutter on android folder 2015-06-03 15:33:23 +02:00
renaud gaudin
0307586a79 Added custom help and switch (using Constants) for custom Apps 2015-06-03 15:32:05 +02:00
Rashiq
576b64c766 Fix AutoCompleteTextView in landscape mode 2015-06-03 10:38:11 +02:00
Rashiq
9fea30a874 Merge branch 'testa'
* testa:
  Support opening pdf and epub from within the app
2015-06-02 18:02:08 +02:00
Rashiq
7c90e7e63e Support opening pdf and epub from within the app 2015-06-02 17:33:32 +02:00
Emmanuel Engelhart
42fd894a61 Put a permalink/redirect to the Ray Charles ZIM files (instead of a "normal" link) 2015-06-02 15:19:06 +02:00
renaud gaudin
cf614ee283 added the stock icu data files to android-deps. fixed android python compile script to current code and made a few coding style changes 2015-06-02 12:44:33 +02:00
renaud gaudin
7bd8314a98 fixed symlink to relative 2015-06-02 12:37:02 +02:00
renaud gaudin
6990cbb67c merged in 2015-06-02 12:06:32 +02:00