v1.8.07 - #454
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
* fetcher - cancellation token for getdeals * Fetcher - caching DRMs * viewmodels - deals | Optimise the way we load the deals * Deals - correct d * deals - trending | simplify the code a bit more * fetcher - improve the drm and filtering logic * fetcher - drm filter manage nullable * remove embedded loop * avoid duplicate popups * App - function to display soft errors * display error in case CurrentApp.DataFetcher.AllDeals is null * Fetcher - GetDeals | reliability changes * more of the same * update save for deal filter * dealfilter | Swap OnColor and ThumbColor for Switch control * manage empty filter results * deals | Desable tap background to close filter popup
* news page - trends | make sure it does leave an empty section * remove fonts that are not there * Bring the catchup registering to after the shell loads * leave article register out of DEBUG * News Page - bettter loading UX
* fixing the scroll disbling randomly * prevent the trending list from empting when the request is canceled
* fetcher - http exception handler | exclude when orperation cancelled * fetcher - WithRetryAsync | check for feasability
* have a html android handler * cleanup the handler * other cleanup
* Menu | move bookmark to the side bar * Feed | Change the icon of the my feeds * settings | change switch colours
* Menu | Remove the giveaway section * remove all mentions of giveaway in code
* feeds: new animation loading * Remove commented code
* Update XCODE_VERSION to 26.6 in PR workflow * Update XCODE_VERSION to 26.6 in prod-deploy.yml * Update Xcode version in dev-deploy workflow
* change the app name to gamspur * Change image source in README Updated image source in README.md. * Change image link in README Updated image source in README.md
* prevent popup crash * AuthPopUp| code cleanup * tweak the discord portal UI and navigation
* settings | list the sources * settings - outlets | data storage * settings misc * outlets settings | use sqlite * the app doesn't choke as bad * 🍞 * wtf visual studio?? * have a service to update sources live * source - model | cleanup * Make sure the trending page refreshes * Setting | swift change behaviour * cleanup * preferences keys - remove the `SourceSelection ` * Source - remove commanted code * Settings | Outlets -> publications
* update copywrite * About page -| change name * change support email * change business email * About: add Emma as founder
* fetcher - GetTrendingArticles | fix type cast * Fetcher - GetTrendingArticles | extend period to 18h
* fix tab renderer on iOS * fix tabrenderer on Android
* ViewModels - Articles | null check on article population * backup db | null check on database before progressing
* Page - article | report article UI * vm - article | add the report command * menu -| wrong email used on the contact btn
* viw model - main feed | fix issue that occur when the search returns null * Refactor: use C# 12 collection expressions for lists Replaced List<Article> constructor with [] syntax and used the spread operator (..) for concise list creation from filtered articles. Modernizes and simplifies code.
* vm - news FetchNewerArticles | fix nullability confusions * fix formating
bricefriha
marked this pull request as ready for review
August 12, 2026 11:07
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.
Changes