Skip to content

Commit

Permalink
Merge pull request #53 from aleiepure/notification-on-release
Browse files Browse the repository at this point in the history
Notification on release
  • Loading branch information
aleiepure authored Feb 10, 2025
2 parents 47ab808 + 44414d4 commit ecacfaf
Show file tree
Hide file tree
Showing 36 changed files with 4,947 additions and 914 deletions.
2 changes: 2 additions & 0 deletions data/icons/symbolic/bell-outline-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions data/icons/symbolic/check-round-outline-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions data/icons/symbolic/hourglass-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions data/icons/symbolic/network-transmit-receive-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions data/icons/symbolic/star-large-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions data/me.iepure.Ticketbooth.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
<default>true</default>
<summary>Specifies if the app is run for the first time</summary>
</key>
<key name="db-needs-update" type="b">
<default>true</default>
<summary>Specifies if the database needs an update</summary>
</key>
<key name="onboard-complete" type="b">
<default>false</default>
<summary>Specifies if the app downloaded the required data</summary>
Expand Down Expand Up @@ -92,6 +96,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
<default>"1970-01-01"</default>
<summary>Last autoupdate date</summary>
</key>
<key name="last-notification-update" type="s">
<default>"1970-01-01 00:00"</default>
<summary>Last notification autoupdate date</summary>
</key>
<key name="exit-remove-cache" type="b">
<default>true</default>
<summary>Clear cache on exit</summary>
Expand Down
2 changes: 2 additions & 0 deletions po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ src/ui/pages/details_page.blp
src/ui/pages/edit_episode_page.blp
src/ui/preferences.blp
src/ui/views/content_view.blp
src/ui/views/db_update_view.blp
src/ui/views/first_run_view.blp
src/ui/views/main_view.blp
src/ui/widgets/background_activity_row.blp
Expand All @@ -39,6 +40,7 @@ src/ui/widgets/season_expander.blp
src/ui/widgets/theme_switcher.blp
src/ui/window.blp
src/views/content_view.py
src/views/db_update_view.py
src/views/first_run_view.py
src/views/main_view.py
src/widgets/background_activity_row.py
Expand Down
Loading

0 comments on commit ecacfaf

Please sign in to comment.