summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-0423-174/+1064
|\
| * [android] added map touch listeners api based on listspaczos2017-12-203-36/+277
| * [android] Tweak TinySDF docs to better describe font-family behavior.Chris Loer2017-12-192-3/+6
| * Saving/restoring MyLocationViewSettings (#10746) (#10748)Tobrun2017-12-196-42/+133
| * [android] - use default icon when compass icon fails to decode (#10694)Tobrun2017-12-191-0/+6
| * [android] - remove startup flash from fragment, rework OnMapReady callback fo...Tobrun2017-12-192-16/+44
| * [android] Add Configuration hook for local ideograph font family and demo act...Chris Loer2017-12-185-10/+43
| * [android] Android implementation of local CJK glyph renderingChris Loer2017-12-181-0/+46
| * [android] - activate filesource when creating an offline region (#10718)Tobrun2017-12-181-0/+3
| * Post camera listener invocations (#10690)Tobrun2017-12-141-46/+81
| * [android] - update documentation on update metadataTobrun2017-12-131-3/+0
| * [android] - scale factor value of 1 should zoom outTobrun2017-12-131-1/+1
| * [android] - allow configurable http loggingTobrun2017-12-122-13/+42
| * [android] - post animation callback invocationTobrun2017-12-122-28/+36
| * [android] - add FileSource activation/deactivation to MapSnapshotter, handle ...Tobrun2017-12-061-22/+2
| * [android] - handle destroying activity programmatically as part of theme swit...Tobrun2017-12-061-2/+6
| * [android] - use concurrent lists for camera change listeners (#10542)Tobrun2017-12-061-26/+25
| * [android] - harden MarkerView integration by checking for null bitmap (#10532)Tobrun2017-12-061-1/+1
| * [android] - activate filesource to list offline regions (#10531)Tobrun2017-12-061-2/+5
| * [android] Enable map rendering when app is pausedIvo van Dongen2017-12-064-4/+21
| * [android] remove unnecessary jar generation from gradle-publish.gradle (#10625)Pablo Guardiola2017-12-051-1/+1
| * [android] - attribtuion anchor point calculation fix for short text with full...Tobrun2017-11-291-1/+1
| * [android] use location engine abstraction instead of location source (lost) i...Pablo Guardiola2017-11-291-2/+1
| * [android] Set a larger limit for the HTTP dispatcher (#10567)Antonio Zugaldia2017-11-271-2/+10
| * [android] - bump okhttp, remove workaround for Android Oreo (#10515)Tobrun2017-11-231-8/+1
| * Update comment from onDestroy to onDestroyView (#10501)Victor Akap Oben2017-11-201-1/+1
| * Monkey crashes (#10440) (#10472)Pablo Guardiola2017-11-163-12/+23
| * MapSnapshot attribution (#10362)Tobrun2017-11-148-72/+795
| * Downgrade min sdk to 14 (#10355)Tobrun2017-11-131-12/+37
| * [android] - harden deselection mechanism for markers (#10403)Tobrun2017-11-101-5/+7
* | Support custom LibraryLoaderBenjamin Jaeger2018-01-031-3/+31
* | add max & min latitude and longitude constants to maps sdk Osana Babayan2018-01-023-30/+98
* | [android] - refactor surface destruction NPE fixtobrun2018-01-021-34/+19
* | [android] Fixes #10563 NPE addAnnotationIconhashfunction2018-01-021-0/+4
* | [android] - use US local when converting between int color and RGBA String.tobrun2018-01-021-3/+4
* | LatLng.wrap should return a new instance of LatLng (#10769)Osana Babayan2017-12-211-3/+28
* | [android] getting bitmap from drawable fixŁukasz Paczos2017-12-201-5/+23
* | Saving/restoring MyLocationViewSettings (#10746)Łukasz Paczos2017-12-196-36/+133
* | LatLngBounds.union parameters should be specified in NESW order (#10728)Osana Babayan2017-12-191-16/+16
* | [android] update lifecycle documentation for fragments (#10736)Antonio Zugaldia2017-12-191-2/+2
* | [android] - replace anonymous inner classes with lambdaTobrun2017-12-199-19/+2
* | [android] - add binding integration for expressions (#10654)Tobrun2017-12-195-33/+2837
* | Updated location layer plugin link in MapboxMap object's javadocs (#10707)Langston Smith2017-12-181-9/+9
* | [android] new map touch listeners API commentspaczos2017-12-141-9/+19
* | [android] checkstyle fixuppaczos2017-12-141-4/+11
* | [android] added map touch listeners testpaczos2017-12-141-42/+58
* | [android] added map touch listeners api based on listspaczos2017-12-143-12/+220
* | [android] Fixups for LocalGlyphActivityChris Loer2017-12-112-4/+9
* | [android] Add Configuration hook for local ideograph font family and demo act...Asheem Mamoowala2017-12-115-10/+38
* | [android] Android implementation of local CJK glyph renderingChris Loer2017-12-111-0/+46