64 Commits

Author SHA1 Message Date
Philipp Schaefer
c28cf395b7 mobile: concentrate on ingress.com urls instead of ingress.com/intel urls, otherwise the login does not work 2013-04-11 18:16:14 +02:00
Philipp Schaefer
4fd5e9e9b5 iitcm should only handle ingress intel links...send intent for other urls 2013-04-11 17:40:44 +02:00
Philipp Schaefer
a7f97fa5ba use android drawable for info_icon instead of an own drawable... 2013-04-11 00:50:19 +02:00
Philipp Schaefer
3ba31f490d added missing ressources 2013-04-11 00:40:52 +02:00
Philipp Schaefer
886c56da94 mobile: prevent force close in onStop() method on devices without mobile
data connection module
2013-04-10 14:56:50 +02:00
Philipp Schaefer
b97b2fc418 mobile: fix typo in comment 2013-04-09 23:50:12 +02:00
Philipp Schaefer
81857a3812 mobile: moved about to settings activity 2013-04-09 22:03:33 +02:00
Philipp Schaefer
2287b09f17 mobile: added first version of 'about' view 2013-04-09 21:31:48 +02:00
Philipp Schaefer
529f7fa254 mobile: use onConfigurationChanged instead of restoring savedInstanceState 2013-04-09 11:10:52 +02:00
Philipp Schaefer
e396d7df1d replaced (String == String) with String.equals(String) 2013-04-03 00:24:35 +02:00
Philipp Schaefer
090c9e6d2b mobile: set idleTime to max, when running in background
* reduces background traffic
2013-04-03 00:05:13 +02:00
Philipp Schaefer
61fa36ff76 fixed indentations and trailing whitespaces 2013-04-02 17:14:41 +02:00
Philipp Schaefer
0e298c3526 added IITC version info to settings 2013-04-02 17:03:35 +02:00
Philipp Schaefer
af4ee26575 developer options: added possibility to use external script in app 2013-03-31 18:12:14 +02:00
Jon Atkins
60444c9169 build system updates, for mobile builds
- main build.py will optionally build mobile. removed now obsolete mobile build scripts and symbolic links
- external resource URL is now optional - it's no longer needed by the regular builds
2013-03-30 20:48:59 +00:00
Jon Atkins
270905c83a enable zoom control for mobile (allows for one-touch zoom control)
move zoom control to under the layer control on smartphone layout
remove localstorage zoom control visibility setting - there was no way to configure it, so seemed a bit odd
2013-03-30 20:01:36 +00:00
Philipp Schaefer
02edfdfee4 bugfix: set force desktop checkbox disabled by default 2013-03-29 17:23:02 +01:00
Philipp Schaefer
2324827c17 hint, that desktop mode looks awful on smartphones 2013-03-29 14:54:37 +01:00
Philipp Schaefer
bd016e4d40 theme change on v11 too (just for consistency...we do not support this API) 2013-03-29 13:58:00 +01:00
Philipp Schaefer
06e242e70a set default theme to holo 2013-03-29 13:55:46 +01:00
Philipp Schaefer
30f1f0e4ec added preferences activity to iitcm...adds possibility to force desktop mode 2013-03-29 13:16:31 +01:00
Philipp Schaefer
4ff410a161 got rid of uglifyjs in mobile build script...some version are broken... 2013-03-29 00:30:38 +01:00
Philipp Schaefer
cf726a2224 mobile reset the URL instead of simply reloading (closes #96) 2013-03-28 23:55:19 +01:00
Philipp Schaefer
99a464ae14 build_mobile: build debug version per default 2013-03-28 09:43:32 +01:00
Jon Atkins
ec66044e24 rename extension - it's a shell script, not javascript! 2013-03-28 01:15:27 +00:00
Philipp Schaefer
a2b7aed6c8 bump version number 2013-03-27 20:18:42 +01:00
Philipp Schaefer
70d8858c67 * adapted mobile build script to new iitc build script
* got rid of some forced closes
2013-03-27 20:04:38 +01:00
leCradle
baacdb7014 bump version number for mobile 2013-03-14 20:34:06 +01:00
leCradle
f0c6212523 removed old app icon 2013-03-14 20:27:41 +01:00
leCradle
6b09b45dbc added new app icon (closes #407)
thx to Lukas Funk (https://plus.google.com/108901533206068733360/)
2013-03-14 20:23:01 +01:00
leCradle
393c9a9172 added refresh icons to drawables 2013-03-14 17:53:19 +01:00
leCradle
7d5ae02a2a icons for reload and get location 2013-03-14 09:15:43 +01:00
leCradle
48ee3ab008 added http intent (fix for #473) 2013-03-14 09:15:00 +01:00
leCradle
400ab54787 removed not used code from main activity 2013-03-12 11:44:54 +01:00
leCradle
ce6e7561e5 added copy text to JSInterface 2013-03-12 00:41:20 +01:00
leCradle
d3270f698c on android app: send intent for PosLink (fixes #437) 2013-03-11 20:24:51 +01:00
leCradle
d5a89032ff removed static members to get rid of warnings 2013-03-10 22:40:48 +01:00
leCradle
5e0efc501b fixed not working reload button 2013-03-10 20:59:36 +01:00
leCradle
49d166de34 replaced deprecated StringBufferInputStream class with ByteArrayInputStream 2013-03-10 18:31:14 +01:00
leCradle
c6bf6e1c73 get back action bar...follow google style guidelines. closes #418 2013-03-10 18:05:21 +01:00
leCradle
265e51d3b1 removed not used imports, suppressed some warnings 2013-03-10 18:02:34 +01:00
Stefan Breunig
e678225f20 bump version number for mobile 2013-03-10 17:48:07 +01:00
Stefan Breunig
545ccad20b add build script for mobile version 2013-03-10 17:40:27 +01:00
Stefan Breunig
af24be16e7 fix build bustage 2013-03-10 17:22:17 +01:00
Stefan Breunig
6f2f1302be include IITC in the app’s resources and load it from there
IITC can only be updated with the app from now on, as the remote-loading
code has been removed. The new injection method intercepts all resources
being requested by the web page and either injects our code or and empty
string. This should stop IITCM from requesting them at all, saving band-
width and reducing the boot up time dramatically.
2013-03-10 17:10:31 +01:00
leCradle
fb2b659efc bugfix: follow intent links correctly 2013-03-08 23:03:52 +01:00
leCradle
3c039b838f added getLocation/clear cache and print version buttons to menu 2013-03-08 15:27:33 +01:00
leCradle
478ff1cc0b added intents 2013-03-08 12:03:54 +01:00
leCradle
8dadb4525c connected single back button press with window.goBack() 2013-03-08 12:03:00 +01:00
Stefan Breunig
2b102f0f33 try different fix for #415 2013-03-08 08:27:20 +01:00