25
submitted 1 month ago by [email protected] to c/[email protected]

Ciao guys, as usual for thr first week of the month, a new production release has been published!

This version contains some stability issues (especially when navigating through comments or posts, opening and closing a post detail, etc.), some performance improvements when opening contents or refreshing (for cases that were, at least to me, very annoying) and several layout enhancements (duplicated paddings, progress bars where they shouldn't be, system nav bar color, etc).

There are a couple of brand new features too, such as admin tools and the default editor language on a per-instance basis, plus the downvote option is not shown any more if it is not allowed by your instance.

There are lot (trust me, a lot) of under the hood improvements: new unit tests being added, several dependency updates and the whole project was migrated to Kotlin 2.0.0, Compose Multiplatform 1.6.11 and Gradle 8.8. As you may have noticed, this made it also possible to launch iOS builds apart from Android ones, and I dont exclude that in the future I may be working on a desktop port.

Have a nice month! πŸ¦πŸ³οΈβ€πŸŒˆπŸ¦ And enjoy the release!

all 35 comments
sorted by: hot top controversial new old
[-] Hammerjack 2 points 1 month ago

If I try changing the default post or comment sort type, the app crashes. I just reinstalled the app and it's still crashing when I click that setting so I don't think it's anything I'm doing wrong.

[-] [email protected] 2 points 1 month ago* (last edited 1 month ago)

Thanks for the report I'll look into it!

EDIT: This happens in the Settings screen when changing the "default post sort type" and "default comment sort type" right? Does it affect the "default feed type" too?

[-] Hammerjack 2 points 1 month ago

Also, Crash Reporting is enabled in my settings but i don't know if you're actually receiving them.

[-] [email protected] 1 points 1 month ago

No, I had to remove all crash reporting so the only thing I'm getting is a useless report in the play console which does not contain anything, unless users dig into their phone storage and send me the textual log file (saved only if that option is enabled). But it's so complicated to do manually I won't ask you to do so, don't worry. I've received another report on GitHub so I'll try to reproduce it myself.

[-] Hammerjack 2 points 1 month ago

But it’s so complicated to do manually I won’t ask you to do so, don’t worry.

Here's the error: πŸ˜„

java.lang.IllegalArgumentException: Key d4.w:currentScreen was used multiple times 
	at D.m.a(Unknown Source:1293)
	at O.z.a(Unknown Source:4)
	at B2.b.q(Unknown Source:130)
	at O.t.g(Unknown Source:61)
	at O.t.f(Unknown Source:5)
	at O.o0.a(Unknown Source:203)
	at v0.T.doFrame(Unknown Source:6)
	at v0.Q.doFrame(Unknown Source:47)
	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1397)
	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1408)
	at android.view.Choreographer.doCallbacks(Choreographer.java:1008)
	at android.view.Choreographer.doFrame(Choreographer.java:934)
	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1382)
	at android.os.Handler.handleCallback(Handler.java:959)
	at android.os.Handler.dispatchMessage(Handler.java:100)
	at android.os.Looper.loopOnce(Looper.java:232)
	at android.os.Looper.loop(Looper.java:317)
	at android.app.ActivityThread.main(ActivityThread.java:8532)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
	at com.android.internal.os.ExecInit.main(ExecInit.java:50)
	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:359)
	Suppressed: t9.g: [O.c0@70a4e90, v0.r0@6b38389, x0{Cancelling}@178ef8e, S@f4f73af]
[-] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Thanks πŸ™πŸ»πŸ™πŸ»πŸ™πŸ» it's obfuscated but it's the same I got on the Google Play console report... unfortunately it doesn't contain any reference to one of my classes/functions but that "screen key was used multiple times" gives a valid hint: I'll try to figure it out today and publish a hotfix.

Effects.kt - androidx.compose.runtime.DisposableEffectImpl.onRemembered
Exception java.lang.IllegalArgumentException:
  at androidx.compose.runtime.DisposableEffectImpl.onRemembered (Effects.kt)
  at androidx.compose.runtime.CompositionImpl$RememberEventDispatcher.dispatchRememberObservers (CompositionImpl.java)
  at androidx.compose.runtime.CompositionImpl.applyChangesInLocked (Composition.kt)
  at androidx.compose.runtime.CompositionImpl.applyChanges (Composition.kt)
  at androidx.compose.runtime.Recomposer$runRecomposeAndApplyChanges$2$1.invoke (Recomposer.kt)
  at androidx.compose.ui.platform.AndroidUiFrameClock$withFrameNanos$2$callback$1.doFrame (AndroidUiFrameClock.android.kt)
  at androidx.compose.ui.platform.AndroidUiDispatcher$dispatchCallback$1.doFrame (AndroidUiDispatcher.android.kt)
  at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1397)
  at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1408)
  at android.view.Choreographer.doCallbacks (Choreographer.java:1008)
  at android.view.Choreographer.doFrame (Choreographer.java:934)
  at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:1382)
  at android.os.Handler.handleCallback (Handler.java:959)
  at android.os.Handler.dispatchMessage (Handler.java:100)
  at android.os.Looper.loopOnce (Looper.java:232)
  at android.os.Looper.loop (Looper.java:317)
  at android.app.ActivityThread.main (ActivityThread.java:8501)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:552)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:878)
[-] Hammerjack 2 points 1 month ago

Default feed type works fine. Also, changing the sort of posts or comments will crash the app whether I'm changing the default in settings or if i try changing my current sort order in the main part of the app. It's like there's some invalid/unexpected sort type that the app can't display in the dropdown.

[-] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Ok, thanks... couldn't reproduce but will try again!

[-] [email protected] 2 points 1 month ago

It should be fixed in 1.11.1, more info on GitHub.

[-] Hammerjack 2 points 1 month ago
[-] [email protected] 1 points 1 month ago

Thanks for the report! πŸ™πŸ»πŸ™πŸ»πŸ™πŸ»

[-] [email protected] 2 points 1 month ago

nice. One question. Can I create new communities from raccon app?

[-] [email protected] 2 points 1 month ago

No, you are the first one asking for it! You can modify an existing community if you moderate it, but I've never thought of adding the possibility to create one. I'll open a feature request for it, to remember about this issue.

[-] [email protected] 2 points 1 month ago
[-] [email protected] 1 points 1 month ago

I can't think of a place in the UI where this feature can be added... the edit screen can be accessed from the options menu of the community detail if you are a moderator, but I don't know where to put the "create community": maybe in the profile? (the profile screen is already cluttered and there have been discussions in this community and several rejected proposals)...

[-] [email protected] 2 points 1 month ago* (last edited 1 month ago)

uhmmm, perhaps here

picture

or better

other option

[-] [email protected] 2 points 1 month ago

Wow, super fast answer! I like the second one better, because the "Edit community" is not visible for all users. I'll go that way and, if we decide to move this option somewhere else in the future, no problem (hopefully software is not carved in stone)! Thanks!

[-] [email protected] 2 points 1 month ago

thank you for your work and this good app

[-] [email protected] 2 points 1 month ago

On it, work in progress.

This may also be the opportunity to update the Edit/Create screen with the new visibility option (Public/LocalOnly) that they added in Lemmy 0.19.4 which is a step towards the creation of private communities, currently experimental on the back-end side.

[-] [email protected] 2 points 1 month ago
[-] [email protected] 2 points 1 month ago

Hello! Would it be possible to not override crash reports that are stored on the phone? If there are crashes that are not related, occurring one after another, only the last one is always available, overriding previous ones. Would be much easier to send it back to you.

[-] [email protected] 2 points 1 month ago

Yes of course it is possible, I just wanted to avoid creating a large text file by always appending reports and I didn't think if was worth implementing a log rotation mechanism.

I can default the value to false and, if you enable crash reporting, I assume you can periodically delete the file manually.

[-] [email protected] 2 points 1 month ago

Those crash sizes r like 5kB; I just looked at app's cache > 200MB, I believe it's safe to turn appending on & overriding off.

[-] [email protected] 2 points 1 month ago

Ok, done it!

[-] [email protected] 2 points 1 month ago
[-] [email protected] 2 points 1 month ago

Thanks for this app, very usefull and nice lookig ! I love particularly the kijetesantakalu glyph!

[-] [email protected] 2 points 1 month ago

Have you tried changing the app language to toki pona? Really nice avatar by the way "mi jan pona sina" too.

[-] [email protected] 2 points 1 month ago

Oh my, so great. ilo sina li kepeken tokipona ale la, ona li suli mute tawa mi ! mi sona ala e ni : ilo ante li jo e toki ante pi toki pona. mi la, ilo Kijete sina li nanpa wan !

[-] [email protected] 2 points 1 month ago

sona mi la, ilo ante li jo ala e toki ante pi toki pona. ken la, toki ante pi ilo kijetesantakalu la, pakala li lon. sina wile la, sina ken pana e luka tawa mi tawa ni : toki ante pi toki pona li jo e pakala ala. jan pona mi la, jan ala li sona e toki pona.

[-] [email protected] 2 points 1 month ago

lon lon lon ! sina wile la, mi ken a. ken la, mi toki tan ilo Kijetesantakalu lon kulupu pi toki pona ! ilo sina li suli tawa mi.

[-] [email protected] 2 points 1 month ago

lon, o toki! tenpo pini la, mi toki lon ma Lemi tan ilo ni, taso jan ala li lukin e ona.

[-] [email protected] 2 points 1 month ago

This app keeps getting better and better. I like to test drive all the apps as they release and I've really evjoyed seeing this!

[-] [email protected] 1 points 1 month ago

Glad to hear that! It's thanks to your feedbacks and reports that I can continue improving it... πŸ™πŸ»πŸ™πŸ»πŸ™πŸ»

this post was submitted on 04 Jun 2024
25 points (96.3% liked)

raccoonforlemmy

174 readers
6 users here now

The purpose of this community is to discuss and collect feedback about the development of the Raccoon For Lemmy mobile app.

Feel free to use this space to share your

Suggestions as well as criticism is well accepted (better if constructive but who cares after all: Lemmy is beautiful because there's freedom).

Have a look at the GitHub repository for more information.

Chat with us on Matrix!

NB: Notes collected here will eventually become issues on GitHub to better track their evolution.

founded 9 months ago
MODERATORS