5689 Commits

Author SHA1 Message Date
Kelson42
b2de3756c7 + update of locales 2014-10-29 10:11:29 +01:00
Kelson42
d8c033427c + update local strings 2014-10-24 19:22:33 +02:00
Kelson42
1238617400 + new locale strings 2014-10-23 15:39:10 +02:00
Kelson42
c9f62fc5c1 + new locale fix 2014-10-23 14:53:15 +02:00
Kelson42
b28c1bafd7 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2014-10-23 14:47:37 +02:00
Kelson42
1d68d61261 + Fix locales strings 2014-10-23 14:46:38 +02:00
Kelson42
4949fe9347 Fix inconsistency in the way we report/log errors/warnings/info 2014-10-22 15:21:06 +02:00
Kelson42
0e1c2858be + fix in the fr local. 2014-10-22 15:07:10 +02:00
Kelson42
0590ecc467 + update of UI localisations 2014-10-22 13:29:05 +02:00
Kelson42
fc4f582a06 + replace all path where ZIM files might be by "/mnt/" 2014-10-22 12:00:24 +02:00
Kelson42
05be81090a + Add new possible directory in the list to scan for ZIM files 2014-10-22 11:01:16 +02:00
Kelson42
b4eb8bb776 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2014-10-20 15:39:08 +02:00
Kelson42
9941b64f29 + Add paths to scan for the File detector 2014-10-20 15:38:22 +02:00
Kelson42
7d24428712 + update manifest 2014-10-18 15:20:12 +02:00
Julian Harty
320a01d904 Added a Null Pointer handler in ToggleNightMode() to see if it mitigates a recently noticed bug 721. This does not fix the underlying problem, which still needs investigating and then addressing. 2014-10-17 22:04:26 +01:00
Kelson42
df60245049 + update the build number 2014-10-09 15:00:51 +02:00
Kelson42
994ebdb8b4 + fix manifest 2014-10-09 12:45:05 +02:00
Kelson42
6fa08794fe + Fix bookmark displaying icon issue 2014-10-09 00:51:02 +02:00
Julian Harty
8d20e52e38 Updated the resource files using the latest translations from translatewiki. 2014-10-08 11:54:25 +01:00
Julian Harty
a36e76055e Updating the text files used by Android app for the various languages it supports.
The differences were generated by running the TW2KL Perl script (which is part of the Kiwix Maintenance project also hosted on SourceForge). We ran this script to apply the most recent changes of translations from TranslateWiki. See http://blog.wikimedia.org/2011/08/20/kiwix-localisation-is-supported-at-translatewiki-net/ https://translatewiki.net/wiki/Translating:Kiwix for an overview.

The script is found in kiwix-maintenance/maintenance_tools/translatewiki

./TW2KW.pl --path=/Users/julianharty_air/opensourceprojects/kiwix-kiwix/ --allLanguages=kw
2014-09-12 07:25:03 +01:00
Julian Harty
c77b2d8b4f This time I've updated the java code to use the new values. We still need to update the other language strings. 2014-09-11 16:14:58 +01:00
Julian Harty
4cb508769d Updated the Android strings in the master values/strings.xml to replace the term Image with Media since the app now supports multimedia. 2014-09-11 16:04:49 +01:00
kelson42
46147344f4 + mg locale 2014-08-08 20:11:16 +02:00
kelson42
0457a7145b + new locales 2014-08-08 19:55:21 +02:00
Kelson42
9833775a38 + new translation strings 2014-06-25 17:33:42 +02:00
Kelson42
8a24821f81 Merge commit 'c57380f31d8256a1d194df3d986244e8b55ff599'
Conflicts:
	android/src/org/kiwix/kiwixmobile/KiwixMobileActivity.java
2014-06-22 17:56:09 +02:00
Viola Petra
99a21c92e8 Fix for bug http://sourceforge.net/p/kiwix/bugs/686/ 2014-06-19 13:25:19 +02:00
Kelson42
9d6801642d Locales txt should be created before building the APK 2014-06-18 22:32:45 +02:00
Kelson42
bec42fd671 Fix #686 Kiwix on Android crashes after hibernation 2014-06-18 14:43:34 +02:00
Kelson42
08fa116ffd + Code which should help to fix text-autorisizing issue on KitKat 2014-06-18 14:15:47 +02:00
Kelson42
82419359dc + Add Khmer alphabet support to the UI 2014-06-18 12:57:23 +02:00
Kelson42
73d667c2d9 This does not match any languages and looks like a human artefact. I remove it. 2014-06-18 11:56:38 +02:00
Kelson42
902f0bca32 locales.txt is created by the build process, this should not be in the git repository 2014-06-18 11:55:53 +02:00
Kelson42
4b2fdd9383 + android:hardwareAccelerated="true" to the webview, necessary for HTML5 video support 2014-06-18 11:33:51 +02:00
Kelson42
f8fec6be44 + az 2014-06-17 21:34:18 +02:00
Kelson42
0bcdcb63e9 + update of locales 2014-06-17 21:33:56 +02:00
Kelson42
ad60cdaed4 + az locales for android 2014-06-17 21:33:46 +02:00
Jan Sembera
6ebeec1be1 Android FileSearch will now search external SD cards as well (issue #673).
I don't own a device where I could reproduce it, but it worked when tested
with other manually created directories.
2014-06-13 21:43:20 +02:00
Ross Combs
cf5e77de78 Add two override fonts to cover the Gujarati and Oriya/Odia scripts.
Add code to select these fonts in preference to DejaVu based on the
language code.  This fixes bug 699.
2014-06-13 17:30:12 +02:00
Johannes Leitner
4c703d108f Only return true on OnKeyDown if the event was actually handled. This prevents losing handlers for system-wide events such as volume down. 2014-06-13 15:05:20 +02:00
Kelson42
fd61b4d1ce zimlib1-2 instead of zimlib1.1 2014-05-21 13:47:22 +02:00
Kelson42
45f3c03d1a + new translations of the UI 2014-05-14 15:54:14 +02:00
kelson42
0558422a86 + new version: 2!!! 2014-05-08 17:09:08 +02:00
kelson42
9053dab95b + update of UI localizations 2014-04-09 18:05:25 +02:00
kelson42
0e270a5d1e + update of locales 2014-02-15 20:02:45 +01:00
kelson42
f42066e642 + locales update 2014-01-11 18:03:34 +01:00
kelson42
aeb15a64e7 + small fix of the bookmarks 2014-01-07 22:40:03 +01:00
kelson42
3c04d0cfe0 + new bookmarking system 2014-01-07 22:01:11 +01:00
kelson42
5deefe5301 + new versionCode in Android manifest 2014-01-04 18:02:48 +01:00
kelson42
d6964d7954 + load the ICU data file dynamically 2014-01-03 13:43:15 +01:00