summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [core] Update gl-js; fix $id filters with GeoJSON sourceJohn Firebaugh2017-02-081-1/+1
|
* removed make android-lib-x86-64 from bitrise script so snapshots build (#7986)Cameron Mace2017-02-081-1/+0
|
* [build] Remove Mason submodule in favor of CMake masonKonstantin Käfer2017-02-083-44/+14
|
* [android] Node not requiredJohn Firebaugh2017-02-081-8/+4
|
* [build, ios, macos] Simplify version portion of user agent stringJohn Firebaugh2017-02-081-1/+0
| | | | The X.Y.Z version portion was unreliable, as it pulled from the latest tag regardless of platform. Set version to 0.0.0 and retrieve only the hash, which allows us to drop the node/npm dependency.
* [android] fix reference table overflow in query rendered featuresIvo van Dongen2017-02-082-20/+37
|
* fix unable to find developer-config xml when building the project (#7963)Pablo Guardiola2017-02-071-1/+1
|
* hold a weak reference of the context to avoid leaks (#7964)Pablo Guardiola2017-02-071-5/+7
|
* 7798-ObjectAnimator-rotation (#7907)Tobrun2017-02-074-79/+18
|
* [android] - wrap longitude values from core (#7852)Tobrun2017-02-045-20/+13
|
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-0482-539/+236
|
* Disable double tap gesture to zoom in (#7879)srabenja2017-02-046-1/+113
|
* [android] - update SDK exposed attributes in public.xml (#7912)Tobrun2017-02-041-1/+16
|
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-0329-1736/+283
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* [android] data driven style implementationIvo van Dongen2017-02-0258-5175/+7453
|
* [build] Use style-spec from gl-js monorepoJohn Firebaugh2017-02-011-1/+1
|
* [android] - Config dismissing tracking modes with camera change (#7871)Tobrun2017-01-316-38/+82
| | | | | | * [android] - allow fine grained control over dismissing tracking modes while animating the camera position * update MyLocationView
* [android] use native image encoding and decodingKonstantin Käfer2017-01-2710-59/+278
|
* [android] call AndroidRuntime's registerFrameworkNatives() method to set up ↵Konstantin Käfer2017-01-271-42/+17
| | | | | | an Android runtime environment Instead of mocking android.util.Log, we're registering the real libraries so that we can use the full runtime environment
* [android] - update changelog with 4.x entries (#7825)Tobrun2017-01-272-2/+27
| | | | | | * [android] - update changelog with 4.x entries * update release script
* [linux] update CA bundle and add script for automated updatesKonstantin Käfer2017-01-271-18/+0
| | | | also removes the ca-bundle.crt from the Android build, since it's entirely unused
* [android] - force portrait mode to make instrumentation test run more ↵Tobrun2017-01-271-5/+9
| | | | reliable (#7885)
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-27193-883/+871
|
* [android] - trigger marker click event for clicking selected marker (#7830)Tobrun2017-01-261-2/+21
|
* [android] - move pan gesture event to correct GestureDetector callback (#7870)Tobrun2017-01-261-3/+2
|
* [Android] Make spinner under Add Markers in Bulk readable (#7836)Austin O'Neil2017-01-251-0/+11
|
* [core] replace encodePNG() with a version that doesn't use libpngKonstantin Käfer2017-01-251-0/+1
| | | | rationale: encodePNG is only used in tests + sample apps, but shouldn't actually be part of the core library. In #7828, we're removing the libpng dependency for Android, and using a libpng-free version of encodePNG allows us to run the core unit tests on Android without pulling in libpng just for the test suite. In a next step, we should remove encodePNG() from the image.hpp header, which is a public header.
* [android] Move the simple map activity to a "Basic" section, always listed ↵Antonio Zugaldia2017-01-233-2/+4
| | | | | | | | first (#7817) * move the simple map activity to a basic section, always listed first * category_first -> category_basic
* Test app refactor (#7598)Cameron Mace2017-01-23107-3268/+666
|
* [android] - when updating positon, wait for render call to invalidate ↵Tobrun2017-01-232-3/+4
| | | | updated marker position, correct camera invalidation for all moveCamera method invocations (#7794)
* [android] - zoom to at least 2 when tracking is enabled (#7795)Tobrun2017-01-237-109/+69
| | | | | | * [android] - zoom to at least 2 when tracking is enabled, introduce interface for zoom invalidation, simplify example * fixup unit test, added test for new interface + focal point interface
* [android] - redraw MyLocationView when tilt changes, setTilt after ↵Tobrun2017-01-232-2/+3
| | | | CameraUpdate has finished animating (#7799)
* [android] - remove redundant log statements in native_map_view.cpp (#7801)Tobrun2017-01-231-58/+1
|
* [android] - decouple make apackage for measuring execution time (#7771)Tobrun2017-01-221-3/+13
|
* [core][Qt] Use Qt for UTF16, since `codecvt` is not always availableThiago Marcos P. Santos2017-01-201-0/+1
|
* [android] - deselect marker on infowindow click (#7784)Tobrun2017-01-191-1/+9
|
* [android] Removed conflict marker from changelogMinh Nguyễn2017-01-181-1/+0
|
* refs #6779: mobile & Mac SDK style transition options (#7711)Justin R. Miller2017-01-186-1/+123
|
* [android] - remove deprecated emerald (#7767)Tobrun2017-01-186-39/+6
| | | | | [android] - remove deprecation annoation for setStyle [android] - dismiss tracking on gesture deprecation cleanup
* fix typo in android docs (#7686)Molly Lloyd2017-01-161-1/+1
|
* [android] - notify team when nightly snapshot build fails, update slack ↵Tobrun2017-01-161-2/+2
| | | | message. (#7654)
* [android] - safe guard making asyncrhonous calls to map object while it's ↵Tobrun2017-01-161-4/+311
| | | | beeing destroyed (#7613)
* [android] - update build tools to bitrise supported version (#7729)Tobrun2017-01-153-3/+3
|
* [android] - improve fling gesture by calculating animation time from ↵Tobrun2017-01-122-9/+25
| | | | velocity, ignore small fling gestures. (#7676)
* [android] - synchronised mutators for thread safety in Mapbox, added ↵Tobrun2017-01-111-2/+12
| | | | documentation to Mapbox#getInstance (#7677)
* [android] - avoid triggering a fling gesture after a scale gesture. (#7675)Tobrun2017-01-112-2/+9
|
* [android] - cleanup telem, disabled logging, exponential backoff, local ↵Tobrun2017-01-104-29/+65
| | | | broadcast (#7605)
* update gradle files and packages to use smaller versions of MAS and save ↵Antonio Zugaldia2017-01-106-18/+23
| | | | methods (#7642)
* [android] - update changeling for 5.0.0 with current progress (#7579)Tobrun2017-01-061-1/+28
|
* [android] - rework MarkerView update mechanism (#7581)Tobrun2017-01-052-5/+18
|