
Added Support for Lemmy v0.15.0 Changed "Time ago" strings, dates, and compact numbers are now localized

lemmur v0.8.0 - lemmy v0.15.0 support & Weblate
Added Support for Lemmy v0.15.0 Changed "Time ago" strings, dates, and compact numbers are now localized
This release includes support for lemmy v0.15.0 and lemmur is finally translation-ready!
Lemmy devs are kindly hosting lemmur translation strings on their Weblate instance. Feel free to contribute strings there, we regularly sync string changes with Weblate.
We wanted to make sure that all the efforts that went into translating Lemmy do not go to waste and thus we ported to our Weblate as many translations as we could (~130 strings).
We use flutter's native file format for translations: ARB, which itself uses the ICU message syntax. In most cases you will be able to deduce the syntax based on the source string. Here are 3 important examples:
Hello there {name}!
- placeholders are put in a pair of braces, it will be later replaced with an appropriate value.
You have {amount} new {amount, plural, =0{messages} =1{message} =2{messages} few{messages} many{messages} other{message}}
- plur
lemmur v0.7.0
Added Blocking of users and communities (from post and from comment) Reporting posts and comments Android theme-aware splash screen (thanks to @mimi89999) Logging: local logs about some actions/er...
In this release we have done quite a bit of internal refactoring which will hopefully result in a more stable and consistent experience as well as help us implement new features faster.
Notable new features include blocking and reporting. Also logging was adding, which will help us debug problems on users' end. Note: all logs are kept in memory and are not persisted nor sent anywhere.
Full changelog:
Please log out and log back in on instances using Lemmy 0.13.0
Lemmy 0.13.0 invalidated all authentication tokens meaning your current account will cause infinite spinners in lemmur. This has showed us that we should improve invalid auth handling, hence I have created a report for that: https://github.com/LemmurOrg/lemmur/issues/265
Good cubing apps?
Here is my modest list of cubing apps I use, I would love to hear your suggestions! (I can update this post with new suggestions, turning it into a curated list)
Web:
Android:
Desktop:
v0.5.0 - editing posts/comments, more settings, Lemmy v0.11.0 support
Added Editing posts Editing comments Show avatars setting toggle Show scores setting toggle Default sort type setting Default listing type setting Import Lemmy settings: long press an account in a...
Please read this post as it explains some weirdnesses!
Other than Lemmy v0.11.0 support this release added the long awaited post/comment editing and support for all lemmy settings.
We can split settings into 2 categories:
We decided to not implement frontend settings on an account basis. This means lemmur will not respect some settings set on your account, rather it will store them locally and will be active for all your accounts. So for example, if y
Inaugural post: introduce yourself
v0.4.2 - better keyboard, selectable text, fix wrong userId
Sadly, this release will log you out of all accounts Changed Disable commenting on locked posts Enhanced keyboard experience appropriate keyboard types are opened correct capitalization added tex...
Sadly, this release will log you out of all accounts once again. We are aware it is annoying and hope to reduce the amount of times it happens. On the bright side, this release includes support for password managers when logging in so it should be easier to restore all accounts.
In other news the keyboard experience throughout the app was improved (for example, before when writing a comment your keyboard would not capitalize letters in sentences) like showing correct keyboard types and providing native hints for your OS. You can also select text in places where you'd expect it to be possible.
also, this time this release actually fixes the thing we supposedly fixed in v0.4.1, sorry for that
Full changelog:
hotfix v0.4.1
Fixed Some actions would pass the wrong user id around causing infinite spinners, this is now fixed
This addresses an issue where the wrong data was sometimes loaded due to an incorrect user ID.