Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/view
Konrad Pozniak 27eefbf65a
ComposeActivity improvements (#548)
* do not add media urls to status text

* add scrolling to content

* add arrow icon and animation to replying-to toggle

* remove unnecessary compose_button_colors.xml

* improve toot button

* improve bottom bar, add bottom sheet for compose options, dedicated cw button

* fix crash on Android < API 21

* move media picking from dialog to bottom sheet

* add small style tootbutton

* fix colors/button background for light theme

* add icons to media chose bottom sheet

* improve hide media button, delete unused styles

* fix crash on dev build when taking photo

* consolidate drawables

* consolidate strings and ids, add tooltips to buttons

* allow media only toots

* change error message to show max size of upload correctly

* fix button color

* add emoji

* code cleanup

* Merge branch 'master' into compose_activity_refactoring

# Conflicts:
#	app/src/main/java/com/keylesspalace/tusky/ComposeActivity.java

* fix hidden snackbar

* improve hint text color

* add SendTootService

* fix timeline refreshing

* toot saving and error handling for sendtootservice

* restructure some code

* convert EditTextTyped to Kotlin

* fixed pick media button disabled color

* force sensitive media when content warning is shown

* add db cache for emojis & fix tests

* reorder buttons to match mastodon web

* add possibility to cancel sending of toot

* correctly delete sent toots

* refresh SavedTootActivity after toot was sent

* remove unused resources

* correct params for toot saving in SendTootService

* consolidate strings

* bugfix

* remove unused resources

* fix notifications on old android for SendTootService

* fix crash
2018-04-13 22:37:21 +02:00
..
ComposeOptionsView.kt ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
ConversationLineItemDecoration.kt fix bug in rtl layout, remove unneeded xml attributes & dimen resources 2018-02-16 22:14:25 +01:00
EditTextTyped.kt ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
EndlessOnScrollListener.java (view) create package view 2017-05-15 12:07:01 +02:00
ImageViewPager.java Adds ability to page between multiple images in a status by swiping from left to right. Closes #66 2017-06-25 01:07:41 -04:00
ProgressImageView.java Add media upload progress. Closes #412 (#426) 2017-10-29 22:18:45 +01:00
RoundedTransformation.java make avatar rounding independent of image size 2018-03-30 19:08:24 +02:00
SquareImageView.kt fix some lint warnings, remove unused code 2017-11-07 15:31:44 +01:00
TootButton.kt ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00