Un client android per lemmy - un'alternativa federata a reddit
Go to file
Filip Krawczyk 0a95fefba0
Update README.md
2023-02-04 15:57:01 +01:00
.github Fix ios build 2022-07-15 21:32:51 +02:00
.vscode Migrate instance page to mobx + l10 strings (#316) 2022-01-20 11:50:24 +01:00
android Bump native versions 2022-07-15 21:02:42 +02:00
assets CR Small Changes 2022-08-23 00:34:10 +02:00
fastlane Stop being a beta (#318) 2022-01-14 21:28:23 +01:00
ios Merge branch 'feature/markdown-editor' of https://github.com/krawieck/lemmur into feature/markdown-editor 2022-08-05 11:09:57 +02:00
lib revise the way editor toolbar sticks to the bottom 2022-08-25 23:56:11 +02:00
linux maintenance/autogenerated files 2022-06-26 23:41:53 +02:00
scripts Migrate modlog to mobx (#303) 2021-12-04 18:03:54 +01:00
test Lemmy v0.15.0 changes (#314) 2022-01-14 14:25:31 +01:00
windows maintenance/autogenerated files 2022-06-26 23:41:53 +02:00
.gitignore Rename and remove stuff, add PullToRefresh (#293) 2021-11-12 17:01:17 +01:00
.metadata first commit 2020-08-02 13:34:42 +02:00
CHANGELOG.md typo fix 2022-08-29 12:08:02 +02:00
CONTRIBUTING.md Add weblate cronjob (#310) 2022-01-09 21:39:28 +01:00
LICENSE Create LICENSE 2020-09-22 20:45:06 +02:00
PRIVACY_POLICY.md Add privacy policy 2022-01-19 23:24:17 +01:00
README.md Update README.md 2023-02-04 15:57:01 +01:00
analysis_options.yaml Enable new lints 2022-05-11 22:23:18 +02:00
l10n.yaml Migrate instance page to mobx + l10 strings (#316) 2022-01-20 11:50:24 +01:00
pubspec.lock Bump deps 2022-07-15 21:07:10 +02:00
pubspec.yaml Bump deps 2022-07-15 21:07:10 +02:00

README.md

⚠️ THIS PROJECT IS NOT MAINTAINED ANYMORE ⚠️

This project has been officially dropped due to lack of interest and political differences. If anyone is interested in continuing developement, feel free to fork it. For any questions you can message krawieck (who was responsible for the flutter app) or shilangyu (who was responsible for lemmy_api_client).


Translation status

lemmur

Get it on F-Droid

A mobile client for Lemmy - a federated reddit alternative

Buy Me A Coffee

Build from source

Prerequisites

  • Install flutter: To check if this step was successful run flutter doctor (Installing android studio is not required if you setup the android SDK yourself)
  • Clone this repo: git clone https://github.com/LemmurOrg/lemmur
  • Enter the repo: cd lemmur

Android

  1. Build: flutter build apk --flavor prod --target lib/main_prod.dart --release

The apk will be in build/app/outputs/flutter-apk/app-prod-release.apk

Linux

  1. Make sure you have the additional linux requirements (verify with flutter doctor)
  2. Build: flutter build linux --target lib/main_prod.dart --release

The executable will be in build/linux/x64/release/bundle/lemmur (be aware, however, that this executable is not standalone)

Windows

  1. Make sure you have the additional windows requirements (verify with flutter doctor)
  2. Build: flutter build windows --target lib/main_prod.dart --release

The executable will be in build\windows\runner\Release\lemmur.exe (be aware, however, that this executable is not standalone)

FAQ

Version x.x.x was released, why is it not yet on F-droid?

We have no control over F-droid's build process. This process is automatic and not always predictable in terms of time it takes. If a new version does not appear in F-droid a week after its release, then feel free to open an issue about it and we will look into it.

"App not installed" - what to do?

When installing the APK directly you might get this message. This happens when you are trying to update lemmur from a different source than where you originally got it from. To fix it simply uninstall the previous version (you will lose all local data) and then install the new one. Always make sure to install lemmur APKs only from verified sources.