318 Commits

Author SHA1 Message Date
kelson42
1d5f57bf17 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-04-08 20:14:01 +02:00
kelson42
f54a6ac019 + optmized png files 2013-04-08 20:10:39 +02:00
renaud gaudin
113ced72fb Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-04-08 19:37:47 +02:00
renaud gaudin
f9fc621f76 updated html pages 2013-04-08 19:24:14 +02:00
cip
e4eb5481f5 android fix regression introduced in 33f311f9d87f2564
crash on opening kiwix, in case zim file loaded on startup
2013-04-07 09:56:30 +02:00
cip
b872d9522b android hide randomarticle/search/home buttons when no zim file loaded 2013-04-07 00:39:01 +02:00
cip
7b1422a4b9 android disable randomarticle/search/home buttons when no zim file loaded
Still not perfect, as unfortunately if in actionbar disabled state not shown graphically
(only in overflow greyed out)
2013-04-07 00:33:07 +02:00
cip
a51f379237 android fix crash home clicked while no zim file loaded
Note that this in addition should be fixed in c code
(getrandompage does not crash if no zim file loaded, getmainpage
crashes)
Note that still not ideal: Either disable buttons, or at least display
better error message.
2013-04-07 00:23:32 +02:00
cip
e4ffff8c3f android remove unused code 2013-04-07 00:22:09 +02:00
cip
d02ee60fa3 android Fix regression (english strings) due to last commit 2013-04-06 18:29:14 +02:00
cip
8a1f94db5b android german translation (except help/2gb invalid zim file) 2013-04-06 18:22:23 +02:00
cip
e1129c23c0 android version changed to 1.1 2013-04-06 17:23:05 +02:00
cip
af87dd0726 android excplitly retun NULL for mime type
Apparently not used, and cleaner than just always returning text/html
2013-04-06 17:23:04 +02:00
cip
1a40767cd9 android use preferencefragment instead of preferenceactivity
Newer API (since honeycomb =11), but no change should be visible
2013-04-06 17:23:03 +02:00
cip
204ae84231 android workaround for #643
(Very ugly) Workaround for  #643 Android article blank after rotation and app reload
In case of restore state, just reload page multiple times. Probability
that after two refreshes page is still blank is low.
2013-04-06 14:40:15 +02:00
renaud gaudin
e934904edf Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-04-06 13:53:24 +02:00
renaud gaudin
c22b88c386 Added progress checks on android compile script 2013-04-06 13:53:15 +02:00
cip
94f33e9289 Merge branch 'master' of ssh://puehrinc@git.code.sf.net/p/kiwix/kiwix 2013-04-06 13:24:34 +02:00
kelson42
09cb2bb903 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-04-06 13:23:28 +02:00
kelson42
4a83a3def3 + getRandomPage() native impl. fixed 2013-04-06 13:22:08 +02:00
cip
7b6c1daeff android don't reload on orientation change (indirectly fixes partly #643) 2013-04-06 13:05:16 +02:00
renaud gaudin
f7c69ad39b Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-04-06 12:54:35 +02:00
renaud gaudin
97fb36ac89 Added command line options to build script 2013-04-06 12:54:21 +02:00
cip
2a9f175821 android kiwixsettings prepeared to support multiple autosummary list settings 2013-04-06 12:47:23 +02:00
renaud gaudin
4e979bad2b Added libs folder 2013-04-06 11:46:38 +02:00
cip
e127050f8f android show welcome on help menu
help page can be opened via link in welcome page.
(Easier to maintain and test)
2013-04-06 10:58:08 +02:00
cip
76a1b05509 android get random article 2013-04-06 10:56:30 +02:00
cip
d8bcb3216d android moved nontranslatable strings to separate file 2013-04-06 10:26:15 +02:00
cip
d0d0e48aba android cleanup/linting 2013-04-06 10:26:14 +02:00
cip
c5f27719fe android preferences Fix preference summary not updated 2013-04-06 10:24:41 +02:00
cip
721a2c9d6c Settings, i.p. allow changing Zoom (Work in progress)
note that recommendation is actually to use fragment instead of activity
on Honeycomb or newer (so reconsider changing it).
2013-04-06 10:24:40 +02:00
renaud gaudin
6c84338b86 Kelson, you shouldnt have commitet this ahah 2013-04-06 04:05:21 +02:00
renaud gaudin
2fe7e869ce Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-04-06 04:03:55 +02:00
renaud gaudin
6f5256b56b added welcome page + help page + integrated 2013-04-06 04:03:06 +02:00
renaud gaudin
484ddb7da1 Added first version of Homepage and Help page 2013-04-06 03:11:23 +02:00
kelson42
1b41a6862e Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix
Conflicts:
	android/libs/armeabi/libkiwix.so
	android/libs/mips/libkiwix.so
	android/libs/x86/libkiwix.so
2013-04-05 23:40:12 +02:00
kelson42
bccd1d1806 + JNI getRandomPage() 2013-04-05 23:35:56 +02:00
renaud gaudin
f287856b59 release script 2013-04-05 20:45:34 +02:00
renaud gaudin
6844557982 version 1.0 released on Google Play -- testing only 2013-04-05 20:27:02 +02:00
cip
1464e8cd4c android "zimgap" tag replaced with "kiwix" tag in log 2013-04-05 20:12:44 +02:00
cip
13a426c782 android removed not required permissions. Added READ_EXTERNAL_STORAGE
Note: Previously used permission WRITE_EXTERNAL_STORAGE implicitly grants
read access and in addition currently android does not enforce READ_EXTERNAL_STORAGE.
2013-04-05 20:10:45 +02:00
cip
b8c8a56b1f android translation german welcome.html 2013-04-05 19:51:55 +02:00
cip
ff001d288c android french translation syntax fix 2013-04-05 19:48:20 +02:00
cip
cea89357c4 Merge branch 'master' of git://git.code.sf.net/p/kiwix/kiwix 2013-04-05 19:46:16 +02:00
renaud gaudin
31205f959c Improved english strings and added french 2013-04-05 19:43:33 +02:00
cip
ab91367f76 android fix issues reported by linting 2013-04-05 19:40:02 +02:00
renaud gaudin
71804cdc2a Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-04-05 19:30:51 +02:00
renaud gaudin
045d431070 fixed native on mips and intel 2013-04-05 19:30:45 +02:00
cip
12312b499c android German translation (except welcome page) 2013-04-05 19:24:50 +02:00
cip
d557970187 android different setDefaultZoom level for tablets and phones 2013-04-05 19:24:33 +02:00