fm-sys
fm-sys
IMHO there is no reason for a general no. My opinion: 1. A light refresh is no replacement for the full refresh functionality and needs to be optional 2. The...
BTW a duplicate of #10002. Let's close the other one...
> I tried to create a new filter view with just a slider, similar to "Stored since", using the sql field "hidden". But unlike the normal Hidden data filter that...
Have you checked whether the params are added correctly to the API call?
FYI, there are some compile errors in the unit tests... ``` 06:13:24 /home/jenkins/slave/workspace/cgeo-CI_PR-build/tests/src-android/cgeo/geocaching/SearchResultTest.java:32: error: cannot find symbol 06:13:24 search.getSearchContext().putString("testkey", "test"); 06:13:24 ^ 06:13:24 symbol: method getSearchContext() 06:13:24 location: variable search...
Hi @NotWoods, there are some merge conflicts with need to be solved before the PR can be merged... Thank you!
> setSupportProgressBarIndeterminateVisibility() used to be non-blocking btw. A real pity it got removed  Honestly, I can understand why they removed it. It didn't had given enough information about what...
Maybe it's a matter of taste, but I would prefer a circular progress indicator for indeterminate progresses. Feels more natural IMHO.
> So limiting display to a default of even 5,000 or 10,000 characters should be enough in most cases. 10k characters can be quite short, e.g. for some longer Multis...
I'm a bit lost how to solve this exception... For sure, we can simply add a null-check but this doesn't explain why this is happening at all. For some reason,...