aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ShareWithActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2016-09-19add missing condition to ShareWithActivityChristian Schneppe1-0/+1
2016-08-31don't rotate screen while compressing videoChristian Schneppe1-1/+0
2016-08-30show dialog while compressing videoChristian Schneppe1-7/+28
2016-07-29changed package id inside manifest and projectChristian Schneppe1-12/+12
2016-04-29catch rare NPE when determining max http sizeDaniel Gultsch1-3/+3
2016-04-14add setting for quick sharingDaniel Gultsch1-2/+25
2016-04-02don't ask for resource when server uses http upload v0.1Daniel Gultsch1-3/+3
2016-04-01check max http file size when attaching filesDaniel Gultsch1-1/+10
2016-03-20be less strict when sharing EXTRA_TEXT intentsDaniel Gultsch1-1/+1
2016-03-16made it possible to share text filesDaniel Gultsch1-7/+8