Commit Graph

325 Commits

Author SHA1 Message Date
8105f172af force leaflet popup msg color to black on mobile (fix for #548) 2013-09-12 17:14:17 +02:00
1efefe4de5 calculate number of plugins correctly 2013-09-12 16:34:44 +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
c5d3f300fe removed not used namespace 2013-09-10 14:37:07 +02:00
7e648cb14b Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2013-09-10 14:29:13 +02:00
eb8784ddd3 use header for plugins pref 2013-09-10 14:29:09 +02:00
9ee9380a2c Merge pull request #480 from fkloft/signout
Always show "sign out" link in IITCm.
2013-09-09 23:43:44 -07:00
16adea0d4d do never use cache when google account page is loaded 2013-09-05 18:54:50 +02:00
c89fe648f8 call WebView method in UI thread (thx for the hint fkloft) 2013-09-05 18:34:12 +02:00
a4d6107235 pushed android max target to 4.3 2013-09-05 16:54:17 +02:00
c5dfef0830 don't try to draw location while iitc boots 2013-09-02 21:50:43 +02:00
896803bf68 removed test code 2013-09-02 21:29:51 +02:00
fe632b5ccc added method to get versionCode of mobile app to JSInterface 2013-09-02 21:27:16 +02:00
d98f4529b4 add licence and g+ links to about dialog 2013-09-02 21:13:10 +02:00
0e3d82b4bf bumped version number on mobile 2013-09-02 09:51:40 +02:00
00a703025e start gmaps directly in nav-mode. this way we get a labeled marker with locales using decimal comma separator too (thanks joerg wagner) 2013-09-02 09:49:31 +02:00
61177c4cda remove (for now) the mobile app code that prevented loading the stock gen_dashboard.js
due to recent changes (attempts to block IITC?) the IITC scripts now need to see the functions defined in the stock site
2013-08-31 16:43:45 +01:00
004a34bd29 fix errors in test build introduced by renaming the package in AndroidManifest.xml
instead, we can customise the build task to add a manifestpackage parameter to aapt
this will ONLY rename the package according to android package uniqueness - not any other instances (such as the name of the R resource class, relative class names in the manifest file, etc)
see http://stackoverflow.com/a/11084817 and http://www.piwai.info/renaming-android-manifest-package/ for details

(we still have a hacky mobile-test-setup/revert - but only to rename the title string now)
2013-08-30 03:50:02 +01:00
eca557c262 fixed comment 2013-08-29 19:15:45 +02:00
3a26780cfd bumped version number 2013-08-29 18:57:37 +02:00
38dce23c17 show an alert dialog which describes the workaround for the Google login
(see #497)
2013-08-29 18:51:43 +02:00
d30692399c no delay necessary on iitc-script injection 2013-08-29 17:21:03 +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
d822d56377 added possibility to share strings from javascript to iitc share activity (see #482) 2013-08-13 17:03:30 +02:00
84b38bdd82 Always show "sign out" link in IITCm. (no hover on touch screen --> an accidental click would directly log you out) 2013-08-11 19:00:41 +02:00
855ad003a2 disable splash screen on JS error and HTTP response error code (fixes #475) 2013-08-10 17:35:17 +02:00
661a3ece1a removed not used imports 2013-08-04 00:51:17 +02:00
756dabacfa - added long click support to disable/enabled all layers
- some refactoring
2013-08-04 00:43:37 +02:00
8a9f595373 encode portal title for gmaps url 2013-08-01 00:52:28 +02:00
3e541c3acd add zoom to gmaps url 2013-08-01 00:37:56 +02:00
ce6e316376 use simple geo intent for system languages with arabic decimal comma
since gmaps can't cope with it
2013-08-01 00:15:58 +02:00
0b854a2b42 added forgotten intent to intent list (thx fkloft) 2013-07-31 22:04:11 +02:00
fe47f9b5dc added back labeled marker to gmaps link in user-location plugin 2013-07-31 21:36:21 +02:00
e59b38a82d fix user-location plugin for team name change 2013-07-31 21:29:13 +02:00
00d95b6b3e set default intent activity back to top 2013-07-31 19:55:11 +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
77bc791131 added back named google maps marker...seems to work for other geo intent
apps too...(needs testing for more apps)
2013-07-31 16:16:44 +02:00
88d87f1776 Remember last selected tab in share dialog 2013-07-30 23:13:24 +02:00
63474d4c40 added query to geo intent to get a marker on the map 2013-07-30 22:23:01 +02:00
10044a675d Use function available on older APIs instead of API detection 2013-07-28 14:30:07 +02:00
845888b1e3 added guard for API17 TextView method setCompoundDrawablesRelativeWithIntrinsicBounds 2013-07-28 01:45:22 +02:00
bbad38a97d Improved handling of copy handlers 2013-07-27 12:18:11 +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
7a6771e970 added aokp romcontrol copy2clipboard to list 2013-07-27 11:38:34 +02:00