Commit Graph

305 Commits

Author SHA1 Message Date
Jon Atkins
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
Philipp Schaefer
eca557c262 fixed comment 2013-08-29 19:15:45 +02:00
Philipp Schaefer
3a26780cfd bumped version number 2013-08-29 18:57:37 +02:00
Philipp Schaefer
38dce23c17 show an alert dialog which describes the workaround for the Google login
(see #497)
2013-08-29 18:51:43 +02:00
Philipp Schaefer
d30692399c no delay necessary on iitc-script injection 2013-08-29 17:21:03 +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
d822d56377 added possibility to share strings from javascript to iitc share activity (see #482) 2013-08-13 17:03:30 +02: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
661a3ece1a removed not used imports 2013-08-04 00:51: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
8a9f595373 encode portal title for gmaps url 2013-08-01 00:52:28 +02:00
Philipp Schaefer
3e541c3acd add zoom to gmaps url 2013-08-01 00:37:56 +02:00
Philipp Schaefer
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
Philipp Schaefer
0b854a2b42 added forgotten intent to intent list (thx fkloft) 2013-07-31 22:04:11 +02:00
Philipp Schaefer
fe47f9b5dc added back labeled marker to gmaps link in user-location plugin 2013-07-31 21:36:21 +02:00
Philipp Schaefer
e59b38a82d fix user-location plugin for team name change 2013-07-31 21:29:13 +02:00
Philipp Schaefer
00d95b6b3e set default intent activity back to top 2013-07-31 19:55:11 +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
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
fkloft
88d87f1776 Remember last selected tab in share dialog 2013-07-30 23:13:24 +02:00
Philipp Schaefer
63474d4c40 added query to geo intent to get a marker on the map 2013-07-30 22:23:01 +02:00
fkloft
10044a675d Use function available on older APIs instead of API detection 2013-07-28 14:30:07 +02:00
Philipp Schaefer
845888b1e3 added guard for API17 TextView method setCompoundDrawablesRelativeWithIntrinsicBounds 2013-07-28 01:45:22 +02:00
fkloft
bbad38a97d Improved handling of copy handlers 2013-07-27 12:18:11 +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
7a6771e970 added aokp romcontrol copy2clipboard to list 2013-07-27 11:38:34 +02:00
Philipp Schaefer
576558e144 added android support libs to dependencies in iml project 2013-07-27 11:29:04 +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
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
Philipp Schaefer
44c066c189 top/bottom padding for splash image 2013-07-21 23:59:14 +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
fkloft
39ce9102e8 Show resonator status (level/energy) of selected portal in status bar on smartphones 2013-07-13 00:14:02 +02:00
fkloft
5bf8eb7333 Visual tweaks
(mostly CSS, don't show "Portals:" in statusbar on smartphones
2013-07-13 00:12:49 +02:00
fkloft
4162a5bbaf show selected portal's color in mobile status bar 2013-07-12 17:42:27 +02:00