organicmaps/android
Alexander Borsuk 6209deeffa [android] Removed NestedScrollView hack
The hack was introduced in this commit:
4a85620161

It mentions this Google issue: https://issuetracker.google.com/u/0/issues/37070828
and this source code for the hack:
https://rileymacdonald.ca/2018/08/06/android-nestedscrollview-children-require-double-click-scroll/

The latest AGP linter fails to find NestedScrollViewClickFixed class, likely because it is bound to
the external androidx.core.widget namespace instead of the app's one.

A quick testing didn't find any issues with the place page when this hack is removed.
Looks like it was already fixed in the upstream

Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-12-11 11:10:32 +01:00
..
app [android] Removed NestedScrollView hack 2023-12-11 11:10:32 +01:00
gradle/wrapper [android] Update gradle wrapper to gradle 8.3 2023-09-01 08:56:52 +02:00
script [android] Symlink outdoors map style files into assets 2023-11-02 09:50:46 -03:00
.gitignore [android] Use module project structure 2023-09-03 10:05:14 +03:00
build.gradle [android] Upgrade agp to 8.1.4 2023-11-25 15:50:29 +02:00
code_style_scheme.xml [android] Fixed c++ style in android studio code style scheme 2020-04-23 20:01:12 +03:00
gradle.properties [android] Remove buildToolsVersion 2023-11-14 07:56:10 +02:00
gradlew [android] Update gradle wrapper to gradle 8.3 2023-09-01 08:56:52 +02:00
gradlew.bat [android] Upgrade to gradle 7.6 2023-02-19 11:18:53 +02:00
HOW_TO_USE_GRADLE.txt [docs] Updated assemble gradle commands for Android 2023-09-30 19:39:43 +02:00
settings.gradle [android] Use simple quotes in build.gradle 2023-12-08 12:55:06 +03:00