Skip to content

Commit

Permalink
update to v0.5.5.1 && update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
renyuneyun committed Feb 21, 2018
1 parent 3e6d72b commit 2216030
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
CHANGELOG
======

* v0.5.5.1: Better looking when editing Events with larger fonts && Correct `NotificationEventPlugin`'s compatibility check && Check all plugins' permissions when logging is enabled && Developer/Debug changes
* Use `GridLayout` for the top few elements on `EditEventActivity`
* Let some UI elements adjust themselves on `EditEventActivity`
* Looks better on larger fonts
* Check all plugins' permissions when logging enabled
* This will log all (enabled) plugins with insufficient permission
* When logging is disabled, the performance is not affected
* Correct `NotificationEventPlugin`'s compatibility check
* It's only valid on KitKat+
* It could support JellyBean in principle, and this may be implemented in the future
* Or, it may also be implemented together with the support of older devices
* Dev/Debug changes:
* Simplify `NotificationEventPlugin`'s definition
* Move `SettingsHelper` to outer package && Move one function to it
* Better debugging messages

* v0.5.5: Add `EventControlOperationPlugin` && Introduce format expression && Add 'passive mode' setting && Fix UI problem when requesting permission && Dev changes
* Add `EventControlOperationPlugin` to be able to change Events' status
* Introduce format expression for many user-input fields
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'ryey.easer'
minSdkVersion 15
targetSdkVersion 23
versionCode 56
versionName "0.5.5"
versionCode 57
versionName "0.5.5.1"

vectorDrawables.useSupportLibrary = true

Expand Down

0 comments on commit 2216030

Please sign in to comment.