summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-2/+3
* [android] changelog for v7.3.0Łukasz Paczos2019-03-281-0/+6
* [android] - remove NativeMap#update()tobrun2019-03-272-11/+0
* [android] - remove request render from MapboxMap#onStarttobrun2019-03-271-1/+0
* [android] - don't call OnSurfaceCreated from the main threadtobrun2019-03-271-5/+0
* [android] provide more information when the OfflineManager test times outŁukasz Paczos2019-03-261-31/+52
* quick typo fix for OnDidFinishRenderingMapListener method (#14209)Sam Fader2019-03-251-2/+2
* [core] ResoureOptions explicit copy via clone()Bruno de Oliveira Abinader2019-03-251-1/+1
* [android] - validate license generatrion with nitpick on CItobrun2019-03-252-0/+27
* [android] - revert onDismiss workaround, refactor tests, adress reviewtobrun2019-03-2212-151/+153
* [android] - make a singular FragmentBackStack testtobrun2019-03-221-18/+0
* [android] - hook GLSurfaceViewMapRenderer into surfaceCreated callback, don't...tobrun2019-03-222-9/+5
* [android] - add integration test suitetobrun2019-03-2216-306/+378
* [android] - add GLSurfaceView RecylerView example to test for regressionstobrun2019-03-228-157/+199
* [core] Replace shared_ptr with unique_ptr in {Map,Resource}OptionsBruno de Oliveira Abinader2019-03-221-2/+2
* [android] - bump snapshot version to 7.4.0tobrun2019-03-221-1/+1
* [android] fix formatting of the 7.3.0-beta.1 changelogŁukasz Paczos2019-03-221-6/+6
* [android] - improve reliability of UiAutomator teststobrun2019-03-222-18/+10
* [android] - call getMapAsync when restoring map fragment from saved instance ...tobrun2019-03-212-10/+18
* [android] - introduce Pixel dimension instrumentation testtobrun2019-03-217-76/+5535
* [android] changelog for 7.3.0-beta.1Łukasz Paczos2019-03-202-1/+15
* [android] cache source/layer only when successfully addedŁukasz Paczos2019-03-201-5/+5
* [android] clear the style object when the map is destroyedŁukasz Paczos2019-03-202-4/+8
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-2010-45/+51
* [android] - add offline troubleshooting link to javadoc of OfflineManagertobrun2019-03-201-0/+4
* [android] - refactor idling resource from testtobrun2019-03-201-60/+42
* [android] update licensesŁukasz Paczos2019-03-191-12/+6
* [android] expose LocationComponent's layer IDsŁukasz Paczos2019-03-191-6/+26
* [android] unit and instrumentation tests code coverage reportŁukasz Paczos2019-03-195-6/+74
* [android] bump telemetry version to 4.3.0Łukasz Paczos2019-03-182-1/+1
* [android] cache location layer IDs in a set instead of a listŁukasz Paczos2019-03-182-24/+33
* [android] - remove base idlingResource setuptobrun2019-03-1822-735/+495
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-158-123/+376
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-141-6/+8
* [android] - move TextureView to top of list so UiAutomator finds it more quicklytobrun2019-03-141-1/+1
* [build] update Boost to 1.69 and remove RTTIKonstantin Käfer2019-03-131-1/+1
* [android] changelog for 7.3.0-alpha.2Łukasz Paczos2019-03-131-0/+12
* [android] when changing the resource path, recreate database instead of the w...Łukasz Paczos2019-03-135-107/+121
* [core] expose an option to change the db file path in runtimeŁukasz Paczos2019-03-131-0/+2
* [android] Feature: Change path of the resources cache dbArne Kaiser2019-03-138-48/+377
* [android, iOS, macOS] Adding Galician translation from Transifex (#14095)Langston Smith2019-03-132-0/+20
* [android] Updated Android readme links and writing (#14090)Langston Smith2019-03-131-8/+4
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-134-12/+3
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-132-3/+2
* [android] set a blank style when an empty builder is providedŁukasz Paczos2019-03-122-15/+17
* [android] explicitly declare MapboxIssueRegistry's lint versionŁukasz Paczos2019-03-121-0/+4
* [android] fix quick-zoom + double-tap gestures combo regressionŁukasz Paczos2019-03-121-4/+18
* [android] throw an exception if the component is accessed before the activationŁukasz Paczos2019-03-113-4/+50
* [android] remove unnecessary JSON style declaration in the gradient line exampleŁukasz Paczos2019-03-111-1/+0
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-2/+9