Skip to content

Commit

Permalink
Ship to v0.5.7 && Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
renyuneyun committed Apr 24, 2018
1 parent 62f9dce commit d1d1967
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGELOG
======

* v0.5.7: Remove deprecated classes && Add `LaunchAppOperationPlugin` && Add Bluetooth to `VolumeOperationPlugin` && Dev changes
* Remove deprecated interfaces / classes
* Remove `XmlDataStorageBackend`
* Remove `EventType`
* New Operation: Launch App (`LaunchAppOperationPlugin`)
* Allow to adjust Bluetooth volume in `VolumeOperationPlugin`
* Dev changes:
* New script to automatically create templates for new `OperationPlugin` (!!)
* Remove `StorageData.parse()`
* StorageData can not have their fields declared `final` in principle (!)
* Remove `DataFactory.emptyData()` && clean up empty constructors

* v0.5.6.1: Switch between 12-hour and 24-hour clocks && Better MediaControlOperationPlugin for Lollipop+ && Update Danish translation && Minor changes
* Allow to change between 12-hour and 24-hour clocks in Settings
* Use `MediaSessionManager` for Lollipop+ (API 21+) for better media control
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 62
versionName "0.5.6.1"
versionCode 63
versionName "0.5.7"

vectorDrawables.useSupportLibrary = true

Expand Down
1 change: 1 addition & 0 deletions docs/en/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Supported Features
* Set alarm
* Change Event status
* Control volume
* Launch App

### Misc
* Formatting expression (supported in the fields of many Events/Operations)
Expand Down
1 change: 0 additions & 1 deletion docs/en/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ TODO
* Receiving phone calls
* Add more Operation (suggestions below)
* Location setting
* Ringtone volume
* Perform phone call
* UI
* Allow to pick some pre-defined broadcasts or even dynamically search
Expand Down
1 change: 1 addition & 0 deletions docs/zh/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* 設定鬧鐘
* 控制事件狀態
* 調整音量
* 啓動程序

### 雜項
* 格式化表達式(多數事件和動作的用戶輸入區均支持)
Expand Down
1 change: 0 additions & 1 deletion docs/zh/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ TODO
* 收到來電
* 增加更多Operation(以下建議)
* 定位
* 音量
* 撥打電話
* UI方面
* 允許選擇一些預定的broadcast,甚或動態加載/尋找
Expand Down

0 comments on commit d1d1967

Please sign in to comment.