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
renaud gaudin
0e9a60a7fd
fixed erroneous type on icudt49l.dat
2015-06-02 12:03:43 +02:00
renaud gaudin
bac73edf71
Fixed the misleading Help menu button to actually display the Help page
2015-06-02 12:02:04 +02:00
Emmanuel Engelhart
2984884d6c
New version of the libs
2015-06-02 12:00:47 +02:00
Rashiq
339a1b44aa
Add Icu file
2015-06-01 19:25:03 +02:00
Emmanuel Engelhart
83733bd354
Add new Somali locale
2015-05-17 18:18:43 +02:00
Emmanuel Engelhart
124ed78edf
Add UI in Amharic
2015-05-17 14:50:39 +02:00
Emmanuel Engelhart
41d157a0b2
Update of the translations
2015-05-17 14:49:30 +02:00
Emmanuel Engelhart
58618804b7
* Update audio/video detection regex by adding support for OGG and OGV file extensions
...
* Make the audio/video detection pattern case insensitive
2015-05-17 13:44:27 +02:00
Emmanuel Engelhart
4cf1aa51a5
Add O
2015-05-17 13:38:49 +02:00
Emmanuel Engelhart
4da4cd38be
New gradle writes APK files to build/outputs/apk/ (instead build/apk/). Fixing scripts.
2015-05-17 13:33:31 +02:00
Rashiq
f50301ef3a
Add binary files
2015-05-14 17:16:46 +02:00
Rashiq
7ef31d71e5
Update video regex
2015-05-14 17:08:20 +02:00
Rashiq
b51db12b11
Hotfix for the html5 video bug
...
This should be a temporary solution until we can find a better way to
fix this.
Since the `ParcelFileDescriptor` pipe always breaks when writing a video,
I've fixed the issue by just writing the video to the local file system
and then returning that local file to the ContentProvider.
This local file gets deleted when the App gets destroyed.
2015-05-11 21:58:09 +02:00
Rashiq
6f0516f61a
Format code
2015-04-29 15:20:00 +02:00
Rashiq
2782c57e6d
Update gitignore
2015-04-29 15:16:48 +02:00
Rashiq
c7ceb3df88
Remove files based on new .gitignore
2015-04-29 15:11:58 +02:00
Rashiq
91dbf453af
Change gradle wrapper url
2015-04-29 14:51:01 +02:00
Rashiq
c0a643cda3
Update Gradle build tools
2015-04-29 14:49:21 +02:00
Rashiq
1cb900d497
Update Gradle version
2015-04-29 14:44:23 +02:00
kelson42
920e8d6c8b
New ray charles URls
2015-04-16 09:21:40 +02:00
Kelson42
249153c5ba
The Wikipedia bookshelf does not provide the ZIM format anymore (at least for now - work ongoing)
2015-04-14 10:53:06 +02:00
Emmanuel Engelhart
3120a87b33
Change ZIM content provider authority
2015-03-14 18:20:31 +01:00
Emmanuel Engelhart
f0f033e677
Update Ray Charles ZIM file URL
2015-03-04 10:54:30 +01:00
Emmanuel Engelhart
c1845e7bc2
Put more code in try{}
2015-03-02 18:44:22 +01:00
Emmanuel Engelhart
2474008e16
Select all text in searchbox by getting focus
2015-03-02 14:13:08 +01:00
Emmanuel Engelhart
27f5d976ed
TTS stops if no language supported (instead of reading the text in English)
2015-02-23 11:24:56 +01:00
Emmanuel Engelhart
492c9fa3d4
Simplification of the code
2015-02-19 16:48:14 +01:00
Emmanuel Engelhart
a01fb5ee11
Increment version
2015-02-19 15:31:45 +01:00