-
Notifications
You must be signed in to change notification settings - Fork 166
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
Migration to AndroidX, General improvements & Bug fixes #65
Conversation
That's a big PR, thank you.
|
I understand both of the points. I'm trying to work on a workaround for api 29. And on another note, I'm trying to implement dark theme while I'm at it. |
You might want to merge the other PR as well, it already implements it but I haven't merged it yet because I was busy with other projects and university.
On May 11, 2020 9:51:24 AM GMT+02:00, Itai Levin ***@***.***> wrote:
I understand both of the points.
I'm trying to work on a workaround for api 29.
And on another note, I'm trying to implement dark theme while I'm at it.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#65 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
👍 |
Okay, I think I found a workaround for SDK 29. |
Improved charging indicator. Added support for dark theme. Added proper support for RTL. Added Hebrew translation. Merged changes from https://github.com/Domi04151309/OpenPods/tree/general-improvements.
I added a few thinks and also merged the changes from #46 :
I also re-enabled ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS |
Flipped shouldn't be a user preference as fas as I know, whether it is flipped or not is sent by the airpods. |
I fixed a bug where the charging symbol would sometimes be flipped.
As you can see above only the battery status are being fliped and not the charge status
I've fixed it in here |
The option is disabled by default, the user will only activate it if he want to flip them again. |
Also I noticed that I made a mistake while migrating to AndroidX which broke SharedPreferences. |
Why though? Are there circumstances in which isFlipped doesn't work as intended? |
I don't know of any circumstances in which it shouldn't work as indicated. However, l think it would be useful just in case it doesn't work as indicated. At the end it is your app, so if you think I should remove it le me know. |
I would remove it, it's kinda confusing if you don't know how the app works internally. Btw, you're doing a great job, you did everything I wanted to do for version 1.4 and more. If you contact me at info@fdossena.com there is another thing I'd like to discuss privately. Thank you |
I also fixed issue #64 |
Changes:
Pull requests and Issues adressed in this PR: