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

not work on android 12 #1

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 23, 2016

  1. Fix support for cm13

    0xD34D committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    214cde0 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

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

Commits on Jan 12, 2017

  1. Fix thumb not being drawn on vertical seekbar

    In Marshmallow the enabled thumb was not being drawn
    due to a bug where the thumb is not being rotated and
    translated like the rest of the seekbar.  This patch
    implements a bit of a hack to get the thumb to be
    displayed on devices running Android Marshmallow by
    manually rendering the enabled thumb.
    0xD34D committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    c9a17cf View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Clean up PreferenceUtils

    0xD34D committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    ac87d6a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Add app shortcuts support

    0xD34D committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    7badb2f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Make mock overlay same size as device screen

    Sizing the overlay to the same size as the display
    allows mocks that contain a navigation bar to be
    scaled correctly.
    0xD34D committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    f5de150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73f0502 View commit details
    Browse the repository at this point in the history
  3. Verfify screenshot size before adding info

    If a screenshot does not match the display size we will
    not add the screenshot info to it.
    0xD34D committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    c81ba05 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Add round icon for Android 7+

    0xD34D committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    6ff7740 View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.0.1

    0xD34D committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    e42fd5c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

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

Commits on Feb 4, 2017

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

Commits on Feb 17, 2017

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

Commits on Feb 21, 2017

  1. Animate color picker in/out

    0xD34D committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    ffee1a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

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

Commits on Dec 30, 2019

  1. Configuration menu
    Copy the full SHA
    14f7914 View commit details
    Browse the repository at this point in the history
  2. Fix color picker on Android 7

    0xD34D committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    113458f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2b6cab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a099608 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc4a4fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6825897 View commit details
    Browse the repository at this point in the history
  7. Clean up old and unused code

    0xD34D committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    aef2072 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

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

Commits on Mar 7, 2020

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

Commits on Mar 16, 2020

  1. Set proper state for QS tiles

    This fixes an issue where the background color does not change
    beacause the OS is not aware of what state the tile is in
    0xD34D committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    f590f5b View commit details
    Browse the repository at this point in the history
  2. version bump to 2.2.1

    0xD34D committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    db2c8d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. start targeting api 33

    0xD34D committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    81efa04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f78d52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2adb99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    526b4a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    3499293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78cf35b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e062ae8 View commit details
    Browse the repository at this point in the history
  4. make gradlew executable

    0xD34D committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    6b02752 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c419812 View commit details
    Browse the repository at this point in the history
  6. make gradlew build happy

    0xD34D committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    da97c94 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    d1d8739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a9ce50 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. use appcompat themes

    0xD34D committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    a71ba0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fd9cfe View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. version bump to 2.2.2

    0xD34D committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    84cc828 View commit details
    Browse the repository at this point in the history
  2. update .gitignore

    0xD34D committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    0c88d6b View commit details
    Browse the repository at this point in the history