Skip to content

Commit

Permalink
chore(version): upgrade main to v2.1.0 (#87)
Browse files Browse the repository at this point in the history
* chore(deps): update fastlane to v2.213.0

* fix(notifications): prevent Android notifications from being stuck on lockscreen

* feat(notifications): allow user to use keyboard to edit time based notifications

* feat(boat-notifications): change the notification message to know if the boat is coming or is leaving Bordeaux

* fix(CI): set the correct Changelog path on new tag

* chore(version): increment version to `v1.9.2`

* test 1

* feat(ui): rework of the forecast widget

* fix(boats-detection): fix the regex to better match multi boat events

* fix(multi-day-detection): the events spread over to day are now correctly detected

* chore(ci): set the reporter on github when running `flutter test`

* feat(ui): complete redesign of the forecast information dialog

* feat(ui): remove closure time on forecast info bottom sheet

* feat(ui): add animations and little tweeks

* chore(deps): run `flutter pub upgrade`

* feat(ui): set `maxWidth` for tablet mode for the info bottom sheet

* chore(ui): set the highlight color to warningColor

* feat(docked-boat): display the current docker boat in the Moon harbord (#79)

* WIP

* test 1

* feat(ui): rework of the forecast widget

* fix(multi-day-detection): the events spread over to day are now correctly detected

* chore(ci): set the reporter on github when running `flutter test`

* feat(ui): complete redesign of the forecast information dialog

* feat(ui): remove closure time on forecast info bottom sheet

* feat(ui): add animations and little tweeks

* chore(deps): run `flutter pub upgrade`

* feat(ui): set `maxWidth` for tablet mode for the info bottom sheet

* chore(ui): set the highlight color to warningColor

* chore(ci): run `dart format lib`

* WIP

* add test

* chore: remove unused file

* fix typo

* chore(ui): adjust the size of the status tile more pricesily

* fix(ui): set the correct color in the info bottom sheet

* fix(ui): lower the border width

* chore(ui): rework forecast widget

* chore(playstore): regenerate all screenshots

* chore(version): increment version to `v2.0.0`

* chore(deps): update actions/checkout to v3.5.3

* chore(deps): update kotlin_version to v1.8.22

* chore(deps): update androidx.window:window to v1.1.0

* chore(deps): update androidx.window:window-java to v1.1.0

* chore(deps): update ruby/setup-ruby to v1.151.0

* feat(ui): add divider to MontWidget

* fix(ui): prevent day to overlap with the warning icon

* fix(ui): make more readable if a boat is leaving or not

* chore(changelogs): move all CHANGELOGS into a proper directory

* chore(licenses): add OFL (Open Font License) to license list

* feat(ui): set dynamic font size for the main text & move the moon harbor button status

* fix(bug): the arriving boat count was wrong during an event where one is leaving and another is coming

* fix(typo): fix french translation when the brisge will soon close

* fix(typo)

* chore(flutter): add all missing files

* feat(vessel-info): change vessel info redirect page

* chore(ui): change the theme picker color

* chore(ui): change the day picker color

* chore(ci): run `dart format lib`

* fix(translation): set new translation keys for better handling

* feat(wine-festival): add support for the Wine Festival Event

* chore(version): increment version to `v2.1.0`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
vareversat and renovate[bot] committed Jul 14, 2023
1 parent 841a4f5 commit 1f3f84a
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
14 changes: 14 additions & 0 deletions windows/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// Generated file. Do not edit.
//

// clang-format off

#include "generated_plugin_registrant.h"

#include <url_launcher_windows/url_launcher_windows.h>

void RegisterPlugins(flutter::PluginRegistry* registry) {
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}
15 changes: 15 additions & 0 deletions windows/flutter/generated_plugin_registrant.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// Generated file. Do not edit.
//

// clang-format off

#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_

#include <flutter/plugin_registry.h>

// Registers Flutter plugins.
void RegisterPlugins(flutter::PluginRegistry* registry);

#endif // GENERATED_PLUGIN_REGISTRANT_
24 changes: 24 additions & 0 deletions windows/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#
# Generated file, do not edit.
#

list(APPEND FLUTTER_PLUGIN_LIST
url_launcher_windows
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
)

set(PLUGIN_BUNDLED_LIBRARIES)

foreach(plugin ${FLUTTER_PLUGIN_LIST})
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})
target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
endforeach(plugin)

foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
endforeach(ffi_plugin)

0 comments on commit 1f3f84a

Please sign in to comment.