Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

CP: Reset AndroidRendererBackend properly #381

Merged
merged 1 commit into from
May 14, 2020
Merged

CP: Reset AndroidRendererBackend properly #381

merged 1 commit into from
May 14, 2020

Conversation

tobrun
Copy link
Member

@tobrun tobrun commented May 13, 2020

Cherry-pick of #366:

<changelog>Reset AndroidRendererBackend properly to prevent a crash during rotation on an Android 4.2.2 x86 tablet.</changelog>

@tobrun tobrun merged commit d319e17 into master May 14, 2020
@tobrun tobrun deleted the tvn-cp-reset branch May 14, 2020 08:19
Chaoba pushed a commit that referenced this pull request May 14, 2020
…ion on an Android 4.2.2 x86 tablet. (#381)

Co-authored-by: Tsoi Yat Shing <ystsoi@yahoo.com.hk>
(cherry picked from commit d319e17)
Chaoba pushed a commit that referenced this pull request May 14, 2020
* Fix binary size. (#382)

Add compiler and linker options to reduce binary size for release build:
  - reduce symbol visibility: `-fvisibility=hidden`, `-fvisibility-inlines=hidden`;
  - link time optimization `-flto` and enable gold plugin;
  - remove duplicated code: `–icf=all`;
  - size optimization for compilation (`-Oz`);
  - garbage collect unused sections: `-Wl,--gc-sections`

(cherry picked from commit 05974e2)

* Reset AndroidRendererBackend properly to prevent a crash during rotation on an Android 4.2.2 x86 tablet. (#381)

Co-authored-by: Tsoi Yat Shing <ystsoi@yahoo.com.hk>
(cherry picked from commit d319e17)

* Fix getFilter with distance expression crash. (#380)

* Fix getFilter with distance expression crash.

* Update gl-native and test case

* Bump gl-native to maps-1.6.0

* Update review comment.

(cherry picked from commit 0010a58)

* Update changelog for 9.2.1 (#384)

* Update changelog for 9.2.1

* Update changelog for 9.2.1

(cherry picked from commit f8fade5)

Co-authored-by: Igor Tarasov <igor.tarasov@mapbox.com>
Co-authored-by: Tobrun <tobrun.van.nuland@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants