Jon Atkins
|
ae4817eb2b
|
bump dev version number after new release
|
2015-06-27 03:50:29 +01:00 |
|
Jon Atkins
|
6cd18f8e46
|
bump version for critical fix release
|
2015-06-27 01:35:48 +01:00 |
|
Jon Atkins
|
495a635007
|
bump version after new release
|
2015-05-27 16:20:51 +01:00 |
|
Jon Atkins
|
118a29a30f
|
bump version - botguard removal broke iits, so further bump in version number
|
2015-05-27 16:14:05 +01:00 |
|
Jon Atkins
|
a5f2296f82
|
bump version after new release
|
2015-05-08 03:19:50 +01:00 |
|
fkloft
|
59659a944d
|
[missions] use android panes. show missions in pane to allow switching between mission view and map
mission lists are still displayed in dialogs
|
2015-04-20 20:59:04 +02:00 |
|
fkloft
|
90eb283f78
|
[mobile] support for mission permalinks
|
2015-04-13 20:55:58 +02:00 |
|
fkloft
|
eba7d388a0
|
Enable IITC on mission permalink
Hint: to change a lot of scripts, execute this:
sed -r '/\/\/ @match\s+http:\/\/www.ingress.com\/intel/r /tmp/includefile' -i~ *.user.js
`/tmp/includefile` should contain these lines: (no trailing newline!)
// @include https://www.ingress.com/mission/*
// @include http://www.ingress.com/mission/*
// @match https://www.ingress.com/mission/*
// @match http://www.ingress.com/mission/*
|
2015-04-13 17:28:30 +02:00 |
|
fkloft
|
acccccc968
|
Clean up previous commit
|
2015-04-10 01:06:30 +02:00 |
|
fkloft
|
9092a2a038
|
override default JS dialog handling (which is broken in Lollipop)
should fix #970
|
2015-04-10 00:48:56 +02:00 |
|
Jon Atkins
|
1fcf7c51a1
|
bump version after release
|
2015-04-04 01:14:26 +01:00 |
|
Jon Atkins
|
e7a136ec04
|
bump version after release
|
2015-03-20 23:33:11 +00:00 |
|
Philipp Schaefer
|
9b530753d3
|
iitcm: update views on app start
|
2015-03-04 21:45:52 +01:00 |
|
Jon Atkins
|
92bbf1ec15
|
bump version numbers after release
|
2015-02-27 01:14:11 +00:00 |
|
Jon Atkins
|
2b932d4c69
|
bump version to 0.22.0 due to major search overhaul in this release
|
2015-02-27 00:09:28 +00:00 |
|
fkloft
|
dd007c4015
|
Increase search result font size on mobile
|
2015-02-27 00:28:51 +01:00 |
|
fkloft
|
189f57afdd
|
Fix bug with search
invalidateOptionsMenu was called way too often because setLoadingState would fire on every console message
|
2015-02-27 00:28:51 +01:00 |
|
fkloft
|
e03bbf50f1
|
[user-location] update portal distance when GPS fix is available
|
2015-02-21 14:22:29 +01:00 |
|
fkloft
|
4d6a7df596
|
[iitcm] improved search
|
2015-02-16 01:15:52 +01:00 |
|
fkloft
|
587242ff5e
|
[iitcm] use new search
|
2015-02-12 16:47:18 +01:00 |
|
Jon Atkins
|
36ca48a63e
|
bump version after release
|
2015-02-08 16:35:12 +00:00 |
|
Jon Atkins
|
66df2f6200
|
bump version number after earlier release
|
2015-02-07 18:17:52 +00:00 |
|
Jon Atkins
|
d01b6620de
|
bump version number after new release
|
2015-01-30 01:31:34 +00:00 |
|
Jon Atkins
|
fe66deaccd
|
bump version number - stock site broke IITC so go to 0.21.0
|
2015-01-30 01:06:36 +00:00 |
|
Jon Atkins
|
68d11d6a3c
|
bump version after release
|
2015-01-26 17:58:43 +00:00 |
|
Zaldor
|
2c2ab136f4
|
updated link in credits with new site
|
2015-01-24 18:00:33 +00:00 |
|
Philipp Schaefer
|
615372e137
|
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
Conflicts:
code/panes.js
mobile/src/com/cradle/iitc_mobile/IITC_NavigationHelper.java
|
2015-01-24 12:33:14 +01:00 |
|
Philipp Schaefer
|
239a5d5c61
|
migrated new panes to iitcm
|
2015-01-24 12:30:23 +01:00 |
|
fkloft
|
818728600e
|
Little formatting
|
2015-01-24 12:20:00 +01:00 |
|
fkloft
|
b67f8b9a7f
|
Use new chat streams in IITCm
|
2015-01-24 12:20:00 +01:00 |
|
fkloft
|
a7b84089df
|
Remove CSS transition
still looks quite good for AccMagCompass, given its natural instability, but breaks GyroCompass for some reason
|
2015-01-22 17:59:47 +01:00 |
|
fkloft
|
d6a0b1abb8
|
Ignore null value (Double.valueOf handles that correctly)
|
2015-01-22 17:59:47 +01:00 |
|
fkloft
|
8142544442
|
add gyro-based compass
|
2015-01-22 17:59:47 +01:00 |
|
fkloft
|
cd8186ffa3
|
Move compass to separate class
|
2015-01-22 17:59:47 +01:00 |
|
fkloft
|
06b64f585b
|
Sort members, add final modifiers, format code
|
2015-01-22 17:59:47 +01:00 |
|
Philipp Schaefer
|
86bec261dc
|
launch IITCm in singleTask mode, move let preferenceActivity handle plugin installation
|
2015-01-13 13:08:22 +01:00 |
|
Philipp Schaefer
|
c551c41609
|
launch some intents as new task
|
2015-01-13 13:00:15 +01:00 |
|
Jon Atkins
|
249f78859c
|
bump version after new release
|
2015-01-10 02:03:55 +00:00 |
|
Jon Atkins
|
7b16b406a1
|
bump version to 0.20.0 - as there's been a major protocol change from Niantic
|
2015-01-09 23:57:16 +00:00 |
|
fkloft
|
259c996fa2
|
[iitcm] changed some strings in prefs
|
2015-01-06 13:13:54 +01:00 |
|
fkloft
|
79569d36b0
|
[iitcm] tweaks to fullscreen menu item
Use other icon for returning from fullscreen if shown as action. If shown in the action overflow, provide a chechbox to show current state.
|
2015-01-05 19:08:31 +01:00 |
|
Philipp Schaefer
|
90871774c3
|
cache tiles without lastModified header field for 2 months instead of
updating them every time
|
2014-12-30 13:07:38 +01:00 |
|
Philipp Schaefer
|
de521112f5
|
added support for cartoDB tiles
|
2014-12-30 13:07:29 +01:00 |
|
Philipp Schaefer
|
f6c75b9143
|
added missing line breaks for info dialog
|
2014-12-29 20:52:21 +01:00 |
|
fkloft
|
f8563e4fe4
|
[iitcm] bugfix (NPE on some devices)
|
2014-12-23 21:08:54 +01:00 |
|
Jon Atkins
|
73777a43e6
|
bump version after 0.19.0 release
|
2014-12-21 18:20:40 +00:00 |
|
Jon Atkins
|
afdc80b3ef
|
bump version numbers to 0.19.0 - mobile changed to match main iitc script - this probably makes more sense now
|
2014-12-21 18:16:48 +00:00 |
|
Jon Atkins
|
67b81a67e4
|
bump version after new release
|
2014-11-07 20:56:20 +00:00 |
|
Jon Atkins
|
bff9dc65ee
|
bump version numbers after new release
|
2014-10-24 02:15:49 +01:00 |
|
Jon Atkins
|
fce0f7af81
|
bump version number after new release
|
2014-10-06 15:50:04 +01:00 |
|