fkloft
2fb0aa7a12
Remove obsolete menu items
2013-09-22 21:46:11 +02:00
fkloft
b83b6a56f8
dialog stack is now a java.util.Stack
2013-09-22 19:27:11 +02:00
fkloft
00f5b2f3b7
Hide debug mode according to prefs
2013-09-22 19:07:46 +02:00
fkloft
94b1663df6
Hide drawer while loading
2013-09-22 18:50:40 +02:00
fkloft
5884619024
remove members that are never used
2013-09-22 18:32:49 +02:00
fkloft
1ca1401cca
WIP - implement navigation drawer (slide-in menu)
2013-09-22 18:28:08 +02:00
fkloft
6477dd5656
Change class name
2013-09-22 14:44:30 +02:00
Philipp Schaefer
ced78885dd
don't reset idle timer on boot
2013-09-18 21:43:27 +02:00
fkloft
bf229f7f05
Code formatting
2013-09-18 17:40:05 +02:00
fkloft
1a1008c70e
Code formatting, removed dead code, fixed warning
2013-09-18 16:48:30 +02:00
fkloft
6290ef56aa
Use reloadIITC() if mReloadNeeded == true
2013-09-18 16:29:10 +02:00
fkloft
eee9ce78e0
But ActionBar related stuff into new class ActionBarHelper
2013-09-18 15:31:50 +02:00
Philipp Schaefer
77a773b9cd
use new idleSet/idleReset functions onStop/onResume
2013-09-18 11:23:16 +02:00
Philipp Schaefer
95325cc336
* added advanced menu...most users are not interested in the debug pane
...
* moved debug pane to advanced menu
* added clear-cookie button to advanced menu (fix for #551 )
2013-09-13 11:23:22 +02:00
Philipp Schaefer
eb8784ddd3
use header for plugins pref
2013-09-10 14:29:09 +02:00
Philipp Schaefer
c5dfef0830
don't try to draw location while iitc boots
2013-09-02 21:50:43 +02:00
Philipp Schaefer
38dce23c17
show an alert dialog which describes the workaround for the Google login
...
(see #497 )
2013-08-29 18:51:43 +02:00
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