diff --git a/CHANGELOG.md b/CHANGELOG.md index c1568a7..3d028d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,60 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.2.1] - 17.03.2020 +### Changed +- Updated video_player, photo_view, url_launcher, chewie +- Updates JSON examples + +## [1.2.0] - 28.02.2020 +### Added +- Added possibility to change the created timestamp date format. +### Changed +- Converting time when tweet was created to local time. + +## [1.1.0] - 05.02.2020 +### Changed +- Added displaying time when tweet was created. For now only 24H format +- Updated intl, video_player, photo_view +### Fixed +- Fixed default tweet text color when entities array was empty + +## [1.0.0] - 03.01.2020 +- Updated cached_network_image, video_player and url_launcher +- Updated JSON examples + +## [0.2.0-rc.1] - 25.11.2019 +### Changed +- Updated cached_network_image, video_player, photo_view and url_launcher + +## [0.1.1+7] - 25.10.2019 +### Changed +- Revert updating cached_network_image, photo_view packages + +## [0.1.1+6] - 25.10.2019 +(version bump) + +## [0.1.1+5] - 25.10.2019 +### Changed +- Fix cached_network_image and photo_view dependency version range + +## [0.1.1+4] - 25.10.2019 +### Changed +- Updated cached_network_image, photo_view, url_launcher packages + +## [0.1.1+3] - 21.10.2019 +### Changed +- Updated cached_network_image, video_player, chewie, photo_view, url_launcher packages +- Updated JSON examples + +## [0.1.1+2] - 13.09.2019 +### Changed +- Updated video_player, chewie and photo_view packages + +## [0.1.1+1] - 28.08.2019 +### Changed +- Updated video_player and intl packages + ## [1.2.0] - 28.02.2020 ### Added - Added possibility to change the created timestamp date format. diff --git a/README.md b/README.md index 1b3d09c..f395867 100644 --- a/README.md +++ b/README.md @@ -151,4 +151,4 @@ TweetView.fromTweet( 2. Write tests 3. Add option to set image quality -## Thanks for contributing: [dasmikko](https://github.com/dasmikko), [jamesblasco](https://github.com/jamesblasco), [tristan-vrt](https://github.com/tristan-vrt), [daver123](https://github.com/daver123) \ No newline at end of file +## Thanks for contributing: [dasmikko](https://github.com/dasmikko), [jamesblasco](https://github.com/jamesblasco), [tristan-vrt](https://github.com/tristan-vrt), [daver123](https://github.com/daver123), [ercadev](https://github.com/ercadev) \ No newline at end of file diff --git a/example/.flutter-plugins-dependencies b/example/.flutter-plugins-dependencies index c805316..1d6d271 100644 --- a/example/.flutter-plugins-dependencies +++ b/example/.flutter-plugins-dependencies @@ -1 +1 @@ -{"_info":"// This is a generated file; do not edit or check into version control.","dependencyGraph":[{"name":"path_provider","dependencies":[]},{"name":"screen","dependencies":[]},{"name":"sqflite","dependencies":[]},{"name":"url_launcher","dependencies":["url_launcher_web","url_launcher_macos"]},{"name":"url_launcher_macos","dependencies":[]},{"name":"url_launcher_web","dependencies":[]},{"name":"video_player","dependencies":["video_player_web"]},{"name":"video_player_web","dependencies":[]}]} \ No newline at end of file +{"_info":"// This is a generated file; do not edit or check into version control.","dependencyGraph":[{"name":"path_provider","dependencies":[]},{"name":"sqflite","dependencies":[]},{"name":"url_launcher","dependencies":["url_launcher_web","url_launcher_macos"]},{"name":"url_launcher_macos","dependencies":[]},{"name":"url_launcher_web","dependencies":[]},{"name":"video_player","dependencies":["video_player_web"]},{"name":"video_player_web","dependencies":[]},{"name":"wakelock","dependencies":[]}]} \ No newline at end of file diff --git a/example/assets/tweet_examples/tweet_bug_gh14.json b/example/assets/tweet_examples/tweet_bug_gh14.json index a93bfa8..de83157 100644 --- a/example/assets/tweet_examples/tweet_bug_gh14.json +++ b/example/assets/tweet_examples/tweet_bug_gh14.json @@ -66,7 +66,7 @@ "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/1214380088604733440/F_2CxJA5_normal.jpg", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1214380088604733440/F_2CxJA5_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1162409582213226497/wHPWq9eI_normal.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/46506347/1580340216", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", diff --git a/example/assets/tweet_examples/tweet_quote_bug_gh14.json b/example/assets/tweet_examples/tweet_quote_bug_gh14.json index 6b8da5e..3b035dd 100644 --- a/example/assets/tweet_examples/tweet_quote_bug_gh14.json +++ b/example/assets/tweet_examples/tweet_quote_bug_gh14.json @@ -189,7 +189,7 @@ "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/1214380088604733440/F_2CxJA5_normal.jpg", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1214380088604733440/F_2CxJA5_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1162409582213226497/wHPWq9eI_normal.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/46506347/1580340216", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", diff --git a/example/pubspec.lock b/example/pubspec.lock index db301b4..5c253d8 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -49,7 +49,7 @@ packages: name: chewie url: "https://pub.dartlang.org" source: hosted - version: "0.9.8+1" + version: "0.9.10" collection: dependency: transitive description: @@ -77,7 +77,7 @@ packages: name: cupertino_icons url: "https://pub.dartlang.org" source: hosted - version: "0.1.2" + version: "0.1.3" flutter: dependency: "direct main" description: flutter @@ -190,7 +190,7 @@ packages: name: photo_view url: "https://pub.dartlang.org" source: hosted - version: "0.9.1" + version: "0.9.2" plugin_platform_interface: dependency: transitive description: @@ -205,13 +205,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.5" - screen: - dependency: transitive - description: - name: screen - url: "https://pub.dartlang.org" - source: hosted - version: "0.0.5" sky_engine: dependency: transitive description: flutter @@ -279,7 +272,7 @@ packages: path: ".." relative: true source: path - version: "1.1.0" + version: "1.2.0" typed_data: dependency: transitive description: @@ -293,7 +286,7 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "5.4.1" + version: "5.4.2" url_launcher_macos: dependency: transitive description: @@ -335,7 +328,7 @@ packages: name: video_player url: "https://pub.dartlang.org" source: hosted - version: "0.10.6" + version: "0.10.8+1" video_player_platform_interface: dependency: transitive description: @@ -350,6 +343,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.1.1+1" + wakelock: + dependency: transitive + description: + name: wakelock + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3+4" xml: dependency: transitive description: @@ -358,5 +358,5 @@ packages: source: hosted version: "3.5.0" sdks: - dart: ">=2.5.0 <3.0.0" + dart: ">=2.6.0 <3.0.0" flutter: ">=1.12.13+hotfix.4 <2.0.0" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index f1af1d3..d455ef0 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: sdk: flutter tweet_ui: path: ../ - cupertino_icons: ^0.1.2 + cupertino_icons: ^0.1.3 dev_dependencies: flutter_test: diff --git a/pubspec.lock b/pubspec.lock index 1bef5b5..6a138d9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -49,7 +49,7 @@ packages: name: chewie url: "https://pub.dartlang.org" source: hosted - version: "0.9.8+1" + version: "0.9.10" collection: dependency: transitive description: @@ -198,13 +198,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.5" - screen: - dependency: transitive - description: - name: screen - url: "https://pub.dartlang.org" - source: hosted - version: "0.0.5" sky_engine: dependency: transitive description: flutter @@ -265,7 +258,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.11" + version: "0.2.15" typed_data: dependency: transitive description: @@ -336,6 +329,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.1.1+1" + wakelock: + dependency: transitive + description: + name: wakelock + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3+4" xml: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6c67bc9..cf05196 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: tweet_ui description: Flutter package to show Tweets from a Twitter API JSON on Android and iOS. Support for Tweets with 1-4 photos, Video, GIFs, hashtags, mentions, symbols, urls and quoted Tweets. -version: 1.2.0 +version: 1.2.1 author: OmniNext team @ Schibsted homepage: https://github.com/schibsted/tweet_ui @@ -14,10 +14,10 @@ dependencies: sdk: flutter cached_network_image: ^2.0.0 intl: ^0.16.1 - video_player: ^0.10.6 - chewie: ^0.9.8+1 - photo_view: ^0.9.1 - url_launcher: ^5.4.1 + video_player: ^0.10.8+1 + chewie: ^0.9.10 + photo_view: ^0.9.2 + url_launcher: ^5.4.2 html_unescape: ^1.0.1+3 dev_dependencies: