Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Support Android P #90

Merged
merged 19 commits into from
Sep 14, 2018
Merged

Support Android P #90

merged 19 commits into from
Sep 14, 2018

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    bd8465b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96e1296 View commit details
    Browse the repository at this point in the history
  3. Update README

    - FOREGROUND_PERMISSION
    - startForeground method (Forgot to write)
    YoshihideSogawa committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    07a1486 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    12b9681 View commit details
    Browse the repository at this point in the history
  2. Add cutout's safe inset area

    - It passed SafeInsetArea from Fragment to FloatingView
    - If there is Cutout, touch position moves upward Fixed problem (portrait only)
    YoshihideSogawa committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    d6eb8c1 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    YoshihideSogawa committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    d63e45c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Remove If statement when the status bar and SafeInsetRect are different

    - "In portrait orientation, with no special flags set, the status bar must extend to at least the height of the cutout."
    YoshihideSogawa committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    d6afbfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6a87c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7d059d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d77c7ee View commit details
    Browse the repository at this point in the history
  5. Support Tall diaplay cutout

    - Recalculate size of status bar when device is rotated
    - Set the offset of the touch coordinates in the Y axis direction
    YoshihideSogawa committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    d271361 View commit details
    Browse the repository at this point in the history
  6. Delete update process from FloatingView

    - Add TODO FloatingViewManager
    YoshihideSogawa committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    10fd6f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Fix:Fixed a bug that the view shifted when touching after rotating th…

    …e screen.
    
    - Add updateTouchXOffset method
    YoshihideSogawa committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    b270a5c View commit details
    Browse the repository at this point in the history
  2. Change : Set MainActivity to portrait

    - Launching FloatingView on landscape is not supported
    - Delete unused source and resources
    YoshihideSogawa committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    c9c6386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da71914 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Update SDK

    - Delete "ext" in build.gradle
    YoshihideSogawa committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    b323ad9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    f895e5f View commit details
    Browse the repository at this point in the history
  2. Update tools version

    YoshihideSogawa committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    aed61c6 View commit details
    Browse the repository at this point in the history
  3. Update README

    YoshihideSogawa committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    909a531 View commit details
    Browse the repository at this point in the history