Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
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
..
adapter Filter emoji where "visible_in_picker" is set to false. (#907) 2018-11-04 10:51:31 +01:00
appstore New settings (#891) 2018-11-12 21:09:39 +01:00
db New settings (#891) 2018-11-12 21:09:39 +01:00
di New settings (#891) 2018-11-12 21:09:39 +01:00
entity Do not show "Pin" in "more" menu of direct status. (#909) 2018-11-06 18:10:07 +01:00
fragment New settings (#891) 2018-11-12 21:09:39 +01:00
interfaces Add support for collapsible statuses when they exceed 500 characters (#825) 2018-09-19 19:51:20 +02:00
json remove old emoji shortcodes 2017-10-19 15:54:08 +02:00
network New settings (#891) 2018-11-12 21:09:39 +01:00
pager Refactor media views (#866) 2018-10-15 19:56:11 +02:00
receiver Media description improvements (#898) 2018-11-11 19:25:45 +01:00
service Media description improvements (#898) 2018-11-11 19:25:45 +01:00
util New settings (#891) 2018-11-12 21:09:39 +01:00
view update targetSdkVersion to 28 (#842) 2018-09-16 19:23:32 +02:00
viewdata On android 6.0, filter 0x00ad (unicode soft hyphen) from statuses (#884) 2018-10-15 19:47:10 +02:00
viewmodel Enable sharing media directly from Tusky (#852) 2018-10-01 11:50:17 +02:00
AboutActivity.kt improve activity slide in/out handling 2018-07-31 21:25:25 +02:00
AccountActivity.kt Show "remote profile" message. (#873) 2018-10-03 21:53:31 +02:00
AccountListActivity.java New settings (#891) 2018-11-12 21:09:39 +01:00
BaseActivity.java New settings (#891) 2018-11-12 21:09:39 +01:00
BottomSheetActivity.kt improve activity slide in/out handling 2018-07-31 21:25:25 +02:00
ComposeActivity.java New settings (#891) 2018-11-12 21:09:39 +01:00
EditProfileActivity.kt update media limits for Mastodon 2.5 2018-09-10 10:00:06 +02:00
EmojiPreference.java New settings (#891) 2018-11-12 21:09:39 +01:00
FavouritesActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
LicenseActivity.kt add License activity (#689) 2018-06-25 13:02:34 +02:00
ListsActivity.kt improve activity slide in/out handling 2018-07-31 21:25:25 +02:00
LoginActivity.kt fix RecentlyNonNull/Nullable warnings 2018-09-22 21:11:18 +02:00
MainActivity.java New settings (#891) 2018-11-12 21:09:39 +01:00
ModalTimelineActivity.kt fix some lint warnings, use kotlin view imports in ModalTimeLineActivity 2018-07-23 15:18:33 +02:00
PreferencesActivity.kt New settings (#891) 2018-11-12 21:09:39 +01:00
ReportActivity.java fix the activity transitions (again 🙄) 2018-08-07 23:08:53 +02:00
SavedTootActivity.java Media description improvements (#898) 2018-11-11 19:25:45 +01:00
SearchActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
SplashActivity.kt remove unneeded notification channel 2018-05-08 22:36:04 +02:00
TuskyApplication.java New settings (#891) 2018-11-12 21:09:39 +01:00
ViewMediaActivity.kt Add menu item to copy media link (#895) 2018-11-01 15:13:37 +01:00
ViewTagActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
ViewThreadActivity.java fix crash in ViewThreadFragment 2018-07-07 12:09:15 +02:00