A Lemmy client forked from the Infinity for Reddit project https://lemdro.id/c/infinityforlemmy
Go to file
Balazs Toldi 9b9b3c4a1b
Updated some string values to mach with lemmy
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
2023-07-24 21:25:46 +02:00
.github Include GitHub Sponsor info 2023-02-25 02:37:58 +08:00
.woodpecker Woodpecker CI/CD test 2023-07-23 16:45:58 +02:00
app Updated some string values to mach with lemmy 2023-07-24 21:25:46 +02:00
fastlane/metadata/android/en-US Simple readme update 2023-07-21 07:22:45 +02:00
gradle/wrapper Update gradle wrapper (#1006) 2022-09-09 23:24:18 +08:00
.gitignore add VScode 2022-09-14 15:42:07 +02:00
build.gradle Change package name 2023-07-15 13:06:40 +02:00
gradle.properties Downloading video without sound is now available. Minor bugs fixed. 2019-12-01 20:05:27 +08:00
gradlew Update gradle wrapper (#1006) 2022-09-09 23:24:18 +08:00
gradlew.bat Update gradle wrapper (#1006) 2022-09-09 23:24:18 +08:00
LICENSE Adopt AGPLv3 license 2019-10-29 00:14:05 +08:00
README.md Update readme to indicate that loading comment works now. 2023-07-24 08:40:04 +02:00
settings.gradle First commit 2018-07-26 23:04:44 +08:00

A Lemmy client on Android written in Java. It's a fork of the Infinity for Reddit project, currenty in early development.




Action Items for LemmInfinity

LemmInfinity is currently in the early stages of development. Expect many unfinished features and bugs!

  • Implementation of basic post browsing feature
  • Support for multiple account handling
  • Functionality for post upvotes/downvotes
  • Functionality to browse comments
  • Capability for creating a new post
  • Ability to create comments
  • Elimination of code/string references specific to Reddit
  • Incorporation of private messaging feature
  • Feature for saving posts
  • Account editing function
  • Multi community view?

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. It's better to also open an issue describing the issue you want to fix. But it is not required.

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

Here are other ways you can help:

(back to top)

License

Distributed under the AGPL-3.0 License. See LICENSE for more information.

(back to top)

Contact

@bazsalanszky@lemmy.toldi.eu - (Owner)

Project Link: https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy

(back to top)