Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from master #5

Merged
merged 38 commits into from
Nov 15, 2018
Merged

Update from master #5

merged 38 commits into from
Nov 15, 2018

Conversation

Titozzz
Copy link
Owner

@Titozzz Titozzz commented Nov 15, 2018

Does any other open PR do the same thing?

(please answer here)

What issue is this PR fixing?

(please link the issue here)

How did you test this PR?

(please answer here)

ITONE\bussakorn.wonghom and others added 30 commits August 22, 2018 15:46
* Fixed compiling with minSDK in manifest file error

When upgrading to newer gradle wrapper package versions that works with buildtools version 28+, error comes up if uses-sdk tag has "minSDK" property defined inside AndroidMainfest.xml file. Default SDK properties should stand only inside build.gradle files.

* Rename mainAndroidManifest.xml to AndroidManifest.xml

* Rename lib/android/src/AndroidManifest.xml to lib/android/src/main/AndroidManifest.xml
Fix packager.sh incorrect path in package.json
This allows setting up the library to work with Google Maps on iOS via
`react-native link` instead of only via CocoaPods.

Because Google-Maps-iOS-Utils is not distributed as a binary (at this
time), it disables functionality that depends on this library and raises
an exception that points to the reason why there's a problem.

Additionally:

- A missing file has been added back into the AirMaps.xcodeproj project.
This will help avoid unstable rendering of markers,
 and even support some level of animation. (like in iOS)
Consider pixel density in coordinate<->point conversion (Android)
Let onVisibilityChanged() be called on children (mainly fixes Image issues)
Implemented `tracksViewChanges` for Android
- update peer dependencies
- modified version notation of react-native.
- use the release version of react
* Avoid unnecessary redraws and bitmap allocations

* Avoid drawing empty background of ViewAttacherGroup

* Moved some ViewAttacherGroup initialization to constructor

* Some documentation

* Added missing `setTracksViewChanges` (to allow disabling tracksViewChanges)

* Added new `redraw` method on MapMarker to cause a redraw of custom marker

* Let it render one more time when toggling tracksViewChanges to false
[iOS] Fixed issue that app will crash after trigger  Marker onDragEnd
add edgePadding to fitToSuppliedMarkers function
Add custom indoor picker level
* Improve installation docs

* PR comment fixes
todorone and others added 8 commits October 11, 2018 08:46
* CHANGELOG wip

* CHANGELOG wip2

* CHANGELOG wip3

* bump version

* bump versions in Podfile.lock and gradle.properties

* Update CHANGELOG.md

* Update CHANGELOG.md
Fix for “The specified child already has a parent”
update to clarify cacheEnabled is apple maps only
…le.android.gms.maps.model.setIcon(com.google.android.gms.maps.model.BitmapDescription)' on a null object reference #: remove marker: Attempt to invoke virtual method 'void com.google.android.gms.maps.model.setIcon(com.google.android.gms.maps.model.BitmapDescription)' on a null object reference (#2555)

* null check is enough
* Specify how to use Google Maps

Installation docs do not mention that `{PROVIDER_GOOGLE}` needs to be added in order to make Google Maps work.

* Update instructions for Google Maps on iOS
* prepare for release 0.22.1

* add latest commit
@Titozzz Titozzz merged commit 7a404dd into Titozzz:master Nov 15, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.