Angelo Suzuki
Angelo Suzuki
### Overview `CookieManager`'s doc states that its methods that receive `ValueCallbacks`s should be able to receive null callbacks: > You can pass null as the callback if you don't need...
### Description Calling `RoboCookieManager.removeSessionCookies(ValueCallBack)` with a null `ValueCallback` results in a `NullPointerException`. `CookieManager`s doc is quite clear that it is a valid use case: > You can pass null as...
When trying to use the plugin with Android Studio, one gets the following error: `Could not get unknown property 'testClasses' for project ':network' of type org.gradle.api.Project.`. Following your [blog post](https://softnoise.wordpress.com/2014/09/07/gradle-sub-project-test-dependencies-in-multi-project-builds/)...
The FreeBSD inotify compatible library (https://www.freshports.org/devel/libinotify/) installs its .so to `/usr/local/lib/libinotify.so`.
It allows the user to, if they prefer, loading missing posts from the oldest post onwards (upwards). I understand that new features should be suggested on the iOS app repo,...
When working on fix #677, I noticed that `LegacyFilter` wasn't working as I expected. The reason was because `LegacyFilter.context` wasn't populated, although `LegacyFilter._context` was. The reason was that because after...
### Describe what you'd like to see added to the app As someone who doesn't have F-Droid installed, I'd fine convenient to be able to install and update Anemo via...
It'd be nice, and it would also be the last one you'd need to do: https://github.com/ReactiveX/RxJava/tree/1.x#end-of-life-notice
**Describe the bug** When at the bottom of a feed, the FAB / compose button blocks the last item (content, actions, ...). **To Reproduce** Steps to reproduce the behavior: 1....
**Describe the bug** When the apps fails to translate a post, the failure is not always reported. **To Reproduce** Steps to reproduce the behavior: 1. Find a post that doesn't...