From 5bb3fa093ee669b5c04b5e56577ce2405f4562c3 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Fri, 27 Oct 2023 22:09:14 +0200 Subject: [PATCH 1/3] fix: Use sorted locations when not loading anymore; Closes #134 --- .../view_details_screen_widgets/LocationPointsList.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/screens/view_details_screen_widgets/LocationPointsList.dart b/lib/screens/view_details_screen_widgets/LocationPointsList.dart index 37699fb..a8f5ebc 100644 --- a/lib/screens/view_details_screen_widgets/LocationPointsList.dart +++ b/lib/screens/view_details_screen_widgets/LocationPointsList.dart @@ -67,8 +67,8 @@ class _LocationPointsListState extends State { final locationFetchers = context.watch(); final fetcher = locationFetchers.findFetcher(widget.view)!; final locations = fetcher.isLoading - ? fetcher.sortedLocations - : fetcher.locations.toList(); + ? fetcher.locations.toList() + : fetcher.sortedLocations.toList(); return ListView.builder( shrinkWrap: true, From 1d7d70b1795d3023be5c652a19c433809f22b70a Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Wed, 19 Jun 2024 07:28:52 +0200 Subject: [PATCH 2/3] fix(docs): Add note; Fix donations --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a56bc6c..5003bd3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ encrypts your location end-to-end, meaning that no one, not even we, can read it location decentralized on multiple servers of your choice using Nostr, meaning that you are not locked to a service. No authentication required. +Locus is currently not in active development. I am unable to work on it as much as I would like. +I will still fix security issues and maintain it, but there will not be any new features in the +foreseeable future. I am open for any Pull Requests. + # Download **iOS currently does not have a release. You will need to build and install the app yourself.** @@ -65,13 +69,7 @@ Translate Locus into your language so that other people can use it more easily. ## Donate It might sound crazy, but if you would just donate 1$, it would totally mean to world to me, since -it's a really small amount and if everyone did that, I can totally focus on Locus and my other open +it's a really small amount and if everyone did that, I can totally focus on Alibi and my other open source projects. :) -You can donate via: - -* [GitHub Sponsors](https://github.com/sponsors/Myzel394) -* Bitcoin: `bc1qw054829yj8e2u8glxnfcg3w22dkek577mjt5x6` -* - -Monero: `83dm5wyuckG4aPbuMREHCEgLNwVn5i7963SKBhECaA7Ueb7DKBTy639R3QfMtb3DsFHMp8u6WGiCFgbdRDBBcz5sLduUtm8` +You can donate via [GitHub Sponsors](https://github.com/sponsors/Myzel394) or via [crypto currencies](https://github.com/Myzel394/contact-me?tab=readme-ov-file#donations). From 7049a65bc8ccae7014fcd463b2a6d03fe1e2c4a5 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:06:29 +0200 Subject: [PATCH 3/3] feat: Add info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5003bd3..85a930c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Locus is no longer maintained. See [#160](https://github.com/Myzel394/locus/issues/160) for more info + # Locus