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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
214cde0
Fix support for cm13
0xD34D Dec 23, 2016
10d1106
Change string for grid description
0xD34D Jan 2, 2017
c9a17cf
Fix thumb not being drawn on vertical seekbar
0xD34D Jan 12, 2017
ac87d6a
Clean up PreferenceUtils
0xD34D Jan 19, 2017
7badb2f
Add app shortcuts support
0xD34D Jan 26, 2017
f5de150
Make mock overlay same size as device screen
0xD34D Feb 1, 2017
73f0502
Use setImageAlpha instead of setAlpha
0xD34D Feb 1, 2017
c81ba05
Verfify screenshot size before adding info
0xD34D Feb 1, 2017
6ff7740
Add round icon for Android 7+
0xD34D Feb 2, 2017
e42fd5c
Bump version to 2.0.1
0xD34D Feb 2, 2017
8b83f02
Switch to round icon for all versions of Android
0xD34D Feb 3, 2017
6921324
Bump version to 2.1.0 for new feature added
0xD34D Feb 4, 2017
20c57ef
Fade grid and mock overlays in/out
0xD34D Feb 17, 2017
ffee1a6
Animate color picker in/out
0xD34D Feb 21, 2017
228e6e6
Update probject for Android Studio 3.5.3
0xD34D Dec 29, 2019
14f7914
Add support for Android 10 and lower
0xD34D Dec 30, 2019
113458f
Fix color picker on Android 7
0xD34D Dec 30, 2019
f2b6cab
Switch from appcompat to androidx
0xD34D Dec 30, 2019
a099608
Store mock images as png to preserve transparency
0xD34D Dec 30, 2019
bc4a4fc
Remove unused code in ColorPickerQuickSettingsTile
0xD34D Dec 30, 2019
6825897
If kernel info not available, don't show anything
0xD34D Dec 30, 2019
aef2072
Clean up old and unused code
0xD34D Dec 30, 2019
7000d43
Add support for adaptive icons (fianlly!)
0xD34D Jan 14, 2020
0ed2459
Version bump for 2.2.0 release
0xD34D Mar 7, 2020
f590f5b
Set proper state for QS tiles
0xD34D Mar 16, 2020
db2c8d9
version bump to 2.2.1
0xD34D Mar 16, 2020
81efa04
start targeting api 33
0xD34D Oct 20, 2022
9f78d52
remove closing of system dialog
0xD34D Oct 20, 2022
f2adb99
flag pending intents for overlays as immutable
0xD34D Oct 20, 2022
526b4a4
declare 'mediaProjection' service type for color picker
0xD34D Oct 20, 2022
3499293
use media store apis for accessing screenshots
0xD34D Oct 21, 2022
78cf35b
switch to MANAGE_EXTERNAL_STORAGE for api 30+
0xD34D Oct 21, 2022
e062ae8
remove cmsdk and old cm tile related code
0xD34D Oct 21, 2022
6b02752
make gradlew executable
0xD34D Oct 21, 2022
c419812
remove deleted receivers from manifest
0xD34D Oct 21, 2022
da97c94
make `gradlew build` happy
0xD34D Oct 21, 2022
d1d8739
Show dialog before request all files access
0xD34D Oct 24, 2022
0a9ce50
Show dialog before requesting overlay permission
0xD34D Oct 24, 2022
a71ba0a
use appcompat themes
0xD34D Oct 25, 2022
4fd9cfe
increase radius of card backgrounds
0xD34D Oct 25, 2022
84cc828
version bump to 2.2.2
0xD34D Oct 26, 2022
0c88d6b
update .gitignore
0xD34D Oct 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 33 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Log/OS Files
*.log

# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json

# IntelliJ
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/vcs.xml
/.idea/libraries
.DS_Store
/build
/captures
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml

# Keystore files
*.jks
*.keystore

# Google Services (e.g. APIs or Firebase)
google-services.json

# Android Profiling
*.hprof

Binary file added .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file added .idea/caches/gradle_models.ser
Binary file not shown.
116 changes: 116 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 1 addition & 17 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 20 additions & 16 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

37 changes: 23 additions & 14 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,29 +1,38 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
compileSdk 33

defaultConfig {
applicationId "com.cyngn.designertools"
minSdkVersion 23
targetSdkVersion 25
versionCode 2
versionName "2.0.0"
applicationId "com.scheffsblend.designertools"
minSdkVersion 24
targetSdkVersion 33
versionCode 6
versionName "2.2.2"
setProperty("archivesBaseName", "DesignerTools-$versionName")
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dependenciesInfo {
includeInApk true
includeInBundle true
}
buildToolsVersion '33.0.0'
namespace 'org.cyanogenmod.designertools'
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'org.cyanogenmod:platform.sdk:6.0'
compile 'com.larswerkman:lobsterpicker:1.0.1'
compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.12'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.larswerkman:lobsterpicker:1.0.1'
implementation 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
}
Loading