Jonas Wanke

Results 120 issues of Jonas Wanke

Use swipe to refresh consistently on all screens

T: feat
P: 4

T: feat
M: assignment

Currently, we need the `messengerToken` to create the `MessengerService`. We should be able to see cached rooms & messages even without internet or when our session has expired.

T: feat
M: messenger

A few lines above we check if `initialTabIndex < 0`. Can't we directly after we do the `indexOf` just `clamp` it? Like `initialTabIndex = initialTabIndex.clamp(0, tabs.length - 1)` _Originally posted...

Android supports grouping notifications by different channels specified per app: https://developer.android.com/training/notify-user/channels We should provide multiple channels (e.g., for courses, announcements, direct messages, etc., and potentially individual chats → see how...

T: feat
M: messenger