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

Make changes for when the minSdk is set to 21. #2031

Merged

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    2f0f401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49cdc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e758f8 View commit details
    Browse the repository at this point in the history
  4. Fix issues.

    Isira-Seneviratne committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    5c89f06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7de30b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Merge branch 'master' into Update_minSdk_to_21

    # Conflicts:
    #	app/build.gradle.kts
    #	app/src/main/java/de/westnordost/streetcomplete/MainActivity.java
    #	app/src/main/java/de/westnordost/streetcomplete/controls/DownloadProgressFragment.kt
    #	app/src/main/java/de/westnordost/streetcomplete/data/osm/edits/upload/changesets/OpenQuestChangesetsManager.kt
    #	app/src/main/java/de/westnordost/streetcomplete/map/MainFragment.kt
    #	app/src/main/java/de/westnordost/streetcomplete/map/MapFragment.kt
    #	app/src/main/java/de/westnordost/streetcomplete/map/QuestPinLayerManager.kt
    #	app/src/main/java/de/westnordost/streetcomplete/map/TangramPinsSpriteSheet.kt
    #	app/src/main/java/de/westnordost/streetcomplete/notifications/OsmUnreadMessagesFragment.kt
    #	app/src/main/java/de/westnordost/streetcomplete/quests/AbstractBottomSheetFragment.kt
    #	app/src/main/java/de/westnordost/streetcomplete/quests/SplitWayFragment.kt
    #	app/src/main/java/de/westnordost/streetcomplete/quests/max_speed/AddMaxSpeedForm.kt
    #	app/src/main/java/de/westnordost/streetcomplete/settings/ShowQuestFormsActivity.kt
    #	app/src/main/java/de/westnordost/streetcomplete/tutorial/TutorialFragment.kt
    #	app/src/main/java/de/westnordost/streetcomplete/user/CircularFlagView.kt
    westnordost committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    bc33d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b488e0f View commit details
    Browse the repository at this point in the history
  3. fix compile error

    westnordost committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    10824ce View commit details
    Browse the repository at this point in the history
  4. fix menu item string

    westnordost committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    f7e3cfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e06bcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17c7e72 View commit details
    Browse the repository at this point in the history
  7. use autoMirrored

    westnordost committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    16723b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a517c7c View commit details
    Browse the repository at this point in the history
  9. remove targetApi=21

    westnordost committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    2854cb2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2d4f92 View commit details
    Browse the repository at this point in the history
  11. remove where possible the fillType attribute

    because that feature was added in SDK 24, so for below that, the android build system will create raster version for those vector graphics
    westnordost committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    fe69366 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0da5d0b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e00588 View commit details
    Browse the repository at this point in the history
  14. solve some warnings

    westnordost committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    6eda581 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    785a9a4 View commit details
    Browse the repository at this point in the history