Omid
Omid
Hey there, I wasn't sure what was the right issue type to use here, so I thought I'd ask here first. I recently came upon a crash in firebase: `java.lang.UnsupportedOperationException:...
## 📑 What does this PR do? - Renamed `MastodonApiImpl` to `MastodonApiKtor` and marked `internal`. Added Koin bean to provide the interface `MastodonApi` which encapsulates implementation. - Marked `AuthenticationRepositoryImpl` as...
### Description After logging in, there should be a simple FAB or similar on the timeline screen where the user can tap to launch some type of modal/popup/screen and enter...
### Description It was requested in #mastodon-client slack channel for documentation regarding code style and coding conventions. This is just an "issue" to track that and for anyone to offer...
### Description We should include some quick/small option in the timeline to log out and return to the root welcome screen ### Additional Information _No response_
### Description Implement functionality to allow existing users to log in ### Additional Information _No response_
### Description Placeholder issue for adding fastlane scripts and github actions to run CI for tests, detekt, lint, and builds for distribution. ### Additional Information _No response_
### Description For MVP, let's support browsing your local timeline first only. This will keep the scope limited as supporting multiple timelines + viewing own/user's profile can be done in...
There is a variant of `runningWorker` for when your Worker doesn't output anything. The kdoc mentions to use `runningSideEffect` as the alternative. We should consider a formal `@Deprecation` of this...