v1.6.60 - #328
Merged
Merged
Conversation
* Flyout menu - reduce number of taps to sign in * App Shell - Make sure we fetch user data first then bind that data * Flyout - Fix Logout button
… and bind it to App Shell
* Fix - Feeds VM | make sure to manage `IsBusy` properly inside `UpdateFeeds()` * cleanup - Feed VM | Forgot to remove the previous setter of `IsBusy`
* MCT - Regester TouchBehavior as a singleton * App.cs - Remove start DB on resume
* SQLite - update initialisation * SqLite - make sure we close the connection after we create the tables
* SQLite - update initialisation * SqLite - make sure we close the connection after we create the tables * App - CreateWindow | add sentry breadcrumbs
* SQLite - update initialisation * SqLite - make sure we close the connection after we create the tables * App - CreateWindow | add sentry breadcrumbs * Local Storage - SQLite | Create a class to genera DB actions * Local storage - general database | fix typo * Local storage - general sqlite DB | Implement the service accross the board * Feed - fix feed search * MainProg - DI | improve org of db singleton registration * Local storage - backup | create a service * fuck me sideways....
… really set it once but need it all the time everywhere (#214)
* Main feed - bookmark | fix the issue of the bookmark status not showing * Local storage - get bookmark | make sure that bookmarks are marked as IsSaved automatically * Local storage - main db | remove unecessary listing of artilces * Bookmark - db | Make sure the status is correctly set
* article - bookmark | make sure to return the rescently added first * Fetcher - bookmarks | improve performance by caching all the bookmarks (as much as possible * Bookmark - caching | loas the bookmarks first thing
* Main feed - bookmark status | change the way we reload the article when receiving the bookmark message * Article Model - Change bookmark update
* App | Remove StartDb() * Change the way we update Sources * Fetcher.Sources | prevent nullable excepttions
* App | Remove StartDb() * Change the way we update Sources * Fetcher.Sources | prevent nullable excepttions * Fetcher - UpdateBackupSources | improve Error handling
* xaml stuff * remove unused style declaration * Main Feed - Refresh DB | Make the try catch actually useful
* App Shell - Notification | Change the way we are initially setting up the NE * fix: fetcher - SetDealReminder | setup the Notification Entity if the id is empty
* downgrade Microsoft.Maui.Control to "9.0.30" * Feed page | remove spacing that prevents the feed list from scrolling proper * pages - Feed | fix empty list bug * dep - bump | MAUI.Controls * pages - feed | cleanup * Page - Feed | rebuild menu tab * pipeline: try xcode 16.4 🤞🏼 * pipeline: that was dev not pr...
* App Shell - offline mode | hide deal page when device offline * App Shell - offline | make sure deals reapear on resume * App Shell - offline | Refresh all the deals when coming back online
* Fetcher - remove the connection test before we try to determine if it's a connection related issue * News page - resume | reload
* About page - partners | change bg colour * Deals page | partner bg * Chaneg certificate name
* App - notification | Reset Badge * App Shell - notification | Set the badge count appropriately
* Fetcher -| setup call to get the platforms * Deal - filter | Create design of the popup * models - filter | update models for deal filters * Deal - filters | all set * Fetcher - Deals | filter from where we do the request * Deals - viewmodels | make sure to update the Platform selected state * Deals - filters | set null as a default state
* App. - | setup instance * app | i don't know why I left a new line there
* Main feed - view model | be explicit in the WeakReferenceMessenger send * News - page | make sure the button is always centered
* Main feed - view model | be explicit in the WeakReferenceMessenger send * News - page | make sure the button is always centered * make sure the button is always centered * fix: news page - refresh button animation
* deal page - share | add a share button * deal page - share | update design around the share button * Deal page - navigation | add the navigation command on the timstamp card and the label
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes
Features & improvements