2265 Commits

Author SHA1 Message Date
fkloft
e06f8f87d9 Change handling of back key
1. quit full screen
2. close drawer
3. close dialogs
4. regular back stack
5. close IITC

dialogs can always be closed via [OK], the drawer still reacts on the left edge
2013-09-23 11:21:23 +02:00
fkloft
4234ee15b4 Merge branch 'master' into newnavigation
Conflicts:
	mobile/src/com/cradle/iitc_mobile/IITC_ActionBarHelper.java
2013-09-23 11:01:03 +02:00
Philipp Schaefer
501f006a71 Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2013-09-23 10:09:07 +02:00
Philipp Schaefer
7657d74668 sort highlighter selection 2013-09-23 10:08:48 +02:00
fkloft
d8c8e6fcab remove splitActionBarWhenNarrow; hide highlighter selection while drawer is opened 2013-09-22 21:59:12 +02:00
fkloft
2fb0aa7a12 Remove obsolete menu items 2013-09-22 21:46:11 +02:00
fkloft
358c809d07 Tweak navigation drawer
- make list thinner
- highlight current pane
- show icons in menu
2013-09-22 21:27:38 +02:00
fkloft
b83b6a56f8 dialog stack is now a java.util.Stack 2013-09-22 19:27:11 +02:00
fkloft
57710d2074 Rename map entry in navigation drawer 2013-09-22 19:22:14 +02:00
fkloft
00f5b2f3b7 Hide debug mode according to prefs 2013-09-22 19:07:46 +02:00
fkloft
94b1663df6 Hide drawer while loading 2013-09-22 18:50:40 +02:00
fkloft
5884619024 remove members that are never used 2013-09-22 18:32:49 +02:00
fkloft
1ca1401cca WIP - implement navigation drawer (slide-in menu) 2013-09-22 18:28:08 +02:00
Jon Atkins
96382a8262 website update for new release 2013-09-22 15:52:58 +01:00
fkloft
6477dd5656 Change class name 2013-09-22 14:44:30 +02:00
Philipp Schaefer
dfbe5d7412 count deleted plugins. needed for checkForNewPlugins() 2013-09-22 14:00:57 +02:00
Philipp Schaefer
ab76e4f123 bugfix on multiPane
- use dummy fragment for header category
- never select header category
2013-09-22 12:53:08 +02:00
Jon Atkins
3336ca1edc update website for 0.14.1 2013-09-22 04:53:29 +01:00
Jon Atkins
6a5d47f146 remove unnecessary storing of the highlighter used within the portal.options
altarnative to the typo fix #571
2013-09-21 02:42:13 +01:00
Jon Atkins
7f9399bbeb ensuure we don't store 'null' in the name->guid cache object
(an alternative to #572)
2013-09-21 02:17:12 +01:00
Jon Atkins
8c539078cb new portal highlighter to mark inactive unclaimed portals
(and also help track down portals that fail to decay)
2013-09-20 08:03:46 +01:00
Jon Atkins
148d1d10b6 update plugins to use new IITC core mitigation calculations 2013-09-19 13:06:06 +01:00
Jon Atkins
0fb6650ad0 make the portal details close button switch back to the map on mobile 2013-09-19 01:05:07 +01:00
Jon Atkins
4f020a48ba Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-09-19 00:53:27 +01:00
Jon Atkins
54997ac9bc add portal hack counts/cooldown time, and mitigation values, to the portal details panel 2013-09-19 00:51:28 +01:00
Philipp Schaefer
592699f2df removed portal_highlight_select from smartphone.css...not needed anymore 2013-09-18 22:13:31 +02:00
Philipp Schaefer
ced78885dd don't reset idle timer on boot 2013-09-18 21:43:27 +02:00
Philipp Schaefer
04b878dd1f bump iitcm version 2013-09-18 21:25:07 +02:00
Philipp Schaefer
8cbccb226c Merge branch 'fkloft-actionbarhighlighter' (fixes #565) 2013-09-18 21:23:59 +02:00
Philipp Schaefer
46a2a83ff9 don't show deleted plugins in plugins list 2013-09-18 21:16:19 +02:00
Philipp Schaefer
2b28dc7dc5 Merge branch 'actionbarhighlighter' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-actionbarhighlighter 2013-09-18 18:41:54 +02:00
fkloft
e8b730d078 And another bugfix (Exception thrown when listview hidden) - thanks @leCradle 2013-09-18 18:32:08 +02:00
Philipp Schaefer
50262e0c71 Merge branch 'actionbarhighlighter' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-actionbarhighlighter 2013-09-18 18:09:32 +02:00
fkloft
def3dd698c Fix: Highlighter was not remembered after IITC restart 2013-09-18 18:08:29 +02:00
fkloft
bf229f7f05 Code formatting 2013-09-18 17:40:05 +02:00
Philipp Schaefer
2e78b58678 event for select boxes to disable androids JS calls 2013-09-18 17:06:22 +02:00
fkloft
1a1008c70e Code formatting, removed dead code, fixed warning 2013-09-18 16:48:30 +02:00
fkloft
daaef1575e Show portal highlighters in action bar 2013-09-18 16:43:12 +02:00
fkloft
6290ef56aa Use reloadIITC() if mReloadNeeded == true 2013-09-18 16:29:10 +02:00
fkloft
eee9ce78e0 But ActionBar related stuff into new class ActionBarHelper 2013-09-18 15:31:50 +02:00
Philipp Schaefer
704a6f7bc3 updated mobile readme 2013-09-18 14:32:44 +02:00
Philipp Schaefer
ee4980e5ae added iitc mobile user plugins to FAQ 2013-09-18 14:30:44 +02:00
fkloft
cdc98de350 Move activity labels to strings.xml (and some code formatting) 2013-09-18 13:00:17 +02:00
Philipp Schaefer
77a773b9cd use new idleSet/idleReset functions onStop/onResume 2013-09-18 11:23:16 +02:00
Jon Atkins
a9c9d5ff41 utility functions to
- get mods from portal details, filtered by type and sorted by strength
- get mitigation values
TODO: convert existing plugins to use these new functions
2013-09-18 07:45:30 +01:00
Jon Atkins
1f635f0e50 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-09-18 06:06:57 +01:00
Jon Atkins
70890688d5 pause link animations while the map is being dragged - improves user experience when the map is densely populated 2013-09-18 06:06:13 +01:00
Jon Atkins
11ac2b218c Merge pull request #564 from Xelio/patch-plugin-draw-reso-4
Plugin Draw Resonator: New Styler 'Highlight < X% resonators' and 'Highlight resonators by player'
2013-09-17 21:47:11 -07:00
Philipp Schaefer
32bfb2d751 removed redundant line of code 2013-09-17 23:39:25 +02:00
Jon Atkins
5d31e6077f more mobile css tweaks to make sidebar items easier to click on 2013-09-17 18:01:20 +01:00