65 Commits

Author SHA1 Message Date
Philipp Schaefer
a4d6107235 pushed android max target to 4.3 2013-09-05 16:54:17 +02:00
Philipp Schaefer
0e3d82b4bf bumped version number on mobile 2013-09-02 09:51:40 +02:00
Philipp Schaefer
3a26780cfd bumped version number 2013-08-29 18:57:37 +02:00
Jon Atkins
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
Jon Atkins
77ac9c9d56 bump mobile version number - needed for new IITC release 2013-08-27 21:35:55 +01:00
Jon Atkins
56af2b887d bump android version number - required for f-droid build, and to reduce user confusion 2013-08-16 18:50:40 +01:00
Jon Atkins
e314ee8b1e bump android version number - required for an f-droid build, and to reduce user confusion 2013-08-14 02:27:40 +01: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
Philipp Schaefer
ec6402f5f9 merge gmaps and geo intents...
map links should work as with gmaps < v7 again
2013-07-31 19:15:46 +02:00
Philipp Schaefer
b053b6ede2 bumped iitcm version number 2013-07-27 12:01:39 +02:00
Philipp Schaefer
2106072ea1 added copy icon to copy2clipboard activity 2013-07-27 11:42:17 +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
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
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
fkloft
663a8f0dbc Enable IITC to receive geo: intents 2013-07-20 16:35:53 +02:00
Philipp Schaefer
b4ed8b0842 - bumped iitcm version (due to the login patch)
- bumped user-location plugin version
2013-07-08 17:44:14 +02:00
Philipp Schaefer
7ea50c2d42 bumped version number in case that the formatting breaked something 2013-06-16 13:38:37 +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
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
bb7f200547 use in-app layer chooser on desktop mode 2013-05-29 00:57:38 +02:00
Philipp Schaefer
ff900520ad load plugins and iitc main script simultanously (fixes #303) 2013-05-27 14:12:12 +02:00
Philipp Schaefer
818aec09c4 bumped version number 2013-05-25 13:41:13 +02:00
hastarin
9ce25e7e57 Initial commit of a working Search View. 2013-05-24 15:52:25 +10:00
Philipp Schaefer
d61c5cc752 bumped version number 2013-05-23 13:18:01 +02:00
hastarin
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
Jon Atkins
b05554e0fc bump IITC mobile version to 0.4.0 2013-05-22 18:55:41 +01:00
Philipp Schaefer
940fe60717 bumped version number 2013-05-19 17:15:26 +02:00
Felix Kloft
db42329234 Merge branch 'master' into android_login 2013-05-15 11:56:08 +02:00
Felix Kloft
10d6c0360d Use Android integrated Google login 2013-05-15 11:42:29 +02:00
Philipp Schaefer
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
Philipp Schaefer
832c61f442 added action bar home button to settings...made toggle fullscreen an method of main activity 2013-05-08 18:10:48 +02:00
Philipp Schaefer
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
Jon Benson
7e2087da63 Redesigned IITC Mobile to use ActionBar menu instead of web based tabs. 2013-05-06 22:31:50 +10:00
Philipp Schaefer
5c254c95b4 added toggle fullscreen button (see #237) 2013-05-04 01:01:51 +02:00
Philipp Schaefer
710f4bf04e added possibility to load additional plugins from /sdcard/IITC_Mobile/plugins/ 2013-05-04 00:08:48 +02:00
Jon Atkins
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
Jon Atkins
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
Philipp Schaefer
e04222b450 added new iitc icon to mobile (see #102) 2013-04-29 13:44:30 +02:00
Philipp Schaefer
28233b8118 display user location on iitcm (see #179) 2013-04-28 22:46:18 +02:00
Philipp Schaefer
0906114a37 bump version number 2013-04-27 00:52:48 +02:00
Philipp Schaefer
99a18444bf added plugin functionality for iitc mobile 2013-04-22 16:35:15 +02:00
Philipp Schaefer
c3f37f949f handle internal clicked poslinks correctly 2013-04-22 11:03:26 +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
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
2287b09f17 mobile: added first version of 'about' view 2013-04-09 21:31:48 +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