hastarin
ed0e1be9e1
Added proguard-project file back as building with it requires it.
...
Moved .gitignore changes to mobile/.gitignore
2013-05-23 17:54:08 +10:00
hastarin
c584315010
Finally working and tested. *blush*
2013-05-23 17:28:04 +10:00
hastarin
a808434fd4
Tried to recreate things.
2013-05-23 17:22:59 +10:00
hastarin
b2376676c4
Fixed build not including src files.
2013-05-23 17:01:20 +10:00
hastarin
83e324f8aa
Forgot to delete old iml file
2013-05-23 16:44:09 +10:00
hastarin
98c90d4b16
Fixed output APK name to be the same as ADT
2013-05-23 16:42:41 +10:00
hastarin
ab8018c795
Setup support for Android Studio Preview
2013-05-23 15:49:33 +10:00
Jon Atkins
b05554e0fc
bump IITC mobile version to 0.4.0
2013-05-22 18:55:41 +01:00
Philipp Schaefer
0f77c664c0
replaced deadlink to breunigs github
2013-05-20 12:11:29 +02:00
Philipp Schaefer
74a77d874f
some comments and update README+HACKING
2013-05-20 12:05:40 +02:00
Philipp Schaefer
83dbdf4e18
split layers in 2 different dialogs
2013-05-20 11:34:40 +02:00
Philipp Schaefer
49ba6eced6
got rid of the quotation marks in in-app layer chooser
2013-05-19 19:07:55 +02:00
Philipp Schaefer
73f54fa808
list overlay layers first in in-app layer chooser
2013-05-19 18:47:11 +02:00
Philipp Schaefer
1cc62830e9
added icon for android layer chooser
2013-05-19 18:31:23 +02:00
Jon Atkins
fdf8fbdb8f
hide the layer chooser on mobile - it's now handled by in-app code
...
the layer chooser object itself needs to remain though, as it's used to keep track of the layers available, and plugins would break without it there
2013-05-19 16:54:02 +01:00
Philipp Schaefer
940fe60717
bumped version number
2013-05-19 17:15:26 +02:00
Philipp Schaefer
7f723cd559
first version of in-app layer chooser
2013-05-19 17:14:39 +02:00
Felix Kloft
114103f08c
added comments
2013-05-17 09:36:10 +02:00
Felix Kloft
2194a0c74f
Rename class
2013-05-17 08:56:03 +02:00
Felix Kloft
42b03d2daa
Remove obsolete import
2013-05-15 23:54:42 +02:00
Felix Kloft
15ad360f0b
Restored geolocation feature
2013-05-15 23:06:26 +02:00
Felix Kloft
8f9ee4382d
Remove instance after successful login
2013-05-15 13:38:17 +02:00
Felix Kloft
8cf0f3fff0
Add progress bars
...
- indeterminate progress bar for authentication stuff
- determinate progress bar for page loading
(The second one was added so you can see that there is something happening after selecting your account)
2013-05-15 13:13:42 +02:00
Felix Kloft
69ee110182
Add progress bar
2013-05-15 12:29:30 +02:00
Felix Kloft
db42329234
Merge branch 'master' into android_login
2013-05-15 11:56:08 +02:00
Felix Kloft
680626b220
Add forgotten string
2013-05-15 11:45:11 +02:00
Felix Kloft
10d6c0360d
Use Android integrated Google login
2013-05-15 11:42:29 +02:00
Jon Atkins
6a35059cf9
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-05-14 22:36:34 +01:00
Jon Atkins
73487d7e50
add bing maps link to "map links" dialog
...
the encoded_name no longer includes the space/brackets - so these are now added in the java app - which makes more sense anyway
unknown names (shouldn't happen) are now named 'unknown' rather than not specified
2013-05-14 22:35:12 +01: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
0e8fac893e
some comments and brackets
2013-05-14 19:17:12 +02:00
hastarin
aa46d86903
Corrected logic. Don't forget the !
2013-05-14 12:47:42 +10:00
hastarin
2af9174cfe
Use cache on Android 4.1+ if using Wi-Fi tethering.
2013-05-14 12:41:07 +10:00
Jon Atkins
7ed03d12b2
update layer chooser styling on mobile
...
- remove size increase for layer chooser - it's large enough already (and matches the size of other android UI elements)
- remove extra padding between layer chooser lines. yes, it'll be harder to click the right line, but smaller screens have it pushed off the bottom sometimes without this)
2013-05-12 17:26:42 +01:00
Jon Atkins
9266283684
upgrade leaflet to the master version - taken 2013-05-12 - 3d3e2cd
...
should fix issues with layer control on mobile, and other improvements
also - the convention for marker filenames has changed from ...@2x.png to ...-2x.png for the double sized ones - so changed our files to match (we had a mix of ...@2x.png and ..._2x.png)
2013-05-12 17:18:58 +01:00
Philipp Schaefer
96add49516
notify android when select spinner is opened/closed (fix for #255 )
2013-05-11 14:41:15 +02:00
Philipp Schaefer
e716dfcef2
let window.show(...) interupt input mode
2013-05-09 14:38:45 +02:00
Philipp Schaefer
2e50b4fedd
handle edit-text events correctly
2013-05-09 13:20:38 +02:00
Jon Atkins
3523abf032
Merge branch 'layerChooser' of https://github.com/hastarin/ingress-intel-total-conversion into hastarin-layerChooser
2013-05-08 21:39:29 +01: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
hastarin
c630277c25
More tweaks to mobile layout.
...
Known issues:
- A touch is generating two clicks. Most noticeable with pan plugin.
- The pan plugin requires the +/- zoom buttons be enabled.
2013-05-09 01:48:59 +10:00
hastarin
ff6d261407
Tweaks to mobile for portal_highlighter and others.
2013-05-09 00:50:12 +10:00
hastarin
2c4a83db8e
Merge branch 'master' into layerChooser
2013-05-08 23:20:30 +10:00
hastarin
3b5d449083
Tweaked layerchooser and zoom control positions.
2013-05-08 23:19:33 +10:00
Jon Atkins
13d1ff9aaa
change mobile 'my location' to zoom level 15, rather than 13
...
ideally, the zoom level should be preserved when locating, perhaps with minimum and maximum zoom levels. this way it'd work well for both low portal density regions and the higher portal density in cities
(i.e. at least zoom level 13, no more than zoom level 17). leaflet doesn't allow for this as it stands, so tis is a quick-n-dirty improvement
2013-05-08 03:05:17 +01:00
hastarin
77420407c4
Merge branch 'master' into layerChooser
2013-05-08 11:18:04 +10:00
hastarin
be1cadc17c
Merge branch 'master' into layerChooser
2013-05-08 10:02:58 +10:00
hastarin
253080c8fb
Remove offset for layer chooser.
2013-05-08 10:00:00 +10:00
Jeremy Lindgren
067f56fe7a
Merge remote-tracking branch 'upstream/master'
2013-05-07 17:20:02 -05:00
Philipp Schaefer
6e72f516e6
load actionbar setting onCreate too (see #216 )
2013-05-07 22:04:58 +02:00