David Corsalini
David Corsalini
Even with view recycling notifyDataSetChanged() will redraw all 48 items. You should use notifyItemChanged(int position) or similar to update just the needed views.
Is there progress on this? Is this a feature you're willing to work on? I'm using Cloudflare Tunnel to connect to my home server when outside and it is slooooooooooow,...
Auto grouping of similar communities should be done by community tagging, not by name. A community should be able to add a (limited) number of tags to itself, then using...
I don't think users should add tags to communities, what I'm proposing is something like this: **Multicommunity: "Home"** - **Manually added communities**: "[email protected]" "[email protected]" - **Manually avoided communities**: "[email protected]" "[email protected]"...
> The downside is that a user won't be able to subscribe to every community in the set with 1 click If multicommunities are public, there could be a "copy...
If sending out the requests is the problem for lemmy.lm, you could send a single request (instead of 100) to a separate worker, on a separate server, that then forwards...
> Are votes being updated immediately across all federated instances? If so, is live updating of vote counts even necessary? Aggregating votes every hour would help, but an _hour_ lag...
@extmkv I'm getting an error when using v0.11.1: ``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:resourcePlaceholdersForNdevelopDebug'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:149) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:147) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:135) at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57) at...
@extmkv that problem is gone, I'm now facing a new one, but I don't understand if it is due to this library: ``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:processNdevelopDebugMainManifest'. at...
Not that I'm aware of. I don't have the attribute `applicationId` in `defaultConfig`, I'm using `namespace` in `android` and `applicationIdSuffix` in my `ndevelop` flavor (.develop). This is the configuration for...