Naveen Singh
Naveen Singh
You can work on it.
You can find some relevant code in [ThreadActivity](https://github.com/FossifyOrg/Messages/blob/master/app/src/main/kotlin/org/fossify/messages/activities/ThreadActivity.kt) and [ThreadAdapter](https://github.com/FossifyOrg/Messages/blob/master/app/src/main/kotlin/org/fossify/messages/adapters/ThreadAdapter.kt). It's always a good idea to familiarize yourself with a project before you start working on it or better, pick...
Yeah, the widgets implementation needs to be improved significantely. Right now, it barely works.
Should be fixed in the next update.
@Rebe-Ka Are you able to reproduce this with the latest [Fossify Launcher v1.5.0](https://github.com/FossifyOrg/Launcher/releases/tag/1.5.0)? It would be helpful if you shared the exact steps.
That is, list the steps one must take to observe this broken behavior on a clean install of Fossify Launcher.
Good to know. Please comment if it happens again.
Related issues: - https://github.com/FossifyOrg/Calendar/issues/165 - https://github.com/FossifyOrg/Calendar/issues/166 - https://github.com/FossifyOrg/Calendar/issues/392
> Miss meeting. (See reproduction) Just to clarify, did you get the notifications at 10AM or no notifications at all?
Since Android 11, this is the **intended system behavior**. Only the system camera app can handle camera requests. More info: - https://developer.android.com/about/versions/11/behavior-changes-11#media-capture - https://issuetracker.google.com/issues/162643544 - https://commonsware.com/blog/2020/08/16/action-image-capture-android-r.html Also closed https://github.com/FossifyOrg/Camera/issues/45 for...