0
0
Fork 0
mirror of https://github.com/zacharee/LockscreenWidgets.git synced 2026-04-21 06:40:21 +00:00
No description
  • Kotlin 99.8%
  • CMake 0.1%
Find a file
2026-03-31 00:03:47 -04:00
.github/workflows Move "get release" action step to after build step 2026-02-23 21:53:01 -05:00
.idea Update CMake 2026-03-14 13:58:02 -04:00
app New translations strings.xml (Swedish) (#174) 2026-03-31 00:03:47 -04:00
fastlane/metadata/android New Crowdin updates (#149) 2026-02-09 18:03:01 -05:00
gradle Update dependencies 2026-03-14 14:06:30 -04:00
.gitignore whitelist -> allowlist 2024-05-12 16:44:49 -04:00
build.gradle.kts Update dependencies and migrate to AGP 9 2026-01-25 18:30:37 -05:00
crowdin.yml Update Crowdin configuration file 2025-11-22 08:08:44 -05:00
gradle.properties Update dependencies and remove jetifier ignorelist for ByteBuddy 2025-12-27 11:45:27 -05:00
gradlew Update dependencies 2024-08-16 22:28:24 -04:00
gradlew.bat Update dependencies 2024-08-16 22:28:24 -04:00
LICENSE Create LICENSE 2020-08-26 05:20:10 -04:00
LICENSE.md Create LICENSE.md 2023-02-20 13:29:02 -05:00
PRIVACY.md Update privacy policy 2025-11-08 08:16:19 -05:00
README.md initial fastlane structures from IzzyOnDroid (#83) 2025-11-02 14:37:43 -05:00
settings.gradle.kts Code cleanup 2025-03-30 13:48:54 -04:00

Get it at IzzyOnDroid RB Status

Lockscreen Widgets

Lockscreen Widgets adds a frame to your lock screen where you can add home screen widgets.

It also has a widget drawer with a handle you can drag to open it from anywhere.

Note that Lockscreen Widgets is not designed to work on the Always-On Display.

Downloads

The precompiled version of Lockscreen Widgets is a paid app, available on the Google Play Store.

Building

Lockscreen Widgets makes use of some hidden APIs. Since reflection gets tedious, I use a modified android.jar that exposes the hidden APIs so they can be used like normal. If you want to build Lockscreen Widgets for yourself, make sure you use the android.jar from the following repo: https://github.com/Reginer/aosp-android-jar. Lockscreen Widgets is currently built against API 36. Download the android-36 JAR from the above repo and copy it to YOUR-SDK-LOCATION/platforms/android-36/android.jar.

Make sure to back the original version up in case something goes wrong.

Translating

Crowdin

Lockscreen Widgets uses Crowdin for translations. You can view the project and contribute using the following link.

https://crowdin.com/project/lockscreen-widgets

Error Reporting

Lockscreen Widgets uses Bugsnag for error reporting as of version 2.7.5. Previous versions use Firebase Crashlytics.