Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
Ivan Kupalov ecb94beb3c
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-14 19:58:05 +02:00
..
adapter Fix preview cards for uncollapsible statuses (#1826) 2020-06-09 19:00:23 +02:00
appstore Add support for muting conversations (#1732) 2020-03-24 21:06:04 +01:00
components Fix large media uploading (#1800) 2020-05-21 14:50:19 +02:00
db add missing attribute to TimelineDao query (#1788) 2020-05-13 07:53:24 +02:00
di replace HtmlUtils with HtmlCompat (#1741) 2020-04-02 23:37:38 +02:00
entity Add "account" filter context (#1776) 2020-05-08 19:17:02 +02:00
fragment Settings refactor (#1615) 2020-06-08 09:21:12 +02:00
interfaces Bookmarks (#1560) 2019-11-19 10:15:32 +01:00
json fix toots showing too much whitespace (#1761) 2020-04-20 23:06:39 +02:00
network enable multiple hashtags in one hashtag tab (#1790) 2020-05-15 22:10:29 +02:00
pager fix FragmentAdapter returning null fragments when activity was recreated (#1647) 2020-01-29 19:17:11 +01:00
receiver use AndroidX WorkManager instead of Evernote Android Job (#1783) 2020-05-12 18:46:49 +02:00
repository fix toots showing too much whitespace (#1761) 2020-04-20 23:06:39 +02:00
service ComposeActivity refactor (#1541) 2019-12-19 19:09:40 +01:00
settings Fix settings default values for preferences (#1828) 2020-06-14 19:58:05 +02:00
util CustomEmojiHelper: rewrite to Kotlin (#1787) 2020-05-15 22:09:12 +02:00
view convert MainActivity to Kotlin and upgrade MaterialDrawer to version 8 (#1748) 2020-04-15 18:57:53 +02:00
viewdata fix content warning in notifications when alwaysShowSpoiler is on (#1757) 2020-04-18 13:45:07 +02:00
viewmodel use RxAwareViewModel for more ViewModels (#1613) 2020-01-02 18:50:58 +01:00
AboutActivity.kt add build customization options (#1532) 2019-10-29 20:30:46 +01:00
AccountActivity.kt CustomEmojiHelper: rewrite to Kotlin (#1787) 2020-05-15 22:09:12 +02:00
AccountListActivity.kt Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
AccountsInListFragment.kt CustomEmojiHelper: rewrite to Kotlin (#1787) 2020-05-15 22:09:12 +02:00
BaseActivity.java simplify DI & test setup, convert TuskyApplication to Kotlin (#1675) 2020-02-25 19:49:15 +01:00
BottomSheetActivity.kt Add more URL cases for Pleroma, Misskey and Friendica (#1702) 2020-02-25 19:59:40 +01:00
EditProfileActivity.kt convert MainActivity to Kotlin and upgrade MaterialDrawer to version 8 (#1748) 2020-04-15 18:57:53 +02:00
EmojiPreference.java Settings refactor (#1615) 2020-06-08 09:21:12 +02:00
FiltersActivity.kt Remove search v1 (#1484) 2019-09-22 08:18:44 +02:00
LicenseActivity.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
ListsActivity.kt convert MainActivity to Kotlin and upgrade MaterialDrawer to version 8 (#1748) 2020-04-15 18:57:53 +02:00
LoginActivity.kt Theme refactoring (#1656) 2020-01-30 21:37:28 +01:00
MainActivity.kt CustomEmojiHelper: rewrite to Kotlin (#1787) 2020-05-15 22:09:12 +02:00
ModalTimelineActivity.kt Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
PreferencesActivity.kt Add preference to disable swipe gesture for switching tabs, close #1718 (#1752) 2020-04-27 21:41:43 +02:00
SavedTootActivity.java Display Elephant with better message in Drafts screen when there are none (#1619) 2020-01-06 18:24:54 +01:00
SplashActivity.kt use AndroidX WorkManager instead of Evernote Android Job (#1783) 2020-05-12 18:46:49 +02:00
StatusListActivity.kt Bookmarks (#1560) 2019-11-19 10:15:32 +01:00
TabData.kt enable multiple hashtags in one hashtag tab (#1790) 2020-05-15 22:10:29 +02:00
TabPreferenceActivity.kt enable multiple hashtags in one hashtag tab (#1790) 2020-05-15 22:10:29 +02:00
TuskyApplication.kt use AndroidX WorkManager instead of Evernote Android Job (#1783) 2020-05-12 18:46:49 +02:00
ViewMediaActivity.kt Add support for sharing audio attachments (#1629) 2020-01-16 19:06:13 +01:00
ViewTagActivity.java enable multiple hashtags in one hashtag tab (#1790) 2020-05-15 22:10:29 +02:00
ViewThreadActivity.java Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00