97 Commits

Author SHA1 Message Date
Philipp Schaefer
aff4a9f9f9 drawable changes part 2 2013-12-03 22:12:25 +01:00
Jon Atkins
f899cdbe69 bump version for mobile app too - just so it's clear it's separate from the broken 0.9 release
no app changes made
2013-11-30 05:57:15 +00:00
Philipp Schaefer
02ced0df52 don't declare app theme again and again...use theme from parent (application) 2013-11-26 19:28:08 +01:00
Philipp Schaefer
9090b810c0 removed accounts/credential permission since weblogin still doesn't work 2013-11-26 16:19:52 +01:00
Philipp Schaefer
78499a0e3a use iitcm base theme for share activity 2013-11-26 16:18:55 +01:00
Jon Atkins
395a4ad15b bump version code - managed to duplicate 59 on 0.7.7.2, so f-droid doesn't pick up the right one 2013-11-12 20:28:54 +00:00
Philipp Schaefer
ead131a475 bumped version number of mobile app 2013-11-06 09:40:16 +01:00
Philipp Schaefer
e0a4eb4313 updated to SDK v19. still work in progreses... 2013-11-06 00:34:25 +01:00
Philipp Schaefer
9a998b7a94 use relativ name for searchable meta-data value 2013-11-04 18:19:31 +01:00
fkloft
b678d83afd Set exported to "false" again and include a fix for wrong PackageManager queries 2013-11-04 18:09:00 +01:00
Philipp Schaefer
5817052cbd set copyToClipboard activity to exported...may be used by other applications (fix for #624) 2013-11-03 14:48:39 +01:00
Philipp Schaefer
3fba33b1ff bumped version number 2013-10-30 23:56:07 +01:00
Philipp Schaefer
437a33f1d5 added option: move cache to external storage 2013-10-22 12:12:17 +02:00
Philipp Schaefer
7ccc10c7be bumped version number 2013-10-21 16:50:32 +02:00
Philipp Schaefer
c25b6dc1c8 allow installation to sd-card. not very useful for a small app like
iitcm (since all private data + databases are still stored on internal
storage) but for the sake of completeness...
2013-10-21 13:57:52 +02:00
Philipp Schaefer
1b791b36fe bumped version number 2013-10-20 12:52:52 +02:00
Philipp Schaefer
3b6533c7dc - disable all map properties when switching to another pane
- bumped mobile version number
2013-10-17 00:59:22 +02:00
Philipp Schaefer
56863aebac * moved advanced settings to own preference screen
* added setting to fake user agent (see https://plus.google.com/u/0/104992284359985480029/posts/9mPFLPKjgvL)
* bumped version number
2013-10-13 11:10:17 +02:00
Philipp Schaefer
0601827878 reverted back to one-after-another plugin injection 2013-10-08 23:04:23 +02:00
Philipp Schaefer
26754ac8c0 moved some listeners from field attribute to class 2013-10-04 16:03:58 +02:00
Philipp Schaefer
31c205218e bumped mobile version number 2013-09-24 15:14:34 +02:00
Philipp Schaefer
456aecadb4 bumped mobile version number 2013-09-23 23:38:28 +02:00
Philipp Schaefer
40263a858e Merge branch 'newnavigation' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-newnavigation 2013-09-22 22:06:29 +02:00
fkloft
d8c8e6fcab remove splitActionBarWhenNarrow; hide highlighter selection while drawer is opened 2013-09-22 21:59:12 +02:00
Philipp Schaefer
ab76e4f123 bugfix on multiPane
- use dummy fragment for header category
- never select header category
2013-09-22 12:53:08 +02:00
Philipp Schaefer
04b878dd1f bump iitcm version 2013-09-18 21:25:07 +02:00
fkloft
cdc98de350 Move activity labels to strings.xml (and some code formatting) 2013-09-18 13:00:17 +02:00
Philipp Schaefer
cf6b974a8f bumped version number, removed not used dimens entry 2013-09-13 11:54:23 +02:00
Philipp Schaefer
aa219300f8 user plugins back to top + use header categories 2013-09-12 12:07:32 +02:00
Philipp Schaefer
d9448aac34 change targetPackage for pluginPreference intent for test-builds (fixes #544) 2013-09-11 14:09:12 +02:00
Philipp Schaefer
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
Philipp Schaefer
eb8784ddd3 use header for plugins pref 2013-09-10 14:29:09 +02:00
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