summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* [android] - replace low level json parsingtobrun2018-01-044-58/+86
* [all] - update licenses to 2018Tobrun2018-01-031-1/+1
* Support custom LibraryLoaderBenjamin Jaeger2018-01-031-3/+31
* add max & min latitude and longitude constants to maps sdk Osana Babayan2018-01-024-37/+103
* [android] - add orientation change regression testtobrun2018-01-023-5/+120
* [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-212-5/+40
* [android] getting bitmap from drawable fixŁukasz Paczos2017-12-201-5/+23
* Saving/restoring MyLocationViewSettings (#10746)Łukasz Paczos2017-12-197-37/+134
* 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] - bump gradle syntax to 4.1Tobrun2017-12-193-36/+27
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-19100-10347/+8206
* [android] - enable java 8 language featuresTobrun2017-12-191-3/+3
* [android] - update project to gradle 4.1, gradle tools 3.0, build tools 26.0.2Tobrun2017-12-193-5/+5
* [android] - add binding integration for expressions (#10654)Tobrun2017-12-1913-173/+4144
* [android] Updated Spanish, Vietnamese translationsMinh Nguyễn2017-12-182-4/+6
* Updated location layer plugin link in MapboxMap object's javadocs (#10707)Langston Smith2017-12-181-9/+9
* [all] update CI images (#10695)Tobrun2017-12-151-1/+1
* [android] new map touch listeners API commentspaczos2017-12-141-9/+19
* [android] checkstyle fixuppaczos2017-12-142-8/+15
* [android] added map touch listeners testpaczos2017-12-142-42/+153
* [android] added map touch listeners api based on listspaczos2017-12-143-12/+220
* [android] Add basic JavaDoc comment for LocalGlyphActivity.Chris Loer2017-12-111-0/+4
* [android] Tweak LocalGlyphActivity description to be a bit more specific than...Chris Loer2017-12-111-1/+1
* [android] Fixups for LocalGlyphActivityChris Loer2017-12-113-5/+10
* [android] Add Configuration hook for local ideograph font family and demo act...Asheem Mamoowala2017-12-1115-41/+193
* [android] Android implementation of local CJK glyph renderingChris Loer2017-12-115-1/+209
* [core] Enable local glyph generation using TinySDF.Chris Loer2017-12-111-0/+1
* [android] null checkAsheem Mamoowala2017-12-061-1/+1
* Updated README for Arch Linux usersLukasPaczos2017-12-061-0/+3
* [android] - build boba snapshots from masterTobrun2017-12-062-3/+3
* [android] - add FileSource activation/deactivation to MapSnapshotter, handle ...Tobrun2017-12-065-33/+49
* Android SDK renaming (#10609)Langston Smith2017-12-044-7/+7
* [android] - handle destroying activity programmatically as part of theme swit...Tobrun2017-11-301-2/+6
* [build] standardize on -fvisibility=hidden for all targetsKonstantin Käfer2017-11-291-34/+6
* [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-293-12/+2
* [android] - use concurrent lists for camera change listeners (#10542)Tobrun2017-11-291-26/+25
* [core, ios, qt, android] Close race condition in RunLoop (issue #9620)Chris Loer2017-11-271-2/+4
* [android] - update bottom sheet example with popable fragment backstack (#10506)Tobrun2017-11-231-12/+15
* [android] Use inherited javaPeer in CustomGeometrySource C++ peerAsheem Mamoowala2017-11-223-21/+32
* [android] Reuse Java Source objects by holding on to a strong reference in th...Asheem Mamoowala2017-11-2221-193/+183
* [android] Add Grid source sample for Custom Geometry SourceAsheem Mamoowala2017-11-225-2/+182
* [android] Bindings for Custom Geometry SourcesAsheem Mamoowala2017-11-229-1/+448
* [android] - harden MarkerView integration by checking for null bitmap (#10532)Tobrun2017-11-221-1/+1
* [android] - activate filesource to list offline regions (#10531)Tobrun2017-11-221-2/+5
* [android] - use TextureView for ViewPager carousel (#10519)Tobrun2017-11-211-0/+1
* [android] Enable map rendering when app is pausedIvo van Dongen2017-11-204-4/+21