Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!: migrate yaru.dart and yaru_icons.dart into yaru_widgets.dart #839

Merged
merged 556 commits into from
Feb 25, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 11, 2022

  1. feat: Ubuntu Butterfly variant (#220)

    Now that yaru_colors.dart has the Ubuntu Butterfly Pink, we can have the variant in yaru.dart
    ymauray committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    899943b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3ce923 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #221 from ubuntu:improve_variant_selector

    Example: improve variant selector and show all
    Feichtmeier committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    95719f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Add source code </> icon (#82)

    * Add source code </> icon
    Fixes #78
    
    * Better icon
    Jupi007 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    41d4919 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Sharper go-* icons (#85)

    Jupi007 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e512c6d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Fix icons misalignement (#86)

    Jupi007 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    20a3e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21c923e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0768ec4 View commit details
    Browse the repository at this point in the history
  4. Release version 0.2.7 (#89)

    Jupi007 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5a17430 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Add arrow and flag icons. (#92)

    Fixes #90
    Jupi007 committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    47934f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Require yaru_colors 0.1.1 (#227)

    Fixes #225
    Jupi007 committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    6a273c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Improve toggle buttons look (#226)

    Fixes #223
    Jupi007 committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    ca522c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Better linting (#93)

    Jupi007 committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    02f8466 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Text inputs: change cursor and icon color to onSurface (#229)

    * Text inputs: change cursor color to onSurface
    
    * Change inputs icon color to onSurface
    Feichtmeier committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    90b7552 View commit details
    Browse the repository at this point in the history
  2. Release 0.4.4 (#230)

    Feichtmeier committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ec1fc6b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    d86c4b3 View commit details
    Browse the repository at this point in the history
  2. checkmark icon look is outdated (#95)

    Fixes #91
    Jupi007 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    808ce30 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Pimp up example app (#96)

    Jupi007 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    5ae53a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa6034d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3915a1b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Simplify all icon names (#100)

    * Rename toggle-button folder into toogle
    
    - Checkbox-button -> checkbox
    - Radio-button -> radio
    - Switch-button -> switch
    
    * Rename arrow icons
    
    - Arrow-*-simple -> arrow
    - Arrow -> arrow-filled
    
    * Rename audio -> music_note
    
    * Rename addon -> puzzle_piece
    
    * Rename arrow -> arrow-outlined
    
    * Optimize bettery naming
    
    - Battery-10 -> battery-full
    - Divide by 10 battery level
    - Remove level prefix
    
    * Simplify weather icon names
    Add new showers icon
    
    * Symlink online-accounts to could
    
    * Rename edit-*icons
    
    * Add folder-new icon
    
    * Improve media and text icon names
    
    * Optimize object icon names
    
    * Optimize object icon names
    
    * Sync printer-network with folder-network
    
    * Radio -> radiobox
    
    * Optimize speaker icon names
    
    * Revert example.dart
    
    * Optimize fullscreen icon names
    
    * Better computer-legacy icon
    
    * Simplify all other icon names
    
    * Add screen icon
    
    * Improve a few last icon names
    
    * Remove new icons (for next PR)
    
    * Fix battery empty name
    
    * Build font
    
    * Update example
    Jupi007 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d6f1260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d48de8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    23a2c8c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Add Freedesktop compliant icon names enum (#106)

    * Add binding enum of freedesktop compliant icon names
    
    Fixes #104
    
    * Add shortcut to all icons
    Jupi007 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    6d2dea6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. YaruTheme widget: build empty during accent color initialiation (#232)

    * YaruTheme widget: build empty during accent color initialiation
    
    Fixes: #231
    
    * Use mocked GSettings in all widget tests
    jpnurmi committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a5ca014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1523137 View commit details
    Browse the repository at this point in the history
  3. Add missing filled icons (#107)

    Fixes #102
    Jupi007 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ddf3b23 View commit details
    Browse the repository at this point in the history
  4. Release version 1.0.0 (#108)

    Jupi007 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    901e800 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    d9fa556 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    843be01 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    d432df8 View commit details
    Browse the repository at this point in the history
  2. Add missing light dialog theme background color (#235)

    * Add missing light dialog background color
    
    Fixes: #222
    
    * Create dialog theme with a function - attempt 2
    jpnurmi committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    32e53e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Release 0.4.5 (#237)

    jpnurmi committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    4b2493e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Disable theme variant detection in tests (#238)

    Building an empty SizedBox instead of the actual application is bad for
    testing. Check if `FLUTTER_TEST` environment variable is set.
    
    Fixes: canonical/ubuntu-desktop-installer#1278
    jpnurmi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ec63fb9 View commit details
    Browse the repository at this point in the history
  2. Release 0.4.6 (#239)

    jpnurmi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2053507 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Release version 1.0.1 (#114)

    Jupi007 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    6bc18db View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    46a4c76 View commit details
    Browse the repository at this point in the history
  2. Release 0.4.7 (#241)

    Feichtmeier committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    4946320 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Adjust TextField content padding (#242)

    To match the height of buttons by default. Notice that this only works
    with the default font size. For example, there's a tiny difference
    between the two after turning on the large text accessibility setting.
    jpnurmi committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3cc3b66 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Reduce AppBar height (#243)

    From 48 to 47 to match with YaruTitleBar & GtkHeaderBar.
    
    Fixes: #502
    jpnurmi committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    da487e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    8994ad2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    502cc4b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. pubspec.yaml: try adding entries for all supported platforms (#247)

    * pubspec.yaml: try adding an empty entries for remaining platforms
    
    Ref: #246
    
    * What about top-level platforms-entries used for Dart packages?
    jpnurmi committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    99b890b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec18152 View commit details
    Browse the repository at this point in the history
  3. Release v0.4.8 (#249)

    jpnurmi committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c855841 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    ec53932 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Create placeholder icon (#119)

    Fixes #118
    Jupi007 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a51da53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8291ef2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b01d1a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    de0cd89 View commit details
    Browse the repository at this point in the history
  2. Add a few semantic icon names (#122)

    Fixes #109
    Jupi007 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    fb9c64c View commit details
    Browse the repository at this point in the history
  3. Release version 1.0.2 (#124)

    Jupi007 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d492413 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Fix deprecated_member_use (Flutter 3.7.0) (#255)

    * Fix deprecated_member_use (Flutter 3.7.0)
    
    ```
    $ dart fix --apply --code deprecated_member_use
    Computing fixes in yaru.dart... 34.5s
    Applying fixes...                      0.0s
    
    example/lib/view/colors_view.dart
      deprecated_member_use • 2 fixes
    
    example/lib/view/fonts_view.dart
      deprecated_member_use • 13 fixes
    
    lib/src/text/text_theme.dart
      deprecated_member_use • 13 fixes
    
    lib/src/themes/common_themes.dart
      deprecated_member_use • 8 fixes
    
    lib/src/themes/extensions.dart
      deprecated_member_use • 3 fixes
    
    39 fixes made in 5 files.
    ```
    
    * Run flutter format
    jpnurmi committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    bffd26b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eaf3d9 View commit details
    Browse the repository at this point in the history
  3. example: add macos (#258)

    Feichtmeier committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    737dea3 View commit details
    Browse the repository at this point in the history
  4. CI: no need to run tests when publishing to GH pages (#257)

    It's already done by the flutter-ci/test job.
    jpnurmi committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ec18b20 View commit details
    Browse the repository at this point in the history
  5. Fix white dividers (M3 / Flutter 3.7.0) (#259)

    * Fix white dividers (Flutter 3.7.0)
    
    * Opaque divider color constants
    jpnurmi committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6f64f20 View commit details
    Browse the repository at this point in the history
  6. Button vs. text field borders (#250)

    * Button vs. text field borders
    Fixes #244
    
    * Fix border width and remove transparency
    
    * Lighten up dark textfields, improve example
    
    * example: add disabled button
    
    * Button vs. text field borders
    Fixes #244
    
    * Fix disabled border
    Feichtmeier committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    0f748b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b78d16 View commit details
    Browse the repository at this point in the history
  8. Use GtkSettings from gtk.dart (#254)

    Close: #246
    jpnurmi committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    cdb7478 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. M3 fixes (#261)

    * M3: adjust yaru switch style
    Fixes #197
    
    * Fix FAB color dark, text button theme dark, tabbar dark
    
    * Fix indicator
    
    * improve tabbbartheme
    
    * Fix icon theme and dropdown menu
    
    * Move fab color to fab theme
    
    * fix icon buttons
    
    * add inputtheme to menu
    
    * Add tonal button theme
    
    * Correct method and remove tonal
    
    it's for us the same as filled
    
    * Add navigationbartheme
    
    * Add navi rail theme and divider theme
    
    * fix navi rail theme
    
    * Fix checkbox contrast
    
    * Fix switches
    
    * add badge theme
    
    * lighter check border
    Feichtmeier committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    093617b View commit details
    Browse the repository at this point in the history
  2. fix example (#262)

    Feichtmeier committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    cfc86b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    546acfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17dbd78 View commit details
    Browse the repository at this point in the history
  5. Fix button view

    Feichtmeier committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c0dbfeb View commit details
    Browse the repository at this point in the history
  6. Release 0.5.0 (#265)

    Feichtmeier committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    acce5d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    8768db5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Brighten up some accent colors in the dark theme (#268)

    * Brighten up some accent colors in the dark theme
    Fixes #267
    Feichtmeier committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    e75843e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    0bcf3b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c39414e View commit details
    Browse the repository at this point in the history
  3. Release 0.5.1 (#272)

    Feichtmeier committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e17e327 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Regenerate package metadata (#273)

    Fixes: #246 (hopefully)
    jpnurmi committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b35a1a3 View commit details
    Browse the repository at this point in the history
  2. Relax Flutter version constraint to allow beta (#274)

    The current version of the beta channel is 3.7.0-1.5.pre i.e. it's still
    a pre-release version of 3.7.0 even though it's good enough for yaru
    because it contains all the API we depend on.
    
    ```
    The current Flutter SDK version is 3.7.0-1.5.pre.
    
    Because yaru requires Flutter SDK version >=3.7.0, version solving failed.
    ```
    jpnurmi committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9c848a6 View commit details
    Browse the repository at this point in the history
  3. Release 0.5.2 (#275)

    jpnurmi committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a7296a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Add application icon (#126)

    Jupi007 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    2e42cd5 View commit details
    Browse the repository at this point in the history
  2. Add new *-bag icons (#127)

    Jupi007 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    2dd844f View commit details
    Browse the repository at this point in the history
  3. Release version 1.0.3 (#128)

    Jupi007 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d4391eb View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    4d6ec0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    954edb4 View commit details
    Browse the repository at this point in the history
  3. pubspec.yaml: restore platform map (#276)

    * pubspec.yaml: restore platform map
    
    Fixes: #246 (again)
    
    * Bump version & update changelog
    
    * Revert "Bump version & update changelog"
    
    This reverts commit d90cd73489ef7e6146f5a4d41d6e6615c9870624.
    jpnurmi committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    be7eb1b View commit details
    Browse the repository at this point in the history
  4. Improve FAB style (#280)

    Feichtmeier committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    93d062f View commit details
    Browse the repository at this point in the history
  5. Release 0.5.3

    Feichtmeier committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    b37f973 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Example: update deps (#129)

    Jupi007 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    947adac View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. FAB colors have too high contrast (#283)

    Fixes #281
    Jupi007 committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    5d3074d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    7a0d9cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a916cbb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    ef5d33e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c21f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c69f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Separate outline and divider colors (#287)

    - divider color can stay as it is
    - make outline color more pronounced
    Feichtmeier committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5421347 View commit details
    Browse the repository at this point in the history
  2. Use filled buttons with a grey fill and an outline (#288)

    * Use filled buttons with a grey fill and an outline
    
    * add disabled bg color
    Feichtmeier committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    28311f8 View commit details
    Browse the repository at this point in the history
  3. Release 0.5.4 (#289)

    Feichtmeier committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    24b29f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Tone down outline borders (#292)

    Fixes #291
    Feichtmeier committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a12d5eb View commit details
    Browse the repository at this point in the history
  2. Release 0.5.5 (#293)

    Feichtmeier committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    aed9814 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    6b682f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    912c5e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Add repeat single icon (#142)

    Fixes #141
    Jupi007 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    5ad7dc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    b5c8e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ceb27 View commit details
    Browse the repository at this point in the history
  3. FilledButton proposal (#298)

    Remove the outline and make the background color slightly stronger.
    jpnurmi committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f8efee2 View commit details
    Browse the repository at this point in the history
  4. Release v0.5.6 (#299)

    jpnurmi committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    377197c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Add new music icons (#143)

    Jupi007 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    a088c8b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Release version 1.0.4 (#144)

    Jupi007 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    fd10c2b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Sync light and dark themes (#306)

    Same assignments in the same order for easier side-by-side comparison.
    jpnurmi committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    37bcf5f View commit details
    Browse the repository at this point in the history
  2. Gitignore generated_plugins (#146)

    * Gitignore generated_plugins
    
    * Remove outdated files
    Jupi007 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    89f61a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fae739 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. BottomNavigationBarTheme: use onSurface in dark theme (#308)

    To unify with the light theme.
    
    NOTE: It's not clean white but #fafafa aka "porcelain".
    jpnurmi committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a854186 View commit details
    Browse the repository at this point in the history
  2. indicatorColor: use primary for both light and dark themes (#309)

    It's only used for M2 tabs in Flutter but make it consistent between the
    light and dark themes anyway so it'll be possible to share the theme
    creation without parameterizing indicatorColor.
    jpnurmi committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0187765 View commit details
    Browse the repository at this point in the history
  3. Remove redundant brightness arguments (#311)

    The brightness of color schemes is explicitly specified so we can use
    it directly from there instead of passing both around.
    jpnurmi committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    bbffaaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5a8837 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Realign podcast waves (#147)

    Jupi007 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    8f7e80f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ef574 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6217876 View commit details
    Browse the repository at this point in the history
  4. Release 0.5.7 (#316)

    jpnurmi committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    31c569a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Add scrollbar margin (#317)

    Jupi007 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1f173ce View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    80e0299 View commit details
    Browse the repository at this point in the history
  2. add high contrast borders (#319)

    - uses previously unused `outlineVariant` for black/white outlines in
      light/dark themes
    - adds `isHighContrast` extension that checks whether the primary color
      is black/white
    - uses `outlineVariant` for borders in high contrast themes
    d-loose committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e928538 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Release 0.5.8 (#321)

    jpnurmi committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    be03ce8 View commit details
    Browse the repository at this point in the history
  2. Change FAB Color and shape (#323)

    * Change FAB Color and shape
    Fixes #294
    Fixes #282
    
    * Example: fix onPressed
    Feichtmeier committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c1377fd View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. updated with new fonts (#324)

    Added new static fonts from the new variable version we got this year. That includes:
    
    Light
    Regular
    Medium
    Bold
    
    and their Italic variants.
    
    The new fonts should ideally not break anything but improve readability. The biggest change is the slightly thinner stroke which is an improvement over the old font which was heavier than usual.
    elioqoshi committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    819a009 View commit details
    Browse the repository at this point in the history
  2. Release 0.6.0 (#325)

    jpnurmi committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    bd7cddb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    8be3e8e View commit details
    Browse the repository at this point in the history
  2. export colorscheme extension for convenience (#327)

    allows us to use `isHighContrast` etc in places like yaru_widgets
    d-loose committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a8dfb8c View commit details
    Browse the repository at this point in the history
  3. Release 0.6.1 (#328)

    d-loose committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fe874d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Revert "updated with new fonts (#324)" (#330)

    This reverts commit 819a009.
    jpnurmi committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ba0fc1b View commit details
    Browse the repository at this point in the history
  2. Release 0.6.2 (#331)

    jpnurmi committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f2efd96 View commit details
    Browse the repository at this point in the history
  3. New API for animated icons (#148)

    * icons: Introduce new animated icon api
    
    * icons: Migrate existing animated icons
    HrX03 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a0527a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Transfer colors (back) to yaru.dart (#333)

    * Transfer colors (back) to yaru.dart
    Fixes #332
    
    * remove color pics and links and fix color hex
    
    * Use current jet
    
    * Update lib/src/colors.dart
    
    Co-authored-by: J-P Nurmi <jp.nurmi@canonical.com>
    
    * Update lib/src/colors.dart
    
    Co-authored-by: J-P Nurmi <jp.nurmi@canonical.com>
    
    * Update lib/src/colors.dart
    
    Co-authored-by: J-P Nurmi <jp.nurmi@canonical.com>
    
    * Update lib/src/colors.dart
    
    Co-authored-by: J-P Nurmi <jp.nurmi@canonical.com>
    
    ---------
    
    Co-authored-by: J-P Nurmi <jp.nurmi@canonical.com>
    Feichtmeier and jpnurmi committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    680cee8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Add a slider theme, more similar to yaru gnome (#335)

    * Add a slider theme, more similar to yaru gnome
    
    - white thumb
    - more visible track
    - increased elevation to get a border
    - reduced focus ring radius
    - increased focus ring opacity
    
    * -1 px overlayRadius
    
    * More opacity for dark
    Feichtmeier committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6553609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833bfa8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    8b7fa40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d5c46 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. restore new fonts (#339)

    This reverts commit ba0fc1b.
    jpnurmi committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    a8aba39 View commit details
    Browse the repository at this point in the history
  2. Release 0.7.0 (#338)

    * Release 0.7.0
    Feichtmeier committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    64f92dd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Add a DrawerTheme and ListTileTheme (#340)

    * Add a DrawerTheme
    
    * only top/bottom right radius
    
    * BorderRadiusDirectional
    Feichtmeier committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    e1c9757 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Migrate to Flutter 3.10 & Dart 3.0 (#342)

    * Migrate to Flutter 3.10 & Dart 3.0
    
    * Restore 16px horizontal padding for buttons
    
    * Merge commonButtonStyle with type-specific button styles
    
    * Swap button style merge the other way around
    
    Use the common properties as defaults and let the type-specific
    properties override to avoid surprises.
    jpnurmi committed May 18, 2023
    Configuration menu
    Copy the full SHA
    552f0a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc0f16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ddefad View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. feat: Adapt SwitchTheme to yaru gnome (#345)

    - transparent border
    - darker grey for inactive switches, based on the colorScheme to stay themeable
    Feichtmeier committed May 25, 2023
    Configuration menu
    Copy the full SHA
    23a6ed5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Release 0.8.0 (#346)

    Feichtmeier committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ec28f98 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    7aad7ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b3ed4 View commit details
    Browse the repository at this point in the history
  3. feat: controls_view ToggleButtons & DropdownButton interactive (#347)

    * feat: controls_view ToggleButtons & DropdownButton interactive
    PietroTambu committed May 30, 2023
    Configuration menu
    Copy the full SHA
    73a55de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75343bc View commit details
    Browse the repository at this point in the history
  5. chore: release v0.8.1 (#351)

    jpnurmi committed May 30, 2023
    Configuration menu
    Copy the full SHA
    83d0942 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    6262c79 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    61241e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    d6d7b00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5576b3b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. ci: let release-please maintain the changelog (#355)

    * ci: let release-please maintain the changelog
    * ci: validate PRs titles
    jpnurmi committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a81c4f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    56fbf32 View commit details
    Browse the repository at this point in the history
  2. feat: add static YaruVariant.accents (#359)

    `YaruVariant.accents` includes only the Ubuntu accent colors and excludes
    any variants for Ubuntu flavors that are included in `YaruVariants.values`.
    jpnurmi committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b78b46a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07be1b2 View commit details
    Browse the repository at this point in the history
  4. chore: release v0.9.0 (#357)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b4d24a8 View commit details
    Browse the repository at this point in the history
  5. revert: "ci(release): temp override release-as 0.9.0 (#358)"

    This reverts commit 56fbf32.
    jpnurmi committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a808a70 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. chore: dependabot (#362)

    jpnurmi committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    71f1a45 View commit details
    Browse the repository at this point in the history
  2. chore: dependabot (#149)

    jpnurmi committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    792f00b View commit details
    Browse the repository at this point in the history
  3. chore: release-please (#150)

    jpnurmi committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    95a812d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    67d5e40 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    dca12c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    37017c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e649f View commit details
    Browse the repository at this point in the history
  3. chore: release as 2.0.0 (#154)

    Release-As: 2.0.0
    jpnurmi committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    093f04d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13984b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    383cd85 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    c7cc13c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    f33a0c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    777ea0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd4878a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. chore(example): show all colorscheme colors (#368)

    * chore(example): show all colorscheme colors
    
    * display onColor on color if provided
    
    * order theme sections by topic
    
    * fix trailing comma
    
    * show hex
    
    * keep alpha letters
    Feichtmeier committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3520dcf View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    f70b1eb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. chore: release v2.0.0 (#153)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5f2404d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e917b23 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. feat: add animated star icon (#163)

    Fixes #138
    Jupi007 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    b57db36 View commit details
    Browse the repository at this point in the history
  2. chore: release 2.1.0

    Release-As: 2.1.0
    Jupi007 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    b71f5bb View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    945eec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    932cc16 View commit details
    Browse the repository at this point in the history
  3. chore: release v2.1.0 (#164)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    b929cf0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    8b2f0e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. feat: mark dark theme darker (#373)

    Fixes #234
    Feichtmeier committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b1d5459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fbe956 View commit details
    Browse the repository at this point in the history
  3. feat: refresh example app (#170)

    - Use handy_window;
    - Use YaruWindowTitleBar;
    - Fix search input focus issue;
    - Various refactoring.
    
    Fixes #140, #134
    Jupi007 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a627f46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc90618 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. fix: update handy_window and use it correctly (#374)

    * fix: update handy_window and use it correctly
    Fixes #371
    
    * Create handy window and headerbar in c++
    
    * remove hdy_init call
    Feichtmeier committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    13f308d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    bff72f4 View commit details
    Browse the repository at this point in the history
  2. chore: release v0.10.0 (#361)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6dad909 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. fix: remove appbar height (#378)

    Because we have our own CSD desktop titlebar with https://github.com/ubuntu/yaru_widgets.dart/blob/main/lib/src/widgets/yaru_title_bar.dart it is no longer needed to reduce the material appbar height
    
    Fixes #376
    Feichtmeier committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    cc20358 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. chore: example rewrite (#381)

    * chore: example rewrite
    Fixes #380
    
    * fix: add slider with value
    Feichtmeier committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    09c17b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    693ed76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    889f79a View commit details
    Browse the repository at this point in the history
  3. feat: rework YaruAnimatedNoNetworkIcon (#172)

    - Use a more linear curve to avoid whip effect ;
    - Decrease animation duration ;
    - Cleanup code.
    Jupi007 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f838d68 View commit details
    Browse the repository at this point in the history
  4. feat!: Better platform independent sizes (#383)

    * feat!: Better platform independent sizes
    Fixes #369
    
    * fix: example containers overflow
    
    * Axe padding rather than tiny icons
    
    * Use even sizes and yaru_icons in the example
    
    * shrink navibar if not mobile
    Feichtmeier committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    415f45c View commit details
    Browse the repository at this point in the history
  5. feat: snackbar theme (#385)

    Fixes #384
    Feichtmeier committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    214e3eb View commit details
    Browse the repository at this point in the history
  6. fix: reduce dark snackbar border brightness (#386)

    * fix: reduce dark snackbar border brightness
    Feichtmeier committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    022f315 View commit details
    Browse the repository at this point in the history
  7. fix: improve light themes contrast (#387)

    by using jet instead of inkstone
    Feichtmeier committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f1395ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be019d8 View commit details
    Browse the repository at this point in the history
  9. feat!: use different shade of the same color for primary, secondary, …

    …tertiary (#390)
    
    - use different shade of the same color for primary, secondary and tertiary ;
    - add cap and capDown Color extension.
    
    Fixes #300
    Jupi007 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e1c8015 View commit details
    Browse the repository at this point in the history
  10. chore: release v1.0.0 (#379)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    496d4ee View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    128da8a View commit details
    Browse the repository at this point in the history
  2. chore: release v2.2.0 (#169)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2412d38 View commit details
    Browse the repository at this point in the history
  3. fix: broken publish CI (#176)

    Jupi007 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    daebb9b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    bdc4cfb View commit details
    Browse the repository at this point in the history
  2. chore: release v2.2.1 (#177)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    56c746f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    a5a86e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    68f5373 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    8fe7319 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. chore: release v1.1.0 (#392)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a8ddd42 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. ci: remove CLA check (#365)

    Co-authored-by: Ken VanDine <ken.vandine@canonical.com>
    jpnurmi and kenvandine committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c69dd2d View commit details
    Browse the repository at this point in the history
  2. feat: added no splash factory (#395)

    * feat: added no splash factory
    
    * Update lib/src/themes/common_themes.dart
    
    * fix fail
    
    ---------
    
    Co-authored-by: Stefano Liuzzo Scorpo <stefano.liuzzo@devmy.it>
    Co-authored-by: Frederik Feichtmeier <frederik.feichtmeier@gmail.com>
    3 people committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    dfc4fcb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Update yaru package versions (#180)

    Fixes #179
    Jupi007 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3854b04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52a567 View commit details
    Browse the repository at this point in the history
  3. Add thumb icons (#183)

    Jupi007 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d9a6c20 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    c2789c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    139c673 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. fix: enable icon tree-shaking (#187)

    Add missing @staticIconProvider annotation to enable icon tree-shaking.
    Jupi007 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b4a0da4 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.2.2 (#182)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ed21ae5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. chore(deps): bump flutter_lints from 2.0.3 to 3.0.1 (#188)

    Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 2.0.3 to 3.0.1.
    - [Release notes](https://github.com/flutter/packages/releases)
    - [Commits](https://github.com/flutter/packages/commits/pigeon-v3.0.1/packages)
    
    ---
    updated-dependencies:
    - dependency-name: flutter_lints
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1f7abe3 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. chore: fixed typos (#402)

    Co-authored-by: Stefano Liuzzo Scorpo <stefano.liuzzo@devmy.it>
    TheLiux and TheLiux committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d97e335 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. fix: Improve android support (#404)

    Fixes #401
    Feichtmeier committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7e840e7 View commit details
    Browse the repository at this point in the history
  2. chore: release v1.2.0 (#397)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6844e1f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    f86dec9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Update readme (#192)

    Jupi007 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    687470a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. fix: theming background color (#405)

    * fix: updating a color to match figma
    
    * fix: removing a deprecated parameter
    
    * fix: updating the background color on light theme
    BLKKKBVSIK committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    4a971d9 View commit details
    Browse the repository at this point in the history
  2. chore: release v1.2.1 (#407)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    3af20e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. chore: release v2.3.0 (#189)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7aa2309 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    3635471 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.4.0 (#195)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ea9287b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50fd60f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    0a4c596 View commit details
    Browse the repository at this point in the history
  2. chore: release v1.2.2 (#410)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d5c9965 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    b83add2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd6ba1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    542ecd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f1d279 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03a7011 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    973fc5a View commit details
    Browse the repository at this point in the history
  7. chore: format

    Feichtmeier committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8e0f4b6 View commit details
    Browse the repository at this point in the history
  8. fix: remove .DS_Store

    Feichtmeier committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d78a17e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2cf8c73 View commit details
    Browse the repository at this point in the history
  10. fix: icons

    Feichtmeier committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    765f927 View commit details
    Browse the repository at this point in the history
  11. fix: format yaru icons

    Feichtmeier committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e4f475f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb48aac View commit details
    Browse the repository at this point in the history
  13. chore: update goldens

    Feichtmeier committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e14657e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f777f4 View commit details
    Browse the repository at this point in the history
  15. fix: code snippet button

    Feichtmeier committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fd10518 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. chore: update readme

    Feichtmeier committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    12552b1 View commit details
    Browse the repository at this point in the history
  2. chore: update images

    Feichtmeier committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9545221 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. fix: add Ubuntu fonts

    Feichtmeier committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3267fd9 View commit details
    Browse the repository at this point in the history
  2. fix: use the ubuntu font

    Feichtmeier committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    480ee34 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. chore: remove "here"

    Feichtmeier committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b48ddff View commit details
    Browse the repository at this point in the history