droid-feed icon indicating copy to clipboard operation
droid-feed copied to clipboard

Aggregated Android news, articles, podcasts and conferences about Android Development

Results 3 droid-feed issues
Sort by recently updated
recently updated
newest added

`fun onSaveSourceClicked(url: String) = viewModelScope.launch(Dispatchers.IO) { val trimmedUrl = url.trimIndent() if (Patterns.WEB_URL.matcher(trimmedUrl.toLowerCase(Locale.US)).matches()) { sourceErrText.postValue(R.string.empty_string) val cleanUrl = URLUtil.guessUrl(trimmedUrl) val alreadyExists = sourceRepo.isSourceExisting(cleanUrl) if (alreadyExists) { sourceErrText.postValue(R.string.error_source_exists) } else { isSourceProgressVisible.postValue(true)...

bug

Hi, I wanted to see if you working on adding dark mode to the app, or maybe I can add it and send you a pull request?

feature request

[![ezgif-com-gif-maker-1.gif](https://i.postimg.cc/7PRsKwBt/ezgif-com-gif-maker-1.gif)](https://postimg.cc/QVpJtGZc)