- Aug 19, 2024
-
-
Jordibgzashtita authored
-
- Aug 10, 2024
-
-
Jordibgzashtita authored
-
- Aug 08, 2024
-
-
minaripenguin authored
07-09 22:01:08.544 6056 6056 W Bundle : Key android.title expected String but value was a android.text.SpannableString. The default value <null> was returned. 07-09 22:01:08.545 6056 6056 W Bundle : Attempt to cast generated internal exception: 07-09 22:01:08.545 6056 6056 W Bundle : java.lang.ClassCastException: android.text.SpannableString cannot be cast to java.lang.String 07-09 22:01:08.545 6056 6056 W Bundle : at android.os.BaseBundle.getString(BaseBundle.java:1419) 07-09 22:01:08.545 6056 6056 W Bundle : at io.chaldeaprjkt.gamespace.gamebar.DanmakuServiceListener.onNotificationPosted(DanmakuServiceListener.kt:38) 07-09 22:01:08.545 6056 6056 W Bundle : at android.service.notification.NotificationListenerService.onNotificationPosted(NotificationListenerService.java:485) 07-09 22:01:08.545 6056 6056 W Bundle : at android.service.notification.NotificationListenerService$MyHandler.handleMessage(NotificationListenerService.java:2404) 07-09 22:01:08.545 6056 6056 W Bundle : at android.os.Handler.dispatchMessage(Handler.java:107) 07-09 22:01:08.545 6056 6056 W Bundle : at android.os.Looper.loopOnce(Looper.java:232) 07-09 22:01:08.545 6056 6056 W Bundle : at android.os.Looper.loop(Looper.java:317) 07-09 22:01:08.545 6056 6056 W Bundle : at android.app.ActivityThread.main(ActivityThread.java:8594) 07-09 22:01:08.545 6056 6056 W Bundle : at java.lang.reflect.Method.invoke(Native Method) 07-09 22:01:08.545 6056 6056 W Bundle : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:583) 07-09 22:01:08.545 6056 6056 W Bundle : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878) 07-09 22:01:08.545 6056 6056 W Bundle : Key android.title.big expected String but value was a android.text.SpannableString. The default value <null> was returned. 07-09 22:01:08.545 6056 6056 W Bundle : Attempt to cast generated internal exception: 07-09 22:01:08.545 6056 6056 W Bundle : java.lang.ClassCastException: android.text.SpannableString cannot be cast to java.lang.String 07-09 22:01:08.545 6056 6056 W Bundle : at android.os.BaseBundle.getString(BaseBundle.java:1419) 07-09 22:01:08.545 6056 6056 W Bundle : at io.chaldeaprjkt.gamespace.gamebar.DanmakuServiceListener.onNotificationPosted(DanmakuServiceListener.kt:38) 07-09 22:01:08.545 6056 6056 W Bundle : at android.service.notification.NotificationListenerService.onNotificationPosted(NotificationListenerService.java:485) Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
-
someone5678 authored
* Makes ripple effect more looks like when pressing/hovering qs tile Change-Id: I5216a099937c2a5ca6aabcf21d321f90e74cf760
-
- Aug 07, 2024
-
-
someone5678 authored
* And move it to top of root preference Change-Id: I0aeef9ac5f8808e3eacb140381a8c8abf35bf98e
-
Bruno Martins authored
This follows Settings style updates for Android U. Change-Id: Id6d3e7f193b6ef9fa6419d164265062328eb9170
-
someone5678 authored
* Enable back gesture animations Change-Id: Ie16bb366867ae87e7e5c434853b8e19d14937752
-
- Jul 13, 2024
-
-
Joey Huab authored
This reverts commit 513bfb39922d35e08a0313446f509452d6ba7c42.
-
- Jul 06, 2024
-
-
Dhina17 authored
Using a static variable to know if a service is running or not creates race condition in secondary users and so the game bar (floating action) is not getting closed until reboot. Hence, do check if service is running or not in a proper way. Change-Id: Ic41b719acdd16dd07cc34bb5fdf631059e4dcf50 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
Dhina17 authored
When fps is enabled by default, it just shows black bg with no fps text. This change fixes that issue. Change-Id: I8b7744c1d5eb2b80276df0727b7302858a6e1081 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
Pranav Vashi authored
This reverts commit 5e77e3fe.
-
- Jul 05, 2024
-
-
Lup Gabriel authored
* New translations strings.xml (Danish) * New translations strings.xml (Danish) * New translations strings.xml (Danish) * New translations strings.xml (Danish) * New translations strings.xml (Dutch)
-
- Jun 16, 2024
-
-
Lup Gabriel authored
* New translations strings.xml (Arabic) * New translations strings.xml (Arabic)
-
- May 19, 2024
-
-
Lup Gabriel authored
-
- May 01, 2024
-
-
Pranav Vashi authored
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
- Apr 25, 2024
-
-
Pranav Vashi authored
Fixes: https://github.com/crdroidandroid/issue_tracker/issues/377 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
Pranav Vashi authored
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
hydrangea07 authored
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
minaripenguin authored
Change-Id: I7784bed7fef6f1834aae2046ae5412d0072b5145 Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
minaripenguin authored
test: m GameSpace Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
Dhina17 authored
GTS don't allow any app to have the android.permission.WRITE_DEVICE_CONFIG permission i.e we can't modify device_config property from our game space. So write the property to our custom Settings.Secure.GAME_OVERLAY. Then observe the value changes and set the property to the device_config from GameManagerService. Since GameManagerService is a part of system_server, GTS will be happy. Change-Id: I6e223f60608cebe974f5e4bdb863e4c0e0817fc4 Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
minaripenguin authored
Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
- Apr 14, 2024
-
-
Pranav Vashi authored
This reverts commit c53e94de.
-
- Apr 09, 2024
-
-
Pranav Vashi authored
* Seems like FPS callback method is broken on A14 QPR2. Use traditional method that we also use for FPS Info tile. * This requires proper path to be configured in XML and appropriate sepolicy. Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
- Apr 05, 2024
-
-
Lup Gabriel authored
-
- Apr 03, 2024
-
-
Lup Gabriel authored
-
- Mar 31, 2024
-
-
Pranav Vashi authored
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
- Mar 25, 2024
-
-
Pranav Vashi authored
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
- Mar 23, 2024
-
-
Pranav Vashi authored
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-
Pranav Vashi authored
This reverts commit c8d31e34.
-
- Feb 21, 2024
-
-
Lup Gabriel authored
* New translations strings.xml (Finnish) * New translations strings.xml (Finnish)
-
- Jan 20, 2024
-
-
Lup Gabriel authored
-
- Jan 07, 2024
-
-
Lup Gabriel authored
-
- Jan 06, 2024
-
-
mukesh22584 authored
- Also update animation
-
mukesh22584 authored
- Change background color - Add monochrome icon support - Remove unused background drawable
-
- Jan 01, 2024
-
-
Pranav Vashi authored
This reverts commit 947b4d7f.
-
- Dec 31, 2023
-
-
Lup Gabriel authored
* New translations strings.xml (Russian) * New translations strings.xml (Russian)
-
- Dec 20, 2023
-
-
Lup Gabriel authored
-
- Dec 10, 2023
-
-
Lup Gabriel authored
* New translations strings.xml (Hebrew) * New translations strings.xml (Hebrew)
-