aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ShareWithActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-31use ToastCompat instead of ToastChristian Schneppe1-2/+3
2019-12-13use setFlags instead of addFlags to grant uri permissionsChristian Schneppe1-1/+1
2019-12-08fix shareWithActivityChristian Schneppe1-6/+7
2019-12-07add missing permission requests for Android PChristian Schneppe1-14/+16
possibly fixes #410
2019-11-03catch security exception when passing on share intent that didn't give us ↵Christian Schneppe1-3/+9
permission
2019-09-20migrate to AndroidXChristian Schneppe1-2/+2
2019-08-31when sharing text from PAM to PAM use quotesChristian Schneppe1-1/+5
2019-08-31fixed send_multiple share intent with empty extrasChristian Schneppe1-1/+2
2019-07-17prefer attachment in share intent if there is oneChristian Schneppe1-1/+1
2019-07-01code cleanup & small fixesChristian Schneppe1-1/+1
2019-06-08put geo uri in attachment preview when sharedChristian Schneppe1-1/+5
2019-02-08optimize importsChristian Schneppe1-3/+0
2019-01-25modify emoji integrationChristian Schneppe1-2/+0
2019-01-25maintain order of conversations in share with dialogChristian Schneppe1-2/+3
2018-12-04open direct search after hitting + in share with screenChristian Schneppe1-0/+1
2018-09-27fixed text sharing in direct sharingChristian Schneppe1-1/+1
2018-09-23preview media before sending them and allow sharing and attaching of ↵Christian Schneppe1-259/+38
multiple files
2018-06-29open/close soft keyboard in quick editChristian Schneppe1-1/+1
2018-04-30very much unoptimized search functionalityChristian Schneppe1-2/+3
2018-04-28fix ShareWithActivityChristian Schneppe1-47/+7
2018-04-24migrate the RecyclerViewChristian Schneppe1-3/+3
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-1/+4
* replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar
2018-04-02migrate to xmpp-addrChristian Schneppe1-6/+5
2018-04-02fixed duplicate file sendingChristian Schneppe1-2/+1
2018-04-01delegate mime type from intentChristian Schneppe1-1/+3
2018-04-01don't send messages in callbackChristian Schneppe1-25/+17
2018-03-31updated manage account activity to new colorsChristian Schneppe1-1/+1
2018-03-24vastly untested refactor. pushing for backup purposesChristian Schneppe1-3/+4
2018-03-09reference support actionbar in all activitiesChristian Schneppe1-3/+3
2018-01-27fixed sharing multiple imagesChristian Schneppe1-1/+1
2018-01-27delegate uri permission to service when processing filesChristian Schneppe1-1/+5
2018-01-17ShareWithActivity: refactor for java 8Christian Schneppe1-58/+29
2017-12-27close ShareWithActivity while transforming video fileChristian Schneppe1-0/+1
2017-11-29add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe1-1/+3
2017-11-24use com.android.support:support-emojiChristian Schneppe1-1/+2
2017-11-23code cleanupChristian Schneppe1-1/+1
2017-10-29Sharing: request permissionChristian Schneppe1-0/+23
2017-08-01put settings defaults into resource fileChristian Schneppe1-1/+1
2017-04-13use async message loading only when called from UIChristian Schneppe1-1/+1
2017-01-25reworked videocompressionChristian Schneppe1-23/+12
2017-01-18fixed pgp encrypted text quick sharing.Christian Schneppe1-5/+48
2016-11-19reformat codeChristian Schneppe1-301/+301
2016-11-11send text automatically via sharewithactivityChristian Schneppe1-1/+17
2016-10-23fix duplicate file sharing via ShareWithActivityChristian Schneppe1-2/+35
2016-10-23Revert "stop rotation in ShareWithActivity"Christian Schneppe1-11/+1
This reverts commit dbb43eb7a456a9cbdc4d21b6143796c84c5d2ee6.
2016-10-21stop rotation in ShareWithActivityChristian Schneppe1-1/+11
2016-10-16little notification improvements for video compressionChristian Schneppe1-2/+0
2016-10-13put closeProgress() and showProgress() to the correct placeChristian Schneppe1-2/+2
2016-10-11use notification icon during video compression instead of a dialogChristian Schneppe1-1/+1
2016-10-08Prepend the subject from the intent if presentChristian Schneppe1-1/+8