cf6b974a8f
bumped version number, removed not used dimens entry
2013-09-13 11:54:23 +02:00
aa219300f8
user plugins back to top + use header categories
2013-09-12 12:07:32 +02:00
d9448aac34
change targetPackage for pluginPreference intent for test-builds ( fixes #544 )
2013-09-11 14:09:12 +02:00
c5a51a3647
made the plugin prefs container static. finished plugin headers. this has multiple advantages:
...
1) it is enough to parse the plugins only on first start of this
activity (not on every start of the preferences or this activity)
2) actionbar control (not possible with nested preferences)
3) it looks more fancy on tablets
2013-09-11 00:04:59 +02:00
eb8784ddd3
use header for plugins pref
2013-09-10 14:29:09 +02:00
a4d6107235
pushed android max target to 4.3
2013-09-05 16:54:17 +02:00
0e3d82b4bf
bumped version number on mobile
2013-09-02 09:51:40 +02:00
3a26780cfd
bumped version number
2013-08-29 18:57:37 +02:00
82ede78844
fix running IITC at startup on mobile. we don't have jquery, so $(document) isn't available.
...
not sure if there's a native method to easily set the document.ready event, but a 1ms setTimeout will work just fine instead.
2013-08-28 00:09:58 +01:00
77ac9c9d56
bump mobile version number - needed for new IITC release
2013-08-27 21:35:55 +01:00
56af2b887d
bump android version number - required for f-droid build, and to reduce user confusion
2013-08-16 18:50:40 +01:00
e314ee8b1e
bump android version number - required for an f-droid build, and to reduce user confusion
2013-08-14 02:27:40 +01:00
855ad003a2
disable splash screen on JS error and HTTP response error code ( fixes #475 )
2013-08-10 17:35:17 +02:00
756dabacfa
- added long click support to disable/enabled all layers
...
- some refactoring
2013-08-04 00:43:37 +02:00
ec6402f5f9
merge gmaps and geo intents...
...
map links should work as with gmaps < v7 again
2013-07-31 19:15:46 +02:00
b053b6ede2
bumped iitcm version number
2013-07-27 12:01:39 +02:00
2106072ea1
added copy icon to copy2clipboard activity
2013-07-27 11:42:17 +02:00
1e03e60c15
some whitespace fixes
2013-07-27 11:25:58 +02:00
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
50d1b643fc
Use activity instead of dialog
2013-07-26 19:13:25 +02:00
f342aeab0a
- added developer preference to disable splash screen
...
- disable splash screen on login screen
2013-07-24 00:49:21 +02:00
9f9b257e85
- removed marker label from userLocation gmaps url since gmaps can't
...
cope with it anymore
- bumped version number...it has to be bumped due to some bug fixes and
I don't like v0.4.9.1...so from now on we are on v0.5+
2013-07-23 10:03:05 +02:00
663a8f0dbc
Enable IITC to receive geo: intents
2013-07-20 16:35:53 +02:00
b4ed8b0842
- bumped iitcm version (due to the login patch)
...
- bumped user-location plugin version
2013-07-08 17:44:14 +02:00
7ea50c2d42
bumped version number in case that the formatting breaked something
2013-06-16 13:38:37 +02:00
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
51be5bee04
added plugin categories (see #358 )
2013-06-08 18:50:26 +02:00
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
bb7f200547
use in-app layer chooser on desktop mode
2013-05-29 00:57:38 +02:00
ff900520ad
load plugins and iitc main script simultanously ( fixes #303 )
2013-05-27 14:12:12 +02:00
818aec09c4
bumped version number
2013-05-25 13:41:13 +02:00
9ce25e7e57
Initial commit of a working Search View.
2013-05-24 15:52:25 +10:00
d61c5cc752
bumped version number
2013-05-23 13:18:01 +02:00
04d2e60d75
This is a version of the multi window patch minus Android Studio changes.
...
Proguard changes are excluded since there is no config in the master branch
2013-05-23 20:32:52 +10:00
b05554e0fc
bump IITC mobile version to 0.4.0
2013-05-22 18:55:41 +01:00
940fe60717
bumped version number
2013-05-19 17:15:26 +02:00
db42329234
Merge branch 'master' into android_login
2013-05-15 11:56:08 +02:00
10d6c0360d
Use Android integrated Google login
2013-05-15 11:42:29 +02:00
fceb09901b
* got rid of the 'clear cache' icon. there is no use for it anymore
...
* bumped version number since there were a lot of improvements since 3.6
2013-05-14 22:00:54 +02:00
832c61f442
added action bar home button to settings...made toggle fullscreen an method of main activity
2013-05-08 18:10:48 +02:00
9edcdaac3d
bump version number and fixed about string since the app is not completely my work anymore
2013-05-07 11:53:41 +02:00
7e2087da63
Redesigned IITC Mobile to use ActionBar menu instead of web based tabs.
2013-05-06 22:31:50 +10:00
5c254c95b4
added toggle fullscreen button (see #237 )
2013-05-04 01:01:51 +02:00
710f4bf04e
added possibility to load additional plugins from /sdcard/IITC_Mobile/plugins/
2013-05-04 00:08:48 +02:00
48a7a688f8
bump version code/number past that used by f-droid.org - code 15, version 0.3.3
2013-05-03 02:02:50 +01:00
6fd100c3fe
bump mobile version number - this one was (in theory) used for an f-droid.org build - not sure that was released though
...
will need bumping again for next public release
2013-05-03 02:00:26 +01:00
e04222b450
added new iitc icon to mobile (see #102 )
2013-04-29 13:44:30 +02:00
28233b8118
display user location on iitcm (see #179 )
2013-04-28 22:46:18 +02:00
0906114a37
bump version number
2013-04-27 00:52:48 +02:00
99a18444bf
added plugin functionality for iitc mobile
2013-04-22 16:35:15 +02:00