Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
Konrad Pozniak 940d6d395a
Drafts v2 (#2032)
* cleanup warnings, reorganize some code

* move ComposeAutoCompleteAdapter to compose package

* composeOptions doesn't need to be a class member

* add DraftsActivity and DraftsViewModel

* drafts

* remove unnecessary Unit in ComposeViewModel

* add schema/25.json

* fix db migration

* drafts

* cleanup code

* fix compose activity rotation bug

* fix media descriptions getting lost when restoring a draft

* improve deleting drafts

* fix ComposeActivityTest

* improve draft layout for almost empty drafts

* reformat code

* show toast when opening reply to deleted toot

* improve item_draft layout
2021-01-21 18:57:09 +01:00
..
adapter Drafts v2 (#2032) 2021-01-21 18:57:09 +01:00
appstore [needs help] Support announcements (#1977) 2020-11-18 21:12:27 +01:00
components Drafts v2 (#2032) 2021-01-21 18:57:09 +01:00
db Drafts v2 (#2032) 2021-01-21 18:57:09 +01:00
di Drafts v2 (#2032) 2021-01-21 18:57:09 +01:00
entity Wellbeing mode (#1992) 2020-12-23 19:13:37 +01:00
fragment Support opening unknown attachment types via `openLink` (#2044) 2021-01-18 13:53:13 +01:00
interfaces Implement optional notifications muting for account muting (#1856) 2020-07-27 10:28:59 +02:00
json fix toots showing too much whitespace (#1761) 2020-04-20 23:06:39 +02:00
network Drafts v2 (#2032) 2021-01-21 18:57:09 +01:00
pager Open photos embedded in preview cards in the image viewer (#1966) 2020-10-22 21:15:46 +02:00
receiver Drafts v2 (#2032) 2021-01-21 18:57:09 +01:00
repository simplify timeline cleanup (#1932) 2020-09-14 07:52:54 +02:00
service Drafts v2 (#2032) 2021-01-21 18:57:09 +01:00
settings Wellbeing mode (#1992) 2020-12-23 19:13:37 +01:00
util Drafts v2 (#2032) 2021-01-21 18:57:09 +01:00
view Implement timed mutes. (#2035) 2021-01-15 21:05:36 +01:00
viewdata Show display names for reposts (#2041) 2021-01-15 21:16:32 +01:00
viewmodel Implement timed mutes. (#2035) 2021-01-15 21:05:36 +01:00
AboutActivity.kt add build customization options (#1532) 2019-10-29 20:30:46 +01:00
AccountActivity.kt Implement timed mutes. (#2035) 2021-01-15 21:05:36 +01: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 update Kotlin to 1.4.10 and fix some warnigs (#1963) 2020-10-25 18:36:00 +01: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 Prompt before deleting lists (#2043) 2021-01-18 11:40:13 +01:00
LoginActivity.kt Theme refactoring (#1656) 2020-01-30 21:37:28 +01:00
MainActivity.kt Drafts v2 (#2032) 2021-01-21 18:57:09 +01:00
ModalTimelineActivity.kt Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
SavedTootActivity.java Drafts v2 (#2032) 2021-01-21 18:57:09 +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 add possibility to move the main navigation to the bottom (#1808) 2020-06-18 11:04:53 +02:00
TabPreferenceActivity.kt use MaterialContainerTransform for ActionButton animation (#1961) 2020-10-19 14:57:55 +02:00
TuskyApplication.kt fix workmanager crashing because of async initialization (#2003) 2020-12-01 07:39:30 +01:00
ViewMediaActivity.kt Open photos embedded in preview cards in the image viewer (#1966) 2020-10-22 21:15:46 +02: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