Infinity-For-Lemmy/README.md

98 lines
3.5 KiB
Markdown
Raw Normal View History

<h1 align="center">
2023-08-21 11:01:08 +02:00
Eternity (formerly Infinity for Lemmy)
</h1>
2019-08-28 12:00:58 +02:00
<div align="center">
2022-07-15 04:55:47 +02:00
A Lemmy client for Android written in Java. It's a fork of the [Infinity for Reddit](https://github.com/Docile-Alligator/Infinity-For-Reddit) project, currenty in early development.
2022-07-15 04:55:47 +02:00
</div>
2022-07-15 04:55:47 +02:00
<br>
<div align="center">
2023-08-30 10:13:23 +02:00
<img src="https://codeberg.org/Bazsalanszky/Eternity/raw/branch/master/fastlane/metadata/android/en-US/images/icon.png" width=256>
2022-07-15 04:55:47 +02:00
[![status-badge](https://ci.codeberg.org/api/badges/12474/status.svg)](https://ci.codeberg.org/repos/12474)
[![Liberapay patrons](https://img.shields.io/liberapay/patrons/bazsalanszky)](https://liberapay.com/Bazsalanszky)
2022-09-15 18:02:41 +02:00
2023-08-30 10:13:23 +02:00
<a href="https://codeberg.org/Bazsalanszky/Eternity/issues">Report a Bug</a>
2022-09-14 15:56:09 +02:00
</div>
2022-09-15 18:02:41 +02:00
<div align="center">
2023-08-30 10:13:23 +02:00
<a href="https://play.google.com/store/apps/details?id=eu.toldi.infinityforlemmy">
<img src="./.assets/google-play-badge.png" height="80">
</a>
<a href="https://apt.izzysoft.de/fdroid/index/apk/eu.toldi.infinityforlemmy">
<img src="./.assets/IzzyOnDroid.png" height="80">
</a>
2023-08-30 10:13:23 +02:00
<a href="https://codeberg.org/Bazsalanszky/Eternity/releases/">
<img src="./.assets/codeberg.png" height="80">
</a>
2023-08-30 10:13:23 +02:00
</div>
---
2022-09-14 15:56:09 +02:00
2023-08-21 11:01:08 +02:00
## Action Items for Eternity
2023-08-21 11:01:08 +02:00
Eternity is currently in the early stages of development. Expect many unfinished features and bugs!
- [x] Implementation of basic post browsing feature
- [x] Support for multiple account handling
- [x] Functionality for post upvotes/downvotes
- [x] Functionality to browse comments
- [x] Capability for creating a new post
- [x] Ability to create comments
- [x] Edit/Delete posts and comments
- [x] Basic inbox
- [ ] Elimination of code/string references specific to Reddit
2023-08-21 11:01:08 +02:00
- [x] Incorporation of private messaging feature
- [x] Feature for saving posts/comments
- [x] Resolving links
- [ ] Account editing function
- [ ] Multi community view?
2022-07-15 04:55:47 +02:00
## Contributing
First off, thanks for taking the time to contribute! Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request.
2022-10-23 04:31:55 +02:00
It's better to also open an issue describing the issue you want to fix. But it is not required.
2022-07-15 04:55:47 +02:00
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
### Translation
You can alos help Eternity by translating it to your native langugage! Translations are done via [Weblate](https://translate.codeberg.org/projects/infinity-for-lemmy/app/)!
[![Translation](https://translate.codeberg.org/widgets/infinity-for-lemmy/-/app/multi-auto.svg)](https://translate.codeberg.org/engage/Eternity/)
### Reporting bugs
2023-08-30 10:13:23 +02:00
You can also contribute by [reporting bugs](https://codeberg.org/Bazsalanszky/Eternity/issues)
2022-07-15 04:55:47 +02:00
<p align="right">(<a href="#top">back to top</a>)</p>
## License
2023-08-30 10:13:23 +02:00
Distributed under the AGPL-3.0 License. See <a href="https://codeberg.org/Bazsalanszky/Eternity/src/branch/master/LICENSE">LICENSE</a> for more information.
2022-07-15 04:55:47 +02:00
<p align="right">(<a href="#top">back to top</a>)</p>
## Contact
[@bazsalanszky@lemmy.toldi.eu](https://lemmy.toldi.eu/u/bazsalanszky) - (Owner)
2022-09-14 15:56:09 +02:00
2023-08-30 10:13:23 +02:00
Project Link: [https://codeberg.org/Bazsalanszky/Eternity](https://codeberg.org/Bazsalanszky/Eternity)
2022-07-15 04:55:47 +02:00
2022-09-14 15:56:09 +02:00
<p align="right">(<a href="#top">back to top</a>)</p>