Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
e6d1d44
Update contributors.json
Mahmud0808 Mar 17, 2026
6704319
Initial changes for jetpack compose migration
Mahmud0808 Mar 27, 2026
102b2c7
Merge branch 'wip-compose' into beta
Mahmud0808 Mar 27, 2026
e5ddfde
Merge pull request #890 from Mahmud0808/beta
Mahmud0808 Mar 27, 2026
a80a89b
Move AIDL files to services.providers package and update references
Mahmud0808 Mar 27, 2026
5da13fe
Remove isMasterSwitch check for LeadingIcon in SwitchPreferenceItem
Mahmud0808 Mar 27, 2026
fad6fbc
Add options for floating bottom bar and blur effect
Mahmud0808 Mar 27, 2026
f6aed2c
Remove custom category shadow and update language icon in settings
Mahmud0808 Mar 27, 2026
5a943bb
Remove top padding from HomeBannerCard and update PreferenceScreen pa…
Mahmud0808 Mar 27, 2026
fc7b2fb
Refactor state management and initialization in ColorPickerPreference…
Mahmud0808 Mar 27, 2026
8a3a63f
Add Custom Quick Settings Header Image and QS tile color customization
Mahmud0808 Mar 27, 2026
c6248c9
Rename dp extension property to toDp in CurrentWeatherView
Mahmud0808 Mar 27, 2026
adc3011
Refactor InitPreferences to use IO dispatcher and suspending shell in…
Mahmud0808 Mar 28, 2026
119f9a1
Replace HomeBannerCard glow and shadow effects with 3D tilt and scale…
Mahmud0808 Mar 28, 2026
497a3f1
Move Shell initialization to onCreate and implement timeout for root …
Mahmud0808 Mar 28, 2026
810eaa4
Comment out SliderColors hook in QSTheme.kt
Mahmud0808 Mar 28, 2026
af2954b
Add default values to getString calls in LookAndFeelScreen
Mahmud0808 Mar 28, 2026
2ee7a77
Replace aspectRatio with fixed height in HomeCategoryCard
Mahmud0808 Mar 28, 2026
1ff95b2
Replace ConsolasFontTextAppearance style with direct fontFamily attri…
Mahmud0808 Mar 28, 2026
a5f86b2
Remove MiscUtils helper class
Mahmud0808 Mar 28, 2026
bf1f987
Clean up redundant type conversions, nullability operators, and impro…
Mahmud0808 Mar 28, 2026
4d5661e
Update KSP to 2.3.6
Mahmud0808 Mar 28, 2026
314ea40
Suppress Unused warnings and remove redundant type declaration
Mahmud0808 Mar 28, 2026
16c264a
Move -renamesourcefileattribute rule to proguard-release.pro
Mahmud0808 Mar 29, 2026
a7642a1
Update TextClock alignment and width in preview_lockscreen_clock_1.xml
Mahmud0808 Mar 29, 2026
aedb8df
Update TextClock layout width and gravity in preview_lockscreen_clock_6
Mahmud0808 Mar 29, 2026
0b67ab2
Add lockscreen clock customization and device preview pager
Mahmud0808 Mar 29, 2026
b4b24a7
Add custom device and user name settings to LockscreenClockScreen and…
Mahmud0808 Mar 29, 2026
0fff9cb
Adjust slider ranges and default text scaling for lockscreen clock se…
Mahmud0808 Mar 29, 2026
285d8cc
Add Quick Settings margin customization options
Mahmud0808 Mar 29, 2026
bcaeb55
Implement FabMenuItem data class and harmonize FAB menu colors in Mai…
Mahmud0808 Mar 29, 2026
ee54b89
Extract asset-related utility methods from `FileUtils` to a new `Asse…
Mahmud0808 Mar 29, 2026
82c1418
Simplify fileExists and folderExists in RootUtils by using shell exit…
Mahmud0808 Mar 29, 2026
db53f1d
Update gravity and add layout_gravity in preview_lockscreen_clock_58
Mahmud0808 Mar 29, 2026
cd6fd51
Add wallpaper support to DevicePreviewPager and implement WallpaperUt…
Mahmud0808 Mar 29, 2026
c6bfd60
Move wallpaper loading logic to LockscreenClockViewModel and update D…
Mahmud0808 Mar 30, 2026
21d179f
Add lockscreen media album art configuration options and keys
Mahmud0808 Mar 30, 2026
afb3398
Implement Depth Wallpaper settings and example preview component
Mahmud0808 Mar 30, 2026
00abf1d
Rename LSCLOCK_TEXT_SCALING to LSCLOCK_TEXT_SCALE and update its rang…
Mahmud0808 Mar 30, 2026
cce4efb
Implement Lockscreen Widgets preferences and update SharedPreferences…
Mahmud0808 Mar 30, 2026
d571476
Replace ScrollState with LazyColumn and add scroll indicators in list…
Mahmud0808 Mar 30, 2026
2830fdc
Implement Lockscreen Weather screen and ViewModel
Mahmud0808 Mar 30, 2026
5d09d19
Adjust padding, spacing, and text style in ListPreferenceItem and Mul…
Mahmud0808 Mar 30, 2026
9374c9d
Move weather-related components from lockscreen.common to lockscreen.…
Mahmud0808 Mar 30, 2026
45730e5
Implement location search functionality in lockscreen weather settings
Mahmud0808 Mar 30, 2026
d86556c
Refactor Lockscreen Weather settings and extract weather event handli…
Mahmud0808 Mar 31, 2026
fa681e9
Add initialization calls to getter methods in PreferenceController
Mahmud0808 Mar 31, 2026
46ae683
Add lockscreen widgets weather settings and refactor WeatherConfig to…
Mahmud0808 Mar 31, 2026
ed1b078
Optimize visibility state management and animations in PreferenceScre…
Mahmud0808 Mar 31, 2026
9a90fa5
Update slider titles in LockscreenWidgetsScreen
Mahmud0808 Mar 31, 2026
a8a5686
Update haptic feedback logic in SliderPreferenceItem to trigger on la…
Mahmud0808 Mar 31, 2026
ee58da9
Use defaultValue from PreferenceDefinition as the default value in Sl…
Mahmud0808 Mar 31, 2026
080784e
Add UI and Text scale settings with support for delayed preference up…
Mahmud0808 Mar 31, 2026
9dd87e5
Replace WeatherViewModel dependency with onItemClick callback in Weat…
Mahmud0808 Mar 31, 2026
1d8e7cc
Implement custom status bar logo selection and bottom sheet in Status…
Mahmud0808 Mar 31, 2026
7896c6c
Add summary to battery icon visibility switch in StatusbarScreen
Mahmud0808 Mar 31, 2026
7e1f8c5
Implement PickVisualMedia for image selection in FilePickerPreference…
Mahmud0808 Mar 31, 2026
3469eff
Reorganize settings and update categories in LockscreenWeatherScreen
Mahmud0808 Mar 31, 2026
d65a737
Remove summary strings from master switches and update SwitchPreferen…
Mahmud0808 Apr 1, 2026
37e1dbb
Update horizontal padding and apply titleSmallEmphasized typography i…
Mahmud0808 Apr 1, 2026
9bb698a
Update FilePickerPreferenceItem to use default button shapes
Mahmud0808 Apr 1, 2026
a8fb275
Add reset button and default value indicator to SliderPreferenceItem
Mahmud0808 Apr 1, 2026
a859aa9
Rename CUSTOM_LSCLOCK to CUSTOM_LOCKSCREEN_CLOCK and implement System…
Mahmud0808 Apr 1, 2026
e65f102
Replace ModalBottomSheet with CustomBottomSheet in lockscreen and sta…
Mahmud0808 Apr 1, 2026
28e69d9
Update HomeCategoryCard shape to extraLarge and adjust foreground col…
Mahmud0808 Apr 1, 2026
f310e1d
Refactor preference management to use `PreferenceController` and `Set…
Mahmud0808 Apr 1, 2026
1bcf571
Add preferences for Dual Statusbar configuration in DualStatusbarScre…
Mahmud0808 Apr 1, 2026
bfed2de
Add default values to preference screen parameters and expand PREFERE…
Mahmud0808 Apr 1, 2026
152596e
Enable default indicator and reset button for sliders in LookAndFeelS…
Mahmud0808 Apr 1, 2026
cc414fd
Delete SwitchCompiler and refactor BackupRestore to use a centralized…
Mahmud0808 Apr 1, 2026
c0c2a93
Rename preference controller variables to prefController for consiste…
Mahmud0808 Apr 2, 2026
bd432ef
Add customization preferences for status bar clock chip and update re…
Mahmud0808 Apr 2, 2026
3ce9d7f
Adjust animation timing in DepthWallpaperExample.kt
Mahmud0808 Apr 2, 2026
dd2a93f
Make preference min heights private in class
Mahmud0808 Apr 2, 2026
025c9b6
Replace shell commands with FileUtils for directory creation and reso…
Mahmud0808 Apr 2, 2026
3ec6c7a
Implement Settings Icons customization features
Mahmud0808 Apr 2, 2026
cd7f9fc
Add RoundedCornerShape to NotificationCard
Mahmud0808 Apr 2, 2026
b105ab5
Remove coming soon toast from home categories and add it to tweaks pr…
Mahmud0808 Apr 2, 2026
50e4cb9
Optimize log scrolling and use indexed items in InstallationDialog
Mahmud0808 Apr 2, 2026
a5bdf7b
Update module service script to handle AMAC/AMGC overlays and refacto…
Mahmud0808 Apr 2, 2026
169b295
Swap foreground and background image titles in DepthWallpaperScreen
Mahmud0808 Apr 2, 2026
49ce5fe
Refactor Xposed modules and update preference keys for Android 16 com…
Mahmud0808 Apr 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
54 changes: 13 additions & 41 deletions .github/workflows/build_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
if: github.repository_owner == 'Mahmud0808'
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v4

Expand All @@ -33,6 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand All @@ -44,14 +44,14 @@ jobs:
run: chmod +x gradlew

- name: Get application version name
run: echo "VERSION_NAME=$(${{github.workspace}}/gradlew -q printVersionName)" >> $GITHUB_ENV
run: echo "VERSION_NAME=$(${{ github.workspace }}/gradlew -q printVersionName)" >> $GITHUB_ENV

- name: Bump application version code
uses: chkfung/[email protected]
with:
gradlePath: app/build.gradle.kts
versionCode: ${{github.run_number}}
versionName: "${{ env.VERSION_NAME }} Dev (#${{github.run_number}})"
versionCode: ${{ github.run_number }}
versionName: "${{ env.VERSION_NAME }} Dev (#${{ github.run_number }})"

- name: Write sign info
if: github.repository == 'Mahmud0808/Iconify'
Expand All @@ -64,47 +64,19 @@ jobs:
echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks
fi

- name: Build with Gradle
run: |
./gradlew assembleFossDebug -PsplitApks
./gradlew assembleStandardDebug

- name: Upload Standard Build Artifact
uses: actions/upload-artifact@v4
with:
name: "Iconify Standard v${{ env.VERSION_NAME }} Dev (#${{github.run_number}})"
path: app/build/outputs/apk/standard/debug/*.apk
if-no-files-found: error
- name: Build Debug APK
run: ./gradlew assembleDebug

- name: Upload FOSS Build Artifacts
- name: Upload Debug APK Artifact
uses: actions/upload-artifact@v4
with:
name: "Iconify (FOSS) v${{ env.VERSION_NAME }} Dev (#${{github.run_number}}) - arm64-v8a"
path: app/build/outputs/apk/foss/debug/*-arm64-v8a-*.apk
if-no-files-found: error

- uses: actions/upload-artifact@v4
with:
name: "Iconify (FOSS) v${{ env.VERSION_NAME }} Dev (#${{github.run_number}}) - armeabi-v7a"
path: app/build/outputs/apk/foss/debug/*-armeabi-v7a-*.apk
if-no-files-found: error

- uses: actions/upload-artifact@v4
with:
name: "Iconify (FOSS) v${{ env.VERSION_NAME }} Dev (#${{github.run_number}}) - x86"
path: app/build/outputs/apk/foss/debug/*-x86-*.apk
if-no-files-found: error

- uses: actions/upload-artifact@v4
with:
name: "Iconify (FOSS) v${{ env.VERSION_NAME }} Dev (#${{github.run_number}}) - x86_64"
path: app/build/outputs/apk/foss/debug/*-x86_64-*.apk
name: "Iconify Debug v${{ env.VERSION_NAME }} Dev (#${{ github.run_number }})"
path: app/build/outputs/apk/debug/*.apk
if-no-files-found: error

- name: Get Commit Messages
id: get_commit_message
run: |
COMMIT_MESSAGE_HEADER=""
COMMIT_MESSAGE_HEADER=$(git log -1 --pretty=%B | head -n 1)

if [[ "$COMMIT_MESSAGE_HEADER" == *".md"* || "$COMMIT_MESSAGE_HEADER" == *".yml"* ]]; then
Expand Down Expand Up @@ -139,9 +111,9 @@ jobs:
run: |
set -e

ZIP_NAME="Iconify A16 v${{ env.VERSION_NAME }} Dev (#${{github.run_number}}).zip"
ZIP_NAME="Iconify A16 v${{ env.VERSION_NAME }} Dev (#${{ github.run_number }}).zip"
RELEASE_DIR="releases"
APK_DIR="app/build/outputs/apk/standard/debug"
APK_DIR="app/build/outputs/apk/debug"

mkdir -p "$RELEASE_DIR/temp"

Expand All @@ -162,7 +134,7 @@ jobs:
-F chat_id=${{ secrets.TG_CHAT_ID }} \
-F message_thread_id=${{ secrets.TG_CHAT_THREAD_ID }} \
-F media='[
{"type":"document", "media":"attach://file", "caption":"#Iconify: ${{ env.COMMIT_MESSAGE_HEADER }}"}
{"type":"document","media":"attach://file","caption":"#Iconify: ${{ env.COMMIT_MESSAGE_HEADER }}"}
]' \
-F file="@releases/Iconify A16 v${{ env.VERSION_NAME }} Dev (#${{github.run_number}}).zip" \
-F file="@releases/Iconify A16 v${{ env.VERSION_NAME }} Dev (#${{ github.run_number }}).zip" \
-F disable_notification=true || exit 1
Loading
Loading