Skip to content

v1.8.07 - #454

Merged
bricefriha merged 245 commits into
mainfrom
develop
Aug 12, 2026
Merged

v1.8.07#454
bricefriha merged 245 commits into
mainfrom
develop

Conversation

@bricefriha

@bricefriha bricefriha commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Changes

  • Settings: add ability to filter sources
  • change term for donation
  • fix; deal badge not displaying
  • add ability to report articles

bricefriha and others added 30 commits March 11, 2025 15:36
* 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
* 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
bricefriha and others added 28 commits July 4, 2026 21:15
* 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
bricefriha marked this pull request as ready for review August 12, 2026 11:07
@bricefriha
bricefriha merged commit ed9ba5e into main Aug 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant