theawless / EventLock

An Xposed module to show calendar events on the lockscreen.
http://repo.xposed.info/module/com.gobbledygook.theawless.eventlock
MIT License
13 stars 2 forks source link

Android 7 #17

Closed Ekky78 closed 6 years ago

Ekky78 commented 7 years ago

Hello. I have Android 7.1.1 and xposed for this android. I'm sorry that the module does not work. After restart, wants to restart and then shuts it down. Is there any update in the plan?

theawless commented 7 years ago

I have not tested this application on Android 7.1.1. Which mobile do you have? Can you confirm if the lockscreen is stock AOSP?

ralismark commented 7 years ago

Issue also happens for me. Moto G (titan), Android 7.1.2, Lineage 14.1. Should be AOSP lock screen.

Stack trace says: Caused by: android.view.InflateException: Binary XML file line #39: Binary XML file line #1: Error inflating class fragment Caused by: android.view.InflateException: Binary XML file line #1: Error inflating class fragment Caused by: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported

MODE_WORLD_READABLE is used in SettingsFragment.java. I think that's the only use of it.

theawless commented 7 years ago

@ralismark thanks for pointing that out! I was using deprecated ways to share preferences with xposed :/ and now Android 7 doesn't support it anymore...

I'm super busy with college these days, I'll try to fix it whenever I get time.

Ekky78 commented 7 years ago

Hello. Any progress with the development of functionality for Nougat?

theawless commented 7 years ago

@Ekky78 not yet... I'm guessing it will require lots of changes to the code. I will look into it in December.

theawless commented 6 years ago

Hey! I have attempted to fix the nougat compatibility issue, but I do not own a nougat device. Can any of you help me with testing the update?

I attached the apk in this zip, can you run and verify if it works? eventlock.zip

Ekky78 commented 6 years ago

Yes. Perfect. The application will not shut down or fall after the restart, before the refresh fell when the reflash is loaded. otherwise it works. Good work. I think they can put it into circulation.

theawless commented 6 years ago

Fixed in 83ba3ddb59ba2a2fb21b30c88ab03c3b3c4b9b64