First Commit

This commit is contained in:
2021-03-10 18:17:24 +05:30
commit 207ce82ff2
360 changed files with 12105 additions and 0 deletions

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
# **PSMForums**
_`Last Updated: March 10' 2021`_
PSMForums is an RSS Reader for Android. This started out as a personal project while getting the
hang of Kotlin. RSS is an old technology and there are already many readers out there, but I find
many of them hard to navigate and jam-packed with features which are way overkill or simply not needed.
The aim is an attractive and intuitive app, lightweight but fully functional with not too many frills.
### Early Access:
PSMForums is now in Beta. Please note that until a stable release, some functionality may still be
limited. I'm constantly updating this app and trying to make it better. I would truly appreciate
any and all feedback, especially if you find any issues or bugs, or have ideas for new features
(please open an issue). I also welcome contributions.<br>
## Screenshots:<br><br>
<img width="250" src="Screenshot(1)"> <img width="250" src="Screenshot(2).png"> <img width="250" src="Screenshot(3).png">
<img width="250" src="Screenshot(4).png"><img width="250" src="Screenshot(5).png"><img width="250" src="Screenshot(6).png">
## Feature List v1.0.0-Beta:
<ul>
<li>Build-In Dark Mode with system level integration to switch with the OS</li>
<li>Choose your RSS Feed from the pre-build or add a custom Feed</li>
<li>Background Sync so you don't miss out on any notifications</li>
<li>RSS parsing provided by <a href="https://github.com/prof18/RSS-Parser">RSS Parser</a></li>
<li>Search engine powered by <a href="https://developer.feedly.com/v3/search/">Feedly Search API</a></li>
<li>OPML support (importing and exporting) provided by <a href="https://github.com/rometools/rome">Rome Tools</a>
<li>Ability to organize feeds by category</li>
<li>Star/unstar and mark entries as read/unread</li>
</ul>