Adam Szewera

Results 5 issues of Adam Szewera

wip, waiting for https://github.com/syncthing/syncthing-android/pull/2054 to merge first Decouples a bit FolderActivity and DeviceActivity from SyncthingService by injecting NotificationHandler into them directly instead of relying on a method in SyncthingService to...

# Description Refactor a bit the way the default preferences are provided by making it more explicit they are the default ones. There are only the default ones at the...

WIP Refactoring the app to use Dagger2 Hilt 🚀 https://dagger.dev/hilt/

## Description: I was playing around with Koin on Android while following the documentation. I found few typos and wanted to reword a couple of sentences to make the documentation...

## Description Solves: https://github.com/continuedev/continue/issues/2209 The `getIcon` method id `AutocompleteSpinnerWidget` references an image that does not exist in resources. ``` override fun getIcon(): Icon = if (isLoading) animatedIcon else IconLoader.getIcon("/icons/continue.svg", javaClass)...