Husky/app/src/main/java/com/keylesspalace/tusky
Garrit Franke 719dcb13fc Wellbeing mode (#1992)
* Add wellbeing mode settings toggle

* Translate wellbeing mode string to german

* Disable fav/boost count on toots if wellbeing is enabled

* Hide follow/post stats on profiles

* Reload notifications when wellbeing mode is toggled

* Add wellbeing mode explainer dialog

* Move wellbeing filter timeline into own category

* Add toggles for quantitative stats

* Hide announcement badge counts if wellbeing is enabled

* Move fetching of wellbeing setting to activity

* Add wellbeing option to statusDisplayOptions

* Update post filters for all accounts

* Remove local translations

* Revert "Remove local translations"

This reverts commit e92e636a5c759b09649174ab68ec91bc13680287.

* Remove german translations
2021-01-30 04:14:27 +03:00
..
adapter Wellbeing mode (#1992) 2021-01-30 04:14:27 +03:00
appstore Update pleroma status cache on reaction 2020-12-02 18:03:12 +01:00
components Wellbeing mode (#1992) 2021-01-30 04:14:27 +03:00
db Wellbeing mode (#1992) 2021-01-30 04:14:27 +03:00
di Automatically prepend instance domain name, when domain name is omitted for images. Fixes very edge case when proxy base url is NULL 2020-12-02 20:02:19 +03:00
entity EditProfileActivity: allow adding fiels as much as instance allows (fix #89) 2020-12-06 03:31:13 +03:00
fragment Wellbeing mode (#1992) 2021-01-30 04:14:27 +03:00
interfaces Implement optional notifications muting for account muting (#1856) 2020-12-01 01:26:11 +03:00
json SpannedTypeAdapter: remove dead file 2020-05-03 03:43:43 +03:00
network Support Mastodon notification bell and status notification type 2020-12-06 01:12:25 +03:00
pager fix FragmentAdapter returning null fragments when activity was recreated (#1647) 2020-01-29 19:17:11 +01:00
receiver streaming: implemented streaming for notifications 2020-10-02 20:54:26 +03:00
repository Implement proper hiding muted users and conversations 2020-10-18 23:57:55 +03:00
service streaming: fix streaming may be disabled without running service, fix crash on start up 2020-10-05 15:11:09 +03:00
settings Wellbeing mode (#1992) 2021-01-30 04:14:27 +03:00
util Wellbeing mode (#1992) 2021-01-30 04:14:27 +03:00
view Add option to render subscriptions as normal posts(like Pleroma does) or switch back to Mastodon behavior 2020-12-06 02:53:41 +03:00
viewdata Notifications: add support for move notification type 2020-12-01 03:46:35 +03:00
viewmodel Support Mastodon notification bell and status notification type 2020-12-06 01:12:25 +03:00
AboutActivity.kt Use SpannableString instead of SpannableStringBuilder when it's possible 2020-10-11 00:17:51 +03:00
AccountActivity.kt Wellbeing mode (#1992) 2021-01-30 04:14:27 +03:00
AccountListActivity.kt emoji_reactions: show the emoji in title 2020-03-06 21:30:20 +03:00
AccountsInListFragment.kt CustomEmojiHelper: rewrite to Kotlin 2020-05-20 17:51:36 +03:00
BaseActivity.java simplify DI & test setup, convert TuskyApplication to Kotlin (#1675) 2020-02-25 19:49:15 +01:00
BottomSheetActivity.kt BottomSheetActivity: fix account URL search leading to wrong accounts or threads 2020-10-05 20:43:04 +03:00
EditProfileActivity.kt EditProfileActivity: allow adding fiels as much as instance allows (fix #89) 2020-12-06 03:31:13 +03:00
FiltersActivity.kt filters: represent POST as json becausr booleans cannot be represented in urlencoded as Pleroma thinks 2020-04-28 04:01:19 +02:00
LicenseActivity.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
ListsActivity.kt Cherry-picked 2cf1e366. 2020-05-03 04:05:38 +03:00
LoginActivity.kt Merge upstream, update color scheme 2020-02-03 12:50:52 +03:00
MainActivity.kt cleanup accountManager.activeAccount usages in MainActivity (#2021) 2021-01-30 04:02:05 +03:00
ModalTimelineActivity.kt Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
SavedTootActivity.java Delete scheduled post after editing (#1947) 2020-11-29 18:47:04 +03:00
SplashActivity.kt use AndroidX WorkManager instead of Evernote Android Job (#1783) 2020-06-15 16:22:35 +03:00
StatusListActivity.kt Bookmarks (#1560) 2019-11-19 10:15:32 +01:00
TabData.kt chats: finished chat listing 2020-08-17 19:41:38 +03:00
TabPreferenceActivity.kt use MaterialContainerTransform for ActionButton animation (#1961) 2020-11-29 18:31:57 +03:00
TuskyApplication.kt fix workmanager crashing because of async initialization (#2003) 2020-12-01 21:41:14 +03:00
ViewMediaActivity.kt Support Mastodon notification bell and status notification type 2020-12-06 01:12:25 +03:00
ViewTagActivity.java enable multiple hashtags in one hashtag tab (#1790) 2020-05-22 20:14:53 +03:00
ViewThreadActivity.java ViewThreadActivity: move Open in web menu option to status threedots menu 2020-06-25 17:38:08 +03:00