-
Notifications
You must be signed in to change notification settings - Fork 21
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
2.0.2 beta #49
Open
manusfreedom
wants to merge
129
commits into
durka:master
Choose a base branch
from
manusfreedom:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
2.0.2 beta #49
Conversation
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
- Features - Add real Hall Event - Root is now a requirement - Remove - Proximity sensor use - Notes - Next version add settings to choose between Proximity sensor or Hall Event? Signed-off-by: Manus Freedom <[email protected]>
- Features - Possibility to choose between real Hall or simule with Proximity sensor (under Root menu) - Change licencing to Apache - Use eu.chainfire.libsuperuser in place of net.pocketmagic.android.eventinjector - All su access through eu.chainfire.libsuperuser.Shell - Removed unused library import - Suppress navigation bar (Softkey) - Remove su call from main thread - To test: gotosleep instead of lock if installed as SystemApp - Remove - Proximity sensor use - Notes - Next version add settings to choose between Proximity sensor or Hall Event?
Provide CyanogenMod signed System App APK & ZIP to be able use sleep mode instead of lock mode
(Missing functions in installer)
Solution to install as SystemApp (not very sexy, but works) Better place to call SU
…y for people using navigation bar instead of harware buttons)
Conflicts: AndroidManifest.xml CHANGELOG.md bin/HallMonitor.apk gen/org/durka/hallmonitor/BuildConfig.java gen/org/durka/hallmonitor/R.java res/values/strings.xml res/xml/preferences_general.xml src/org/durka/hallmonitor/DefaultActivity.java src/org/durka/hallmonitor/Functions.java src/org/durka/hallmonitor/PreferenceFragmentLoader.java
Conflicts: bin/HallMonitor.apk gen/org/durka/hallmonitor/BuildConfig.java
Conflicts: cm_certs/build_signed_system.txt
Add zip skeleton Move out directory from bin and add download directory
testing only
Conflicts: cm_certs/build_signed_system.bat download/CM_SystemApp/HallMonitor.zip
Fix pref does not keep widget unregistration.
Does not always close activity (performance) Re-enable OS Power Management (=> use OS screen timer & LID sleep) Add synchronized to ensure activity state DefaultActivity local BroadcastReceiver initiated in onCreate not in contructor => avoid early call to finish
Adjust strings to be more explicit (I am not english) Reorder all preferences Better preferences change/update Better preferences dependencies
Major code update: - Clean/Reorder preferences - Clean/Reorder strings - Better preferences change/update - Better preferences dependencies Feature: - Support 3 modes: Lock (require admin) OS PowerManagement Internal/HallMonitor Powermanagement (require system app) Fixes: - Fix CM 11 LID support - Fix widget crash (to confirm) Know issues: - Alternative layout broken Next big beta (2.1.0): - Gesture/Swipe over the cover (bottom&left to: open camera, hang up call, snooze alarm / bottom right to: toggle torch, pickup call, dismiss alarm / bottom top to: pop-up menu) - Pop-up menu like habeIchVergessen propose (using over cover touch): durka#18 - Network connectivity indicator (WIFI/2G/3G/4G): durka#24 - Add landscape layout to avoid rotate animation & rotate background app
Fix screen keep on during camera (1/2)
Remove unneeded variable reference
Keep screen on during alert/activity
Major code update: - Boost performance Fixes: - Fix possible crash turning on/off torch - Fix camera log - Fix not all but main security warning in log - Fix screen off during alert/activity Know issues: - Alternative layout broken Next big beta (2.1.0): - Gesture/Swipe over the cover (bottom&left to: open camera, hang up call, snooze alarm / bottom right to: toggle torch, pickup call, dismiss alarm / bottom top to: pop-up menu) - Pop-up menu like habeIchVergessen propose (using over cover touch): durka#18 - Network connectivity indicator (WIFI/2G/3G/4G): durka#24 - Add landscape layout to avoid rotate animation & rotate background app
@dan2468 Please retry lastest version. |
Some cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2.0.2 beta
Major code update:
- Boost performance
Fixes:
- Fix possible crash turning on/off torch
- Fix camera log
- Fix not all but main security warning in log
- Fix screen off during alert/activity
Know issues:
- Alternative layout broken
Next big beta (2.1.0):
- Gesture/Swipe over the cover (bottom&left to: open camera, hang up call, snooze alarm / bottom right to: toggle torch, pickup call, dismiss alarm / bottom top to: pop-up menu)
- Pop-up menu like habeIchVergessen propose (using over cover touch): general discussion: prevent user action until we are sure, that it user driven was #18
- Network connectivity indicator (WIFI/2G/3G/4G): network connectivity indicator #24
- Add landscape layout to avoid rotate animation & rotate background app
2.0.1 beta
Major code update:
- Clean/Reorder preferences
- Clean/Reorder strings
- Better preferences change/update
- Better preferences dependencies
Feature:
- Support 3 modes:
Lock (require admin)
OS PowerManagement
Internal/HallMonitor Powermanagement (require system app)
Fixes:
- Fix CM 11 LID support
- Fix widget crash (to confirm)
Know issues:
- Alternative layout broken
2.0.0 beta
Major code update:
- Rewrite many code to exclude much as possible from UI thread
- Add share value between application parts
Feature:
- Normally support last CM 11 LID action (to test): turn off Use internal service
- Support 4x1 widget (from my test)
- Add lock mode option when system app (fixed to lock mode if not system app)
- New Input Controls menu under Optional Features
- Pick Up & Hang Up a call without use command line
Fixes:
- Widget settings lost on reboot #33 (to test)
- Fix swipe
Know issues:
- Alternative layout broken
- Must force restart application (through Configuration activity) to get widget content updated after the first attachment