Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/fragment
Konrad Pozniak 348c20c792
New settings (#891)
* change drawer items

* rename SettingsActivity

* introduce AccountSettings activity

* improve account settings, move notification settings

* sync settings with server

* rename settings back to preferences

* add functionality for settings

* move mediaPreviewEnabled preference to AccountPreferences

* replace shared prefs with accountmanager

* move PreferencesFragment to support library

* split preferences fragment into smaller fragments,
merge AccountPreferencesActivity into PreferencesFragment

* adjust icon size, add icons to general preferences

* change mediaPreviewEnabled and alwaysShowSensitiveMedia pref position

* add database migration

* remove pullNotificationCheckInterval option

* fix  preference in TimelineFragment

* Update Chinese translations. (#915)

* Update zh-CN translations.

* Update zh-SG translations.

* Update zh-TW translations.

* Update zh-MO translations.

* Update zh-HK translations.

* Fix errors in zh-CN translations.

* Fix errors in zh-SG translations.

* Fix errors in zh-TW translations.

* Fix errors in zh-MO translations.

* Fix errors in zh-HK translations.
2018-11-12 21:09:39 +01:00
..
preference New settings (#891) 2018-11-12 21:09:39 +01:00
AccountListFragment.java fix account list loading and clean up a lot of code (#823) 2018-08-31 21:52:09 +02:00
AccountMediaFragment.kt Refactor media views (#866) 2018-10-15 19:56:11 +02:00
BaseFragment.java fix crash in TimelineFragment 2018-07-12 21:21:53 +02:00
NotificationsFragment.java New settings (#891) 2018-11-12 21:09:39 +01:00
SFragment.java Do not show "Pin" in "more" menu of direct status. (#909) 2018-11-06 18:10:07 +01:00
SearchFragment.kt Add support for collapsible statuses when they exceed 500 characters (#825) 2018-09-19 19:51:20 +02:00
TimelineFragment.java New settings (#891) 2018-11-12 21:09:39 +01:00
ViewImageFragment.kt Fix media transitions, reduce code duplication between media fragments (#894) 2018-11-01 14:52:22 +01:00
ViewMediaFragment.kt Fix media transitions, reduce code duplication between media fragments (#894) 2018-11-01 14:52:22 +01:00
ViewThreadFragment.java New settings (#891) 2018-11-12 21:09:39 +01:00
ViewVideoFragment.kt Fix media transitions, reduce code duplication between media fragments (#894) 2018-11-01 14:52:22 +01:00