Git Product home page Git Product logo

myrssfeeds's People

Contributors

ahmed-abdelrazek avatar krnlsoft avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

emshem

myrssfeeds's Issues

AppCertKit error

Platform version launch
Error Found: The high OS version validation detected the following errors:
Task failed to enable HighVersionLie.
Impact if not fixed: The app should not use version information to provide functionality that is specific to the OS.
How to fix: Please use recommended methods to check for available functionality in the OS. See the link below for more information.
Operating System Version http://go.microsoft.com/fwlink/?LinkId=519280

Add a cancel button for loading data

Add a button that cancel loading data in the Feeds and Sources Views in the appbar at the bottom next to the refresh button

example for cancel button with its icon https://github.com/ahmedflix25/MyRSSFeeds/blob/a80257b81d92680b9dfb3214ee5ca8141d1c6f2b/MyRSSFeeds.UWP/Views/MainPage.xaml#L45-L47
example for the cancel code https://github.com/ahmedflix25/MyRSSFeeds/blob/a80257b81d92680b9dfb3214ee5ca8141d1c6f2b/MyRSSFeeds.UWP/ViewModels/MainViewModel.cs#L398

only enable the cancel button with CanExecute command when IsLoadingData is true

2 pr one for each view

  • add cancel loading button for Feeds
  • add cancel loading button for Sources

don't forget to raise CanExecute for the cancel command when the data is loading at the beginning of the LoadDataAsync method an example https://github.com/ahmedflix25/MyRSSFeeds/blob/a80257b81d92680b9dfb3214ee5ca8141d1c6f2b/MyRSSFeeds.UWP/ViewModels/MainViewModel.cs#L661

Feeds search by title isn't very good at the moment

Feeds search by title isn't very good at the moment because you need to write the title or a part of it exactly as it was to get a result

if the title was "Windows 7 is out of support" and searched for "windows" it won't return any thing to the user because the user will have to use "Windows"

Websites send rss first line as white space

some websites sometime send the xml rss file with it's first line as white space and c# XmlReader can't handle it so it crush and the app either can't add the rss as source or get the feed from it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.