47 lines
2.3 KiB
Markdown
47 lines
2.3 KiB
Markdown
|
|
# **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).png"> <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>
|
|
|
|
## License:
|
|
|
|
Copyright (c) 2021 PSMForums. All rights reserved.
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License. |