Skip to content
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
wants to merge 129 commits into
base: master
Choose a base branch
from
Open

2.0.2 beta #49

wants to merge 129 commits into from

Conversation

manusfreedom
Copy link
Contributor

  • 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

manusfreedom and others added 30 commits May 22, 2014 02:39
	- 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
- Features
	- Data & Time feature
	- Fix HallMonitor as System App on CM (gotosleep working): read special Readme
	- Try better touch when cover is closed (nothing change but more often call to enble it)
	- Build for more system
	- Fix licenses
- Features
	- Real HallMonitor support for SERRANO device
- Fixes
	- Remove submenu on Real HallMonitor on/off
…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
@manusfreedom manusfreedom changed the title 2.0.0 beta 2.0.2 beta Sep 20, 2014
@manusfreedom
Copy link
Contributor Author

@dan2468 Please retry lastest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants