-
-
Notifications
You must be signed in to change notification settings - Fork 60
Comparing changes
Open a pull request
base repository: d4rken-org/capod
base: v2.13.0-rc0
head repository: d4rken-org/capod
compare: main
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68f81f9 - Browse repository at this point
Copy the full SHA 68f81f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89049ee - Browse repository at this point
Copy the full SHA 89049eeView commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26fbfc0 - Browse repository at this point
Copy the full SHA 26fbfc0View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fdfc7f4 - Browse repository at this point
Copy the full SHA fdfc7f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d80a110 - Browse repository at this point
Copy the full SHA d80a110View commit details
Commits on Jun 26, 2024
-
Switch to everything Material3 components
This commit modifies all major elements of the UI for phones to use Material3 elements, including the toolbar. Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a9215fc - Browse repository at this point
Copy the full SHA a9215fcView commit details -
Make the status bar transparent
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1afb77e - Browse repository at this point
Copy the full SHA 1afb77eView commit details -
Make widgets consistent with each other
Going by 2f9185e, it appears the label is preferred to be at the bottom Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d46fe35 - Browse repository at this point
Copy the full SHA d46fe35View commit details -
Add wide variant of dual pod widget
* Wide variant activates when the widget is larger than 3 columns in length Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9087be6 - Browse repository at this point
Copy the full SHA 9087be6View commit details -
Switch all MaterialComponents for Material3 for Wear
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 08c095e - Browse repository at this point
Copy the full SHA 08c095eView commit details -
Fix status bar icons in light theme
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6f7b6e3 - Browse repository at this point
Copy the full SHA 6f7b6e3View commit details -
Annotate layout argument as LayoutRes
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 60a3039 - Browse repository at this point
Copy the full SHA 60a3039View commit details -
Add more notes for the wide widgets
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 148cdf5 - Browse repository at this point
Copy the full SHA 148cdf5View commit details -
Log layout ID in createDualPodLayout
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c6524d7 - Browse repository at this point
Copy the full SHA c6524d7View commit details -
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7b474fb - Browse repository at this point
Copy the full SHA 7b474fbView commit details -
Enlarge the icons on wide widgets
* Also move the case details to the centre and separate the text a little Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bbfb735 - Browse repository at this point
Copy the full SHA bbfb735View commit details -
Add PUSH_NOTIFICATIONS permission to AndroidManifest.xml for wearos (#…
Configuration menu - View commit details
-
Copy full SHA for 65a7b19 - Browse repository at this point
Copy the full SHA 65a7b19View commit details
Commits on Jun 27, 2024
-
Implement support for different states in notification text
Fixes #198 Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 07a1179 - Browse repository at this point
Copy the full SHA 07a1179View commit details
Commits on Jul 12, 2024
-
Update com.google.android.material to 1.12.0
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8544983 - Browse repository at this point
Copy the full SHA 8544983View commit details -
Update all checkbox preferences to SUW switches
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a3b01a0 - Browse repository at this point
Copy the full SHA a3b01a0View commit details -
setCustomContentView() -> setCustomBigContentView()
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aa38f58 - Browse repository at this point
Copy the full SHA aa38f58View commit details -
Add more spacing around the wide variant of dual pods widgets
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fbcd595 - Browse repository at this point
Copy the full SHA fbcd595View commit details -
Prevent return@apply duplicates
Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 051677e - Browse repository at this point
Copy the full SHA 051677eView commit details -
Fix up-navigation behavior when doing onboarding
Back button shouldn't take you dashboard -> onboarding or onboarding -> dashboard
Configuration menu - View commit details
-
Copy full SHA for 2fca909 - Browse repository at this point
Copy the full SHA 2fca909View commit details -
Fix app crash on launch if permission are not granted
```java 12:49:29.433 AndroidRuntime E FATAL EXCEPTION: main Process: eu.darken.capod, PID: 15164 java.lang.SecurityException: Starting FGS with type connectedDevice callerApp=ProcessRecord{cb03698 15164:eu.darken.capod/u0a352} targetSDK=34 requires permissions: all of the permissions allOf=true [android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE] any of the permissions allOf=false [android.permission.BLUETOOTH_ADVERTISE, android.permission.BLUETOOTH_CONNECT, android.permission.BLUETOOTH_SCAN, android.permission.CHANGE_NETWORK_STATE, android.permission.CHANGE_WIFI_STATE, android.permission.CHANGE_WIFI_MULTICAST_STATE, android.permission.NFC, android.permission.TRANSMIT_IR, android.permission.UWB_RANGING, USB Device, USB Accessory] at android.os.Parcel.createExceptionOrNull(Parcel.java:3242) at android.os.Parcel.createException(Parcel.java:3226) at android.os.Parcel.readException(Parcel.java:3209) at android.os.Parcel.readException(Parcel.java:3151) at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:7167) at android.app.Service.startForeground(Service.java:863) at androidx.work.impl.foreground.SystemForegroundService$Api31Impl.startForeground(SystemForegroundService.java:194) at androidx.work.impl.foreground.SystemForegroundService$1.run(SystemForegroundService.java:130) at android.os.Handler.handleCallback(Handler.java:959) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loopOnce(Looper.java:232) at android.os.Looper.loop(Looper.java:317) at android.app.ActivityThread.main(ActivityThread.java:8699) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886)
Configuration menu - View commit details
-
Copy full SHA for f2eb45d - Browse repository at this point
Copy the full SHA f2eb45dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62886f0 - Browse repository at this point
Copy the full SHA 62886f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f6882 - Browse repository at this point
Copy the full SHA 02f6882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ac05e - Browse repository at this point
Copy the full SHA 18ac05eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 788038b - Browse repository at this point
Copy the full SHA 788038bView commit details
Commits on Jul 26, 2024
-
The default "balanced" mode was reporting data too infrequently.
Configuration menu - View commit details
-
Copy full SHA for 6708901 - Browse repository at this point
Copy the full SHA 6708901View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42f2f5b - Browse repository at this point
Copy the full SHA 42f2f5bView commit details -
Merge pull request #227 from d4rken-org/airpods-gen4
Add support for AirPods (Gen 4 - no ANC)
Configuration menu - View commit details
-
Copy full SHA for 5d953ee - Browse repository at this point
Copy the full SHA 5d953eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21b6cfc - Browse repository at this point
Copy the full SHA 21b6cfcView commit details -
Merge pull request #228 from d4rken-org/airpods-gen4-ANC
Add support for AirPods (Gen 4 with ANC)
Configuration menu - View commit details
-
Copy full SHA for 77dc13d - Browse repository at this point
Copy the full SHA 77dc13dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1bf658 - Browse repository at this point
Copy the full SHA b1bf658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c880a - Browse repository at this point
Copy the full SHA 10c880aView commit details -
``` Caused by java.lang.IllegalStateException: WorkManager is not initialized properly. You have explicitly disabled WorkManagerInitializer in your manifest, have not manually called WorkManager#initialize at this point, and your Application does not implement Configuration.Provider. at androidx.work.impl.WorkManagerImpl.getInstance (WorkManagerImpl.java) at androidx.work.impl.foreground.SystemForegroundDispatcher.<init> (SystemForegroundDispatcher.java) at androidx.work.impl.foreground.SystemForegroundService.initializeDispatcher (SystemForegroundService.java) at androidx.work.impl.foreground.SystemForegroundService.onCreate (SystemForegroundService.java) at android.app.ActivityThread.handleCreateService (ActivityThread.java:4726) ```
Configuration menu - View commit details
-
Copy full SHA for 0ee7915 - Browse repository at this point
Copy the full SHA 0ee7915View commit details -
Record debug logs without foreground service
Some overhaul of log recording to get rid of the `FOREGROUND_SERVICE_SPECIAL_USE` which is a headache with Google
Configuration menu - View commit details
-
Copy full SHA for 3eaf993 - Browse repository at this point
Copy the full SHA 3eaf993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 647300f - Browse repository at this point
Copy the full SHA 647300fView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 858b86a - Browse repository at this point
Copy the full SHA 858b86aView commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 663e2d3 - Browse repository at this point
Copy the full SHA 663e2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b922e8 - Browse repository at this point
Copy the full SHA 6b922e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0527b - Browse repository at this point
Copy the full SHA fb0527bView commit details
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c2ebd9 - Browse repository at this point
Copy the full SHA 9c2ebd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f956625 - Browse repository at this point
Copy the full SHA f956625View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebb231 - Browse repository at this point
Copy the full SHA 1ebb231View commit details
There are no files selected for viewing