Launcher3-aosp-debug.apk
2.2 MB
Report back if the hotseat transparency and search apps alignment are working now on Android 5 & 6
Launcher3-aosp-debug.apk
2.2 MB
Doesn't use the G Pill and left page anymore when the Google app isn't available.
Launcher3-aosp-debug.apk
2.2 MB
Backport transparent QsbConnector
https://github.com/amirzaidi/Launcher3/releases/tag/Pixel-v2.1
New version is out, I hope I didn't miss anything
New version is out, I hope I didn't miss anything
GitHub
Release Rootless Pixel Launcher 2.1 · amirzaidi/Launcher3
Hides the G Pill when the Google App is not available
Android 5 & 6: Backport the QsbConnector, hotseat transparency and "Search Apps" layout
Android 5 & 6: Backport the QsbConnector, hotseat transparency and "Search Apps" layout
Before I knew it 4 days of my life were gone again into this project, feels weird how you are basically time travelling forward when programming
Forwarded from Deleted Account
Hi!
How did you build from git on Windows 10?
How did you build from git on Windows 10?
Forwarded from ඞmir Zaidi
And you need to disable ART_USE_FUTEXES in the art tree
Forwarded from ඞmir Zaidi
amir@DESKTOP-OS48ES6:~/Vertex/art$ git diff
diff —git a/runtime/base/mutex.h b/runtime/base/mutex.h
index a4e05bd..6bf4c6b 100644
—- a/runtime/base/mutex.h
+++ b/runtime/base/mutex.h
@@ -31,7 +31,7 @@
#if defined(APPLE)
#define ART_USE_FUTEXES 0
#else
-#define ART_USE_FUTEXES 1
+#define ART_USE_FUTEXES 0
#endif
diff —git a/runtime/base/mutex.h b/runtime/base/mutex.h
index a4e05bd..6bf4c6b 100644
—- a/runtime/base/mutex.h
+++ b/runtime/base/mutex.h
@@ -31,7 +31,7 @@
#if defined(APPLE)
#define ART_USE_FUTEXES 0
#else
-#define ART_USE_FUTEXES 1
+#define ART_USE_FUTEXES 0
#endif
For people wondering if it is possible and how to build a custom ROM on Windows