aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ShareWithActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2016-03-16reworked sharewith activity to stay open during sharingDaniel Gultsch1-30/+65
2016-01-22use extract account from intent method and final EXTRA_ACCOUNT variableDaniel Gultsch1-1/+1
2015-12-11implement direct sharing in android 6.0. fixes #1321Daniel Gultsch1-23/+64
2015-12-07implement direct sharing in android 6.0. fixes #1321Daniel Gultsch1-23/+64
2015-12-06check availabiltiy of pgp before sharing filesDaniel Gultsch1-0/+4
2015-12-05check availabiltiy of pgp before sharing filesDaniel Gultsch1-0/+4
2015-09-02Ensure uris is empty before onStart adds to itAndreas Straub1-0/+1
2015-07-20rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch1-0/+4
2015-07-20Optimize importsAndreas Straub1-1/+0
2015-07-02fixed share with activity to account for http file uploadDaniel Gultsch1-40/+34
2015-04-11allow sharing multiple images at once. fixes #1090iNPUTmice1-19/+35
2015-01-18fixed bug when sharing files from google driveiNPUTmice1-7/+11