1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 14, 2024 — Sep 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update munge regular expressions for changes 2014-02-22 note: request format for map data has also changed and code needs updating More... over 11 years ago
test: remove code that rendered stale map data tiles from cache before retrieving from the network - will try it for a while and see if it makes things noticably more responsive More... over 11 years ago
portal-names - use different delays for data loading updates and user events - improves performance More... over 11 years ago
revert ea45d0f447af24115275234403202fe993e0d84c - portal clustering still has some advantages note: window.Render.prototype.getLinkPixelLength not restored - should have been deleted as part of an earlier change More... over 11 years ago
cache expiry time was 2 mins, but default intel site uses 3 minutes - mis-read their timer value More... over 11 years ago
simplify map data request batching - doesn't need to be so complex now we never request more than 4 tiles per request More... over 11 years ago
remove portal clustering code, that preventing all portals we get data for being drawn to the map this was an optimisation, as leaflet can be slow when drawing a lot. however, as the backend now limits the data returned to the browser this is less important and probably wastes more time than it saves for #774 More... over 11 years ago
now we no longer can reconstruct missing short links from the portal data, and the backend servers already cull short links from the data, there's no point in skipping display of short links More... over 11 years ago
intent.getAction uri path may be null...generate empty string in that case More... over 11 years ago
bugfix: use correct string format for geo intent including zoom More... over 11 years ago
intent MIME types may be null...generate empty string in that case More... over 11 years ago
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion More... over 11 years ago
moved comments to correct place More... over 11 years ago
Remove temporary extras before launching the intent More... over 11 years ago
Add line that must have been deleted by accident More... over 11 years ago
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion More... over 11 years ago
Improved support for geo: intents More... over 11 years ago
Renamed classes: IntentFragmentAdapter -> FragmentAdapter, IntentFragment -> IntentListFragment More... over 11 years ago
Extract IntentAdapter from IntentListView. Delete IntentListView More... over 11 years ago
Major refactoring of ShareActivity. Google Maps now has labeled pins More... over 11 years ago
Remove warning, add final modifiers More... over 11 years ago
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion More... over 11 years ago
when clustering portals and only displaying some, sort first by level (highest first) then guid - so when some portals are removed from screen it's the lower level ones first More... over 11 years ago
support gmaps v7.6.1+ labeled marker geo intent More... over 11 years ago
don't trigger on all text mimeTypes - this breaks compatibility with file explorers throwing a wrong intent (like ES explorer)...but this is not a problem IITCm has to workaround. More... over 11 years ago
[bookmarks-by-zaso] remove old comments (saveFile was backported) More... over 11 years ago
[mobile] more general save function More... over 11 years ago
added support for draw tools file export on Android < 4.4 More... over 11 years ago
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion More... over 11 years ago
don't open inputstream twice on http streams...we should get a valid filename here More... over 11 years ago