104 Commits

Author SHA1 Message Date
Philipp Schaefer
855ad003a2 disable splash screen on JS error and HTTP response error code (fixes #475) 2013-08-10 17:35:17 +02:00
Philipp Schaefer
756dabacfa - added long click support to disable/enabled all layers
- some refactoring
2013-08-04 00:43:37 +02:00
fkloft
88d87f1776 Remember last selected tab in share dialog 2013-07-30 23:13:24 +02:00
Philipp Schaefer
ab164cfde5 Merge branch 'intents' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-intents
Conflicts:
	mobile/res/values/strings.xml
2013-07-27 11:23:51 +02:00
fkloft
2ed74acd6f Extracted strings 2013-07-26 20:10:43 +02:00
Philipp Schaefer
f342aeab0a - added developer preference to disable splash screen
- disable splash screen on login screen
2013-07-24 00:49:21 +02:00
Philipp Schaefer
89846e1a77 get rid of WebRessourceResponse injecting (fix for #437)
- added some kind of splash screen
2013-07-21 20:39:13 +02:00
fkloft
663a8f0dbc Enable IITC to receive geo: intents 2013-07-20 16:35:53 +02:00
Philipp Schaefer
7fcb1e0874 create an async task for online js parsing 2013-07-09 00:14:12 +02:00
Philipp Schaefer
30e1a26af0 copy a gmaps location link to clipboard if user location marker is clicked 2013-07-08 17:12:24 +02:00
Philipp Schaefer
4daee0f145 set caching mode to default on login...hopefully fixes the endless login bug 2013-07-02 13:13:07 +02:00
Philipp Schaefer
255831f4eb let iitcm react on the dialog focused callback 2013-07-02 10:53:03 +02:00
Philipp Schaefer
d220ed3ac4 more code formatting 2013-06-16 13:49:57 +02:00
Philipp Schaefer
dc22aaf4dd more code formatting 2013-06-16 13:28:41 +02:00
Philipp Schaefer
e85a6a98ac some code formatting 2013-06-16 13:23:41 +02:00
Philipp Schaefer
ba24a79c34 made press twice to exit an option (see #356) 2013-06-15 13:31:23 +02:00
Philipp Schaefer
899d59d38f added back "press twice to exit" (fixes #356)
- there is no reason why we shouldn't do it this way
2013-06-15 13:06:53 +02:00
Philipp Schaefer
f8cd22f162 reload after plugin with the reload-method to stay consistent with the action bar 2013-06-15 12:49:26 +02:00
Philipp Schaefer
b7ede72ee9 removed not needed line of code 2013-06-14 17:14:33 +02:00
Philipp Schaefer
d21fdc0176 overhauled button pressed backStack behaviour...use a JS callback to let it work with JS calls 2013-06-14 16:49:54 +02:00
Philipp Schaefer
a7a25098c9 don't remove dialog onBackPressed from dialogStack since it is done via
JS_Interface callback
2013-06-14 01:32:38 +02:00
Philipp Schaefer
48e60f809a remove dialog from dialogStack if it is closed with 'ok' or 'close'
button
2013-06-14 00:42:27 +02:00
Philipp Schaefer
1b3ef846e7 use gps location for 'get location' if 'display user location' is enabled. this provides a better location without any costs 2013-06-12 19:46:03 +02:00
Philipp Schaefer
b3a42783fa close dialogs onBackPressed (fixes #363) 2013-06-11 01:21:36 +02:00
Philipp Schaefer
44ca14eba8 do not reload iitc immediately after pref change because
* some options do not need a reload
* of more performance, since all enabled js scripts are parsed on reload
- pref selection should be much faster now
2013-06-04 23:00:49 +02:00
Philipp Schaefer
311986aab9 disable home button on desktop mode - not needed and breaks stuff if clicked 2013-05-29 11:30:59 +02:00
Philipp Schaefer
bb7f200547 use in-app layer chooser on desktop mode 2013-05-29 00:57:38 +02:00
Philipp Schaefer
e3e7268841 show additional plugins in plugins dialog (closes #327) 2013-05-28 09:34:35 +02:00
Philipp Schaefer
c852d1f34b use class attribute to check for enabled/disabled desktop mode 2013-05-26 14:50:16 +02:00
Philipp Schaefer
86fe10aa9c added back desktop mode (see #304) 2013-05-26 14:15:11 +02:00
Philipp Schaefer
c8dc62eafb added forgotten getString(...) 2013-05-25 16:25:34 +02:00
Philipp Schaefer
5311fb1641 set currentPane to home if home button is pressed 2013-05-25 16:05:29 +02:00
Philipp Schaefer
37dac3b197 * display backstack correctly on home button
* clear backstack on home button pressed
2013-05-25 15:37:49 +02:00
Philipp Schaefer
d3461b0451 got back long press on portal functionality 2013-05-25 13:39:58 +02:00
Philipp Schaefer
0a97d6a5e4 * removed not used import
* handle home button correctly
* update currentPane after backStack.pop()
2013-05-25 12:23:27 +02:00
hastarin
7ada77ac21 Just some code clean up. 2013-05-25 12:33:27 +10:00
hastarin
3691402e4a Improved back handling in mobile app. Now more consistant with standard. 2013-05-25 11:58:35 +10:00
Philipp Schaefer
045279a265 extended JSInterface to finish app via js (see #312) 2013-05-24 17:24:02 +02:00
Philipp Schaefer
3245ca01d4 removed not used imports 2013-05-24 15:52:36 +02:00
Philipp Schaefer
a56272f260 some tweaks for the new search
* distinguish between onCreate intent and resume intent (do not always reload)
* handle voice search correct
2013-05-24 15:48:37 +02:00
hastarin
34712cddb1 Removed menu selection handling for search due to double search. 2013-05-24 17:04:06 +10:00
hastarin
9ce25e7e57 Initial commit of a working Search View. 2013-05-24 15:52:25 +10:00
Philipp Schaefer
f58e8cfa83 fixed typo in API 2013-05-23 13:44:00 +02:00
Philipp Schaefer
74a77d874f some comments and update README+HACKING 2013-05-20 12:05:40 +02:00
Philipp Schaefer
7f723cd559 first version of in-app layer chooser 2013-05-19 17:14:39 +02:00
Felix Kloft
114103f08c added comments 2013-05-17 09:36:10 +02:00
Felix Kloft
2194a0c74f Rename class 2013-05-17 08:56:03 +02:00
Felix Kloft
42b03d2daa Remove obsolete import 2013-05-15 23:54:42 +02:00
Felix Kloft
15ad360f0b Restored geolocation feature 2013-05-15 23:06:26 +02:00
Felix Kloft
8f9ee4382d Remove instance after successful login 2013-05-15 13:38:17 +02:00