summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-152-2/+2
* [all] Replace HTTPContextBase/HTTPRequestBase with FileSourceJohn Firebaugh2016-04-142-55/+47
* [android] Do not annotate methods with @UIThreadThiago Marcos P. Santos2016-04-141-2/+0
* [android] Make the correct GL context currentThiago Marcos P. Santos2016-04-141-20/+0
* [android] Do not attach/detach to threadsThiago Marcos P. Santos2016-04-142-33/+7
* [android] Only render after the surface is createdThiago Marcos P. Santos2016-04-141-0/+10
* [android] Create a RunLoop for the main threadThiago Marcos P. Santos2016-04-141-0/+3
* [android] Use ALooper_addFd() and callbacks to wake upThiago Marcos P. Santos2016-04-142-22/+95
* [core] Render from the main threadJohn Firebaugh2016-04-145-100/+15
* [android] #4335 - add clear method for removing annotations to MapboxMapTobrun2016-04-133-1/+21
* [android] #4689 - Adding Debug Mode ExampleBrad Leege2016-04-125-0/+203
* [android] #4635 - fix rotate disabled with location trackingTobrun2016-04-084-38/+189
* [android] - fallback using to meta-data tag in Manifest or mapbox_access_toke...Tobrun2016-04-082-14/+107
* [android] - supportMapFragment: Check KEY_META_DATAVacxe2016-04-081-1/+23
* [android] - Marker test coverageTobrun2016-04-084-6/+78
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-076-186/+71
* [android] #4636 - Updating Gradle Wrapper to 2.12Brad Leege2016-04-072-4/+4
* [android] #4636 - Updating to Android Gradle Build tools to 2.0.0Brad Leege2016-04-071-2/+3
* [android] #3643 - improved android touch target when calling getAnnotationsIn...Tobrun2016-04-071-278/+286
* Merge branch 'syntaxSugar' of git://github.com/vacxe/mapbox-gl-native into va...Brad Leege2016-04-071-1/+1
|\
| * MapboxEventManager: operator size optimizedVacxe2016-04-071-1/+1
* | [android] #4629 - Moving event queue clearing to finally block to better prot...Brad Leege2016-04-071-3/+4
* | [android] #4629 - Increasing event flush to 3 minutes to mirror iOS and clear...Brad Leege2016-04-071-2/+5
|/
* [android] #4619 - Creating standalone CustomLayerActivity exampleBrad Leege2016-04-068-5/+202
* [android] #4609 - Restoring name of BulkMarkerActivityBrad Leege2016-04-064-12/+12
* [android] Do not use libuvThiago Marcos P. Santos2016-04-062-2/+1
* [android] Attach thread on the RunLoopThiago Marcos P. Santos2016-04-062-0/+12
* [android] Introduce RunLoop based on LooperThiago Marcos P. Santos2016-04-064-0/+323
* [android] #4365 - Mirroring descriptive subpackage names with categories in t...Brad Leege2016-04-052-10/+14
* [android] #4365 - Moving example activities to more descriptive subpackage na...Brad Leege2016-04-0511-19/+19
* [android] #4365 - Making geocoder instructions more descriptive.Brad Leege2016-04-052-1/+3
* [android] #4365 - make dismiss on gesture configurable, renamed activity to m...Tobrun2016-04-058-28/+57
* [android] #4365 - align buttons at bottom of screenTobrun2016-04-051-0/+1
* [android] #4365 - renamed app nameTobrun2016-04-051-1/+1
* [android] #4365 - same UI for both MapFragment as SupportMapFragmentTobrun2016-04-051-3/+5
* [android] #4365 - add toolbar to Polygon exampleTobrun2016-04-053-2/+44
* [android] #4365 - Polygon spelling mixupTobrun2016-04-052-5/+5
* [android] #4365 TestAppRefactor removed unneeded AsyncTaskTobrun2016-04-051-279/+268
* [android] #4365 - removed metadata tag in AndroidManifst, obsolete due to rem...Tobrun2016-04-051-4/+0
* [android] #4365 - final testapp refactor cleanup, removed ApiAccess class, in...Tobrun2016-04-0552-211/+144
* [android] - added tests for AnnotationTobrun2016-04-052-6/+93
* [android] #4586 - disable publish s3Tobrun2016-04-051-9/+1
* [android] #4354 - Ensuring userAgent is always ASCII formattedBrad Leege2016-04-042-0/+20
* [android] UI tests doc updateTobrun2016-04-021-21/+73
* [android] #4553 - remove annotations fixTobrun2016-04-021-10/+8
* [ios, osx] Replace libuv with native implementationsJohn Firebaugh2016-04-011-0/+1
* [build] Factor out libuv-related build logicJohn Firebaugh2016-04-011-1/+0
* [android] #4516 - cleanup snapshot PRTobrun2016-04-015-51/+73
* [android] Add a method to make map snapshotsVladimir Kurchatkin2016-04-016-1/+211
* [android] #4565 - improved coverage of camera packageTobrun2016-04-015-14/+201