Philipp Schaefer
7a6771e970
added aokp romcontrol copy2clipboard to list
2013-07-27 11:38:34 +02:00
Philipp Schaefer
1e03e60c15
some whitespace fixes
2013-07-27 11:25:58 +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
fa4d4c64f7
Pass title from JavaScript
2013-07-26 23:29:32 +02:00
fkloft
8c947adc59
Fixed bug
...
(getActivity returns null until the fragment has been added to the layout, but getTitle will be called before)
2013-07-26 23:22:33 +02:00
fkloft
c48dc5f9bd
Removed old TODOs
2013-07-26 20:13:21 +02:00
fkloft
2ed74acd6f
Extracted strings
2013-07-26 20:10:43 +02:00
fkloft
ffad17a33d
Add icon to tabs
2013-07-26 19:59:36 +02:00
fkloft
50d1b643fc
Use activity instead of dialog
2013-07-26 19:13:25 +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
2b7ac5605b
Improved permalink/portal link
...
Now shows a dialog from which you can:
* share the permalink using the standard android share feature
* copy the link to the clipboard
* open the intel map link with an installed browser
* show the map with an installed map application (that supports geo: URIs)
2013-07-21 00:51:21 +02:00
fkloft
663a8f0dbc
Enable IITC to receive geo: intents
2013-07-20 16:35:53 +02:00
Philipp Schaefer
3e18e5bea1
removed geo intent marker tag, since gmaps can't cope with it anymore
2013-07-20 13:29:59 +02:00
Philipp Schaefer
9663df105f
quick workaround for force-desktop-mode-bug...will have a look for a
...
better solution soon
2013-07-20 02:56:01 +02:00
Philipp Schaefer
a1cfa9b8d6
changed comments
2013-07-09 00:19:31 +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
28eb6a9758
remove the page reload at wrong place
2013-06-19 20:12:47 +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
cc44392d03
reload page after login
2013-06-14 12:02:35 +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
ec977eb288
commit change of JSInterface too
2013-06-14 01:04:29 +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
b535d77539
use above declared strings for plugin js replacements
2013-06-12 21:44:07 +02:00
Philipp Schaefer
0f92d694e6
added iitc source preference summary to strings
2013-06-12 21:13:45 +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
391a8770d8
some more code formatting
2013-06-09 02:53:03 +02:00
Philipp Schaefer
b4e87cc38d
removed not used imports and fixed whitespaces
2013-06-09 02:38:00 +02:00
Philipp Schaefer
4fbb455175
multiline support for checkbox preferences (see #358 )
2013-06-09 02:36:47 +02:00
Philipp Schaefer
51be5bee04
added plugin categories (see #358 )
2013-06-08 18:50:26 +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
Jon Atkins
2d247322f9
convert plugin line-end format to unix-style LF only, from CR-LF or CR
2013-05-28 00:07:29 +01:00
Philipp Schaefer
d381a0304e
check if zoom enabled before loading plugins
2013-05-27 15:34:04 +02:00
Philipp Schaefer
85b7715c5d
better check for plugins wrapper removal
2013-05-27 15:29:13 +02:00
Philipp Schaefer
ff900520ad
load plugins and iitc main script simultanously ( fixes #303 )
2013-05-27 14:12:12 +02:00
Philipp Schaefer
c852d1f34b
use class attribute to check for enabled/disabled desktop mode
2013-05-26 14:50:16 +02:00