Husky/app/src
Ivan Kupalov ed646a8b02 Fix settings default values for preferences (#1828)
At some point settings DSL was refactored to first add a preference and
then run the builder. We shouldn't add a preference to the hierarchy
without setting a key for the preference first because preference gets
it's default value in `onAttachedToHierarchy()` and if the key is not
set then no default value will be set either.

This commit changes the order to execute builder (and set the key)
first and and preference to the point later.
2020-06-15 17:08:36 +03:00
..
androidTest/java/com/keylesspalace/tusky Filters: Make behavior of "whole word" filters consistent with the web UI when filters are non-alphanumeric (#1623) 2020-01-06 16:16:54 +01:00
blue/res Husky branding(icons) 2020-02-28 09:47:09 +03:00
green/res Husky branding(icons) 2020-02-28 09:47:09 +03:00
husky/res l10n: upgrade generated translations 2020-06-15 16:14:27 +03:00
main Fix settings default values for preferences (#1828) 2020-06-15 17:08:36 +03:00
test/java NodeInfo: replace Int by Long in upload limits, add test cases 2020-05-23 14:57:14 +03:00