-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
1,880 additions
and
1,488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
LOCAL_PATH := $(call my-dir)/src | ||
LOCAL_PATH := $(call my-dir) | ||
|
||
include $(CLEAR_VARS) | ||
LOCAL_MODULE := android_enhancer | ||
LOCAL_SRC_FILES := android_enhancer.cpp | ||
include $(BUILD_EXECUTABLE) | ||
|
||
include $(CLEAR_VARS) | ||
LOCAL_MODULE := vmtouch | ||
LOCAL_SRC_FILES := vmtouch.cpp | ||
LOCAL_SRC_FILES := src/android_enhancer.cpp src/focused_app_opt.cpp $(wildcard $(LOCAL_PATH)/src/util/*.cpp) | ||
LOCAL_CPP_FEATURES += exceptions | ||
include $(BUILD_EXECUTABLE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
APP_ABI := all | ||
APP_CPPFLAGS := -std=c++17 -O3 | ||
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 | ||
APP_CPPFLAGS := -O3 | ||
APP_STL := c++_static | ||
APP_PLATFORM := android-27 | ||
APP_PLATFORM := android-26 | ||
APP_STRIP_MODE := --strip-all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# Changelog | ||
# v1.4.0 | ||
|
||
## v1.1.0 | ||
- [App] New UI | ||
- [Module] Added KSU support | ||
- [Main] Improved all tweaks | ||
|
||
## v1.0.0 | ||
- Initial release | ||
- Removed memory lock tweak | ||
- Improved /util | ||
- Added focused app optimizer | ||
- Improved overall tweaks | ||
- Improved commandline arguments | ||
- Misc. changes |
Oops, something went wrong.