1107 Commits

Author SHA1 Message Date
Julien Roncaglia
1f2fa7ac84 Add a find by name feature to player-tracker
It search for an user name and if the user is found, center the map on it's
last known position.

The feature can be triggered by:
 - Entering the user nickname in the search box preceded by '@'
 - Ctrl+Clicking on an user name in the chat
2013-04-09 22:44:16 +02:00
Julien Roncaglia
1a8d15d1c5 Add 2 new hooks: geoSearch and nicknameClicked
For both of them returning false will interupt the default action

'geoSearch' is called when something is entered in the search box.
The argument is the string entered in the search box

'nicknameClicked' is called when a nickname is cliked.
The argument is an object with 2 properties:
 - 'event' contain the standard event object
 - 'nickname' contain the nick of the user
2013-04-09 22:40:34 +02:00
Philipp Schaefer
529f7fa254 mobile: use onConfigurationChanged instead of restoring savedInstanceState 2013-04-09 11:10:52 +02:00
Jon Atkins
f45ee1162a plugin: force redirect to https when accessed via http 2013-04-08 05:20:33 +01:00
Jon Atkins
baaaf3e3f1 remove unnecessary absolute URLs. site-relative are used where possible (e.g. permalinks, rpc calls) - and a couple of protocol-relative one for automatic http/https matching 2013-04-08 05:09:01 +01:00
Jon Atkins
f48aca8864 more chat changes
- remove public @mentions from the faction chat channel
- add default case to chat text handling. if a new message fragment type is added, at least something will be shown in chat instead of being blank (as happened when AT_PLAYER was first introduced)
- highlight your own player name in the chat column in yellow for things you said/actions performed - similar to @mentions from other players
2013-04-05 23:58:55 +01:00
Jon Atkins
8b2472701a make double-click on portal title in details panel close the panel
TODO: better interface (close button?), but at least there's *some* way of closing it now
2013-04-05 18:06:40 +01:00
Jon Atkins
a2a9d3458d add highlight to SYSTEM_NARROWCAST (your X on Y was destroyed by Z) messages 2013-04-05 00:36:38 +01:00
Jon Atkins
1d55fc5d31 bump version number, for further chat fixes 2013-04-05 00:11:18 +01:00
Jon Atkins
3a37667a7c chat - oldest/newest timestamp handling rewrite
this fixes an issue that, in theory, could have occured with the public chat fetching and over 200 sequential skipped ([secure]) messages. the recent change to skip SYSTEM_NARROWCAST for faction chat was much more likely to trigger the same issue
also
- lighten the red colour used in public chat - was almost impossible to read before
- set the faction chat message count to 100 (it was 50, then bumpped to 200 briefly to work around chat issues)
2013-04-05 00:07:54 +01:00
Jon Atkins
e5e4a00589 faction chat data now includes messages about our own destroyed resonators, etc. these are filtered out for display
therefore it makes sense to request more data in one go, as is done for the public chat
2013-04-04 23:04:00 +01:00
Jon Atkins
30549ea319 bump version number for published chat fix 2013-04-04 17:25:34 +01:00
Jon Atkins
77cdac87df remove "your X on Y was destroyed by Z" messages from faction chat - #121 2013-04-04 16:56:07 +01:00
Jon Atkins
1f87aade41 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-04-04 15:14:18 +01:00
Jon Atkins
b664e0a13a Merge pull request #118 from Xosofox/ipaslink
new plugin ipas-link
2013-04-04 07:14:05 -07:00
Peter Dietrich
a04214b74b change link layout and wording 2013-04-04 13:38:01 +02:00
Peter Dietrich
711fc74ed6 new plugin ipas-link
For opening a portal in IPAS - Ingress Portal Attack Simulator
2013-04-04 11:18:49 +02:00
Jon Atkins
6bd79c8293 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-04-02 23:31:35 +01:00
Philipp Schaefer
e396d7df1d replaced (String == String) with String.equals(String) 2013-04-03 00:24:35 +02:00
Philipp Schaefer
090c9e6d2b mobile: set idleTime to max, when running in background
* reduces background traffic
2013-04-03 00:05:13 +02:00
Philipp Schaefer
61fa36ff76 fixed indentations and trailing whitespaces 2013-04-02 17:14:41 +02:00
Philipp Schaefer
0e298c3526 added IITC version info to settings 2013-04-02 17:03:35 +02:00
Jon Atkins
75afa6e2f1 bump version number for new release 2013-04-01 23:36:19 +01:00
Jon Atkins
3a8ea9161b fix chat player highlighting
- clicking on names now inserts them
- fix: if your name was @mentioned, followed by another @player, it didn't mark the line
2013-04-01 19:11:25 +01:00
Philipp Schaefer
af4ee26575 developer options: added possibility to use external script in app 2013-03-31 18:12:14 +02:00
Stefan Breunig
551f0608fd Merge pull request #110 from Fragger/zoomslider-plugin
Zoomslider plugin
2013-03-31 02:20:49 -07:00
Kevin
b7e317bb02 Nits and fixes 2013-03-31 02:12:42 -07:00
Kevin
cd3380cb69 No more dist folder, don't need to add image to it 2013-03-31 02:12:39 -07:00
Kevin
bf830c2992 New plugin add a zoom slider to map 2013-03-31 02:12:37 -07:00
Jon Atkins
5d3b203c86 Merge pull request #109 from vita10gy/po-tracker
Doh!
2013-03-30 22:48:36 -07:00
vita10gy
881a034168 Doh! 2013-03-31 00:36:50 -05:00
Jon Atkins
07915d024f Merge pull request #107 from vita10gy/po-tracker
Player Tracker: Use the portal name from chat
2013-03-30 20:16:17 -07:00
vita10gy
ea3c331296 Player Tracker: Use the portal name from chat
Uses the portal name function from the chat listing, which, for now,
renames the US  Post Office portals so it doesn't look like.

20m ago  US  Post Office
25m ago Some portal
35m ago  US  Post Office
55m ago  US  Post Office
2013-03-30 21:18:37 -05:00
Jon Atkins
09a42d81ec change build.py to launch ant via os.system, rather than subprocess.call. this fixes building mobile on windows 2013-03-30 21:28:13 +00:00
Jon Atkins
60444c9169 build system updates, for mobile builds
- main build.py will optionally build mobile. removed now obsolete mobile build scripts and symbolic links
- external resource URL is now optional - it's no longer needed by the regular builds
2013-03-30 20:48:59 +00:00
Jon Atkins
270905c83a enable zoom control for mobile (allows for one-touch zoom control)
move zoom control to under the layer control on smartphone layout
remove localstorage zoom control visibility setting - there was no way to configure it, so seemed a bit odd
2013-03-30 20:01:36 +00:00
Jon Atkins
dd84828d0d Merge pull request #105 from Xelio/plugin-ap-list-patch-9
Plugin AP List: Added a "Unselect all" button in header
2013-03-30 12:23:13 -07:00
Jon Atkins
cf343663e4 show lat,lng in poslink window - #100 2013-03-30 18:34:40 +00:00
Jon Atkins
a079456fd5 partial fix #52 - show-linked-portals not working for >8 links - it now supports up to 16 links 2013-03-30 18:18:42 +00:00
Xelio
ab80e08036 Plugin AP List: Added a "Unselect all" button in header 2013-03-31 01:48:20 +08:00
Jon Atkins
5558fcd64f Merge pull request #99 from Fragger/pancontrol-tweak
Make the pan control plugin show up a little nicer
2013-03-30 10:35:54 -07:00
Philipp Schaefer
02edfdfee4 bugfix: set force desktop checkbox disabled by default 2013-03-29 17:23:02 +01:00
Philipp Schaefer
2324827c17 hint, that desktop mode looks awful on smartphones 2013-03-29 14:54:37 +01:00
Philipp Schaefer
bd016e4d40 theme change on v11 too (just for consistency...we do not support this API) 2013-03-29 13:58:00 +01:00
Philipp Schaefer
06e242e70a set default theme to holo 2013-03-29 13:55:46 +01:00
Philipp Schaefer
30f1f0e4ec added preferences activity to iitcm...adds possibility to force desktop mode 2013-03-29 13:16:31 +01:00
Kevin
19e9d0e899 Bump version number on pan control 2013-03-28 20:56:59 -07:00
Kevin
4876c46871 Make the pan control plugin show up a little nicer 2013-03-28 20:53:42 -07:00
Jon Atkins
4dbe4cc06b Merge pull request #98 from vita10gy/levelintracker
Forgot to bump version numbers
2013-03-28 19:37:06 -07:00
vita10gy
7977a1a315 Forgot to bump version numbers 2013-03-28 21:22:37 -05:00