forked from flutter-tizen/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverse the order of CHANGELOGs (flutter-tizen#334)
- Loading branch information
Showing
24 changed files
with
273 additions
and
267 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
## 1.0.0 | ||
|
||
* Initial release. | ||
|
||
## 1.0.1 | ||
## 1.1.0 | ||
|
||
* Add integration test. | ||
* Update README and analysis_options. | ||
* Update audioplayers to 0.20.1. | ||
* Update the example app and integration_test. | ||
* Initialize variables properly. | ||
|
||
## 1.0.2 | ||
|
||
* Update README. | ||
|
||
## 1.1.0 | ||
## 1.0.1 | ||
|
||
* Update README and analysis_options. | ||
* Update audioplayers to 0.20.1. | ||
* Update the example app and integration_test. | ||
* Initialize variables properly. | ||
* Add integration test. | ||
|
||
## 1.0.0 | ||
|
||
* Initial release. |
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,18 +1,18 @@ | ||
## 0.1.0 | ||
|
||
* Initial release. | ||
|
||
## 0.2.0 | ||
## 0.3.0 | ||
|
||
* Apply new external texture APIs. | ||
* Update camera to 0.9.4. | ||
* Implement `pausePreview` and `resumePreview`. | ||
* Update the example app and integration_test. | ||
* Remove the unused test driver. | ||
|
||
## 0.2.1 | ||
|
||
* Fix a freezing preview issue. | ||
|
||
## 0.3.0 | ||
## 0.2.0 | ||
|
||
* Update camera to 0.9.4. | ||
* Implement `pausePreview` and `resumePreview`. | ||
* Update the example app and integration_test. | ||
* Remove the unused test driver. | ||
* Apply new external texture APIs. | ||
|
||
## 0.1.0 | ||
|
||
* Initial release. |
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,10 +1,10 @@ | ||
## 1.0.0 | ||
|
||
* Initial release. | ||
|
||
## 1.1.0 | ||
|
||
* Update connectivity_plus to 2.1.0. | ||
* Update connectivity_plus_platform_interface to 1.1.1. | ||
* Support ethernet as connectivity result. | ||
* Remove obsolete `connectivity_plus_tizen.dart`. | ||
|
||
## 1.0.0 | ||
|
||
* Initial release. |
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,11 @@ | ||
## 1.0.0 | ||
|
||
* Initial release. | ||
|
||
## 1.1.0 | ||
|
||
* Remove dependency on `device_info_plus_platform_interface`. | ||
* Make values of `TizenDeviceInfo` nullable. | ||
* Add support for `profile`, `platformName`, `platformProcessor`, and `tizenId`. | ||
* Update the example app. | ||
* Minor cleanups. | ||
|
||
## 1.0.0 | ||
|
||
* Initial release. |
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,22 +1,22 @@ | ||
## 1.0.0 | ||
## 1.2.0 | ||
|
||
* Initial release. | ||
* Fix a bug where `setLanguage()` wasn't invoked due to typo in `setLanguage`. | ||
* Update flutter_tts to 3.2.2 and update the example app. | ||
* Support `setVolume()`. | ||
* Minor cleanups. | ||
|
||
## 1.0.1 | ||
## 1.1.1 | ||
|
||
* Stabilize speaking states management. | ||
* Fix calling onCancel in a successful situation and refactor native implementations. | ||
|
||
## 1.1.0 | ||
|
||
* All APIs now return valid values (0, 1, empty list, and etc.). | ||
|
||
## 1.1.1 | ||
## 1.0.1 | ||
|
||
* Fix calling onCancel in a successful situation and refactor native implementations. | ||
* Stabilize speaking states management. | ||
|
||
## 1.2.0 | ||
## 1.0.0 | ||
|
||
* Fix a bug where `setLanguage()` wasn't invoked due to typo in "setLanguage". | ||
* Update flutter_tts to 3.2.2 and update the example app. | ||
* Support `setVolume()`. | ||
* Minor cleanups. | ||
* Initial release. |
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,14 +1,14 @@ | ||
## 1.0.0 | ||
## 1.0.2 | ||
|
||
* Initial release. | ||
* Update geolocator to 8.0.0 | ||
* Update geolocator_platform_interface to 3.0.0. | ||
* Update the example app. | ||
* Minor cleanups. | ||
|
||
## 1.0.1 | ||
|
||
* Fix a permission request bug. | ||
|
||
## 1.0.2 | ||
## 1.0.0 | ||
|
||
* Update geolocator to 8.0.0 | ||
* Update geolocator_platform_interface to 3.0.0. | ||
* Update the example app. | ||
* Minor cleanups. | ||
* Initial release. |
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,16 +1,8 @@ | ||
## 0.0.1 | ||
## 0.1.1 | ||
|
||
* Initial release | ||
* Update webview_flutter_tizen to 0.3.8. | ||
* Replace deprecated API (`evaluateJavascript` to `runJavascript`/`runJavascriptForResult`). | ||
|
||
## 0.1.0 | ||
|
||
* Update Dart and Flutter SDK constraints | ||
* Update Flutter and Samsung copyright information | ||
* Update google_map_flutter_tizen based on webview_flutter_tizen | ||
* Update example and integration_test | ||
* Update google_map_flutter to 2.0.8 | ||
|
||
## 0.1.1 | ||
|
||
* Update webview_flutter_tizen to 0.3.8 | ||
* Replace deprecated API (evaluateJavascript -> [runJavascript, runJavascriptForResult]) | ||
* Initial release. |
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
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,9 @@ | ||
## 0.1.0 | ||
|
||
* Initial release. | ||
|
||
## 0.2.0 | ||
|
||
* Deprecate `TizenMessagePort.createLocalPort` and `TizenMessagePort.connectToRemotePort` | ||
in favor of newly added `LocalPort.create` and `RemotePort.connect`. | ||
* Minor cleanups. | ||
|
||
## 0.1.0 | ||
|
||
* Initial release. |
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,20 +1,20 @@ | ||
## 1.0.0 | ||
## 1.1.2 | ||
|
||
* Initial release. | ||
* Update network_info_plus to 2.1.2 | ||
* Update network_info_plus_platform_interface to 1.1.1. | ||
* Remove obsolete `network_info_plus_tizen.dart`. | ||
|
||
## 1.1.1 | ||
|
||
* Fix app crash when WiFi info is not available. | ||
|
||
## 1.1.0 | ||
|
||
* Add IPv6 information. | ||
* Add gateway ip address information. | ||
* Add gateway IP address information. | ||
* Add broadcast information. | ||
* Add subnet mask information. | ||
|
||
## 1.1.1 | ||
|
||
* Fix app crash when wifi info is not available. | ||
|
||
## 1.1.2 | ||
## 1.0.0 | ||
|
||
* Update network_info_plus to 2.1.2 | ||
* Update network_info_plus_platform_interface to 1.1.1. | ||
* Remove obsolete `network_info_plus_tizen.dart`. | ||
* Initial release. |
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,14 +1,14 @@ | ||
## 1.0.0 | ||
## 1.0.2 | ||
|
||
* Initial release. | ||
* Update package_info_plus to 1.3.1. | ||
* Remove obsolete `package_info_plus_tizen.dart`. | ||
|
||
## 1.0.1 | ||
|
||
* Update package_info_plus to 1.3.0. | ||
* Change the example app version to 1.2.3. | ||
* Minor cleanups. | ||
|
||
## 1.0.2 | ||
## 1.0.0 | ||
|
||
* Update package_info_plus to 1.3.1. | ||
* Remove obsolete `package_info_plus_tizen.dart`. | ||
* Initial release. |
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
Oops, something went wrong.