Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/db
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
..
AccountDao.kt Multi account feature (#490) 2018-02-03 22:45:14 +01:00
AccountEntity.kt New settings (#891) 2018-11-12 21:09:39 +01:00
AccountManager.kt New settings (#891) 2018-11-12 21:09:39 +01:00
AppDatabase.java New settings (#891) 2018-11-12 21:09:39 +01:00
Converters.kt New settings (#891) 2018-11-12 21:09:39 +01:00
InstanceDao.kt Query instance for toot character limit (#571) 2018-04-22 10:35:46 +02:00
InstanceEntity.kt Custom emojis in drawer (#737) 2018-07-30 15:43:27 +02:00
TootDao.java ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
TootEntity.java Media description improvements (#898) 2018-11-11 19:25:45 +01:00