Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | catch security exception when passing on share intent that didn't give us ↵ | Christian Schneppe | 2019-11-03 | 1 | -3/+9 |
| | | | | permission | ||||
* | migrate to AndroidX | Christian Schneppe | 2019-09-20 | 1 | -2/+2 |
| | |||||
* | when sharing text from PAM to PAM use quotes | Christian Schneppe | 2019-08-31 | 1 | -1/+5 |
| | |||||
* | fixed send_multiple share intent with empty extras | Christian Schneppe | 2019-08-31 | 1 | -1/+2 |
| | |||||
* | prefer attachment in share intent if there is one | Christian Schneppe | 2019-07-17 | 1 | -1/+1 |
| | |||||
* | code cleanup & small fixes | Christian Schneppe | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | put geo uri in attachment preview when shared | Christian Schneppe | 2019-06-08 | 1 | -1/+5 |
| | |||||
* | optimize imports | Christian Schneppe | 2019-02-08 | 1 | -3/+0 |
| | |||||
* | modify emoji integration | Christian Schneppe | 2019-01-25 | 1 | -2/+0 |
| | |||||
* | maintain order of conversations in share with dialog | Christian Schneppe | 2019-01-25 | 1 | -2/+3 |
| | |||||
* | open direct search after hitting + in share with screen | Christian Schneppe | 2018-12-04 | 1 | -0/+1 |
| | |||||
* | fixed text sharing in direct sharing | Christian Schneppe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | preview media before sending them and allow sharing and attaching of ↵ | Christian Schneppe | 2018-09-23 | 1 | -259/+38 |
| | | | | multiple files | ||||
* | open/close soft keyboard in quick edit | Christian Schneppe | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | very much unoptimized search functionality | Christian Schneppe | 2018-04-30 | 1 | -2/+3 |
| | |||||
* | fix ShareWithActivity | Christian Schneppe | 2018-04-28 | 1 | -47/+7 |
| | |||||
* | migrate the RecyclerView | Christian Schneppe | 2018-04-24 | 1 | -3/+3 |
| | |||||
* | replace deprecated action bar with toolbar | Christian Schneppe | 2018-04-11 | 1 | -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 | ||||
* | migrate to xmpp-addr | Christian Schneppe | 2018-04-02 | 1 | -6/+5 |
| | |||||
* | fixed duplicate file sending | Christian Schneppe | 2018-04-02 | 1 | -2/+1 |
| | |||||
* | delegate mime type from intent | Christian Schneppe | 2018-04-01 | 1 | -1/+3 |
| | |||||
* | don't send messages in callback | Christian Schneppe | 2018-04-01 | 1 | -25/+17 |
| | |||||
* | updated manage account activity to new colors | Christian Schneppe | 2018-03-31 | 1 | -1/+1 |
| | |||||
* | vastly untested refactor. pushing for backup purposes | Christian Schneppe | 2018-03-24 | 1 | -3/+4 |
| | |||||
* | reference support actionbar in all activities | Christian Schneppe | 2018-03-09 | 1 | -3/+3 |
| | |||||
* | fixed sharing multiple images | Christian Schneppe | 2018-01-27 | 1 | -1/+1 |
| | |||||
* | delegate uri permission to service when processing files | Christian Schneppe | 2018-01-27 | 1 | -1/+5 |
| | |||||
* | ShareWithActivity: refactor for java 8 | Christian Schneppe | 2018-01-17 | 1 | -58/+29 |
| | |||||
* | close ShareWithActivity while transforming video file | Christian Schneppe | 2017-12-27 | 1 | -0/+1 |
| | |||||
* | add ability to use system emojis instead of integrated ones via expert settings | Christian Schneppe | 2017-11-29 | 1 | -1/+3 |
| | |||||
* | use com.android.support:support-emoji | Christian Schneppe | 2017-11-24 | 1 | -1/+2 |
| | |||||
* | code cleanup | Christian Schneppe | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | Sharing: request permission | Christian Schneppe | 2017-10-29 | 1 | -0/+23 |
| | |||||
* | put settings defaults into resource file | Christian Schneppe | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | use async message loading only when called from UI | Christian Schneppe | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | reworked videocompression | Christian Schneppe | 2017-01-25 | 1 | -23/+12 |
| | |||||
* | fixed pgp encrypted text quick sharing. | Christian Schneppe | 2017-01-18 | 1 | -5/+48 |
| | |||||
* | reformat code | Christian Schneppe | 2016-11-19 | 1 | -301/+301 |
| | |||||
* | send text automatically via sharewithactivity | Christian Schneppe | 2016-11-11 | 1 | -1/+17 |
| | |||||
* | fix duplicate file sharing via ShareWithActivity | Christian Schneppe | 2016-10-23 | 1 | -2/+35 |
| | |||||
* | Revert "stop rotation in ShareWithActivity" | Christian Schneppe | 2016-10-23 | 1 | -11/+1 |
| | | | | This reverts commit dbb43eb7a456a9cbdc4d21b6143796c84c5d2ee6. | ||||
* | stop rotation in ShareWithActivity | Christian Schneppe | 2016-10-21 | 1 | -1/+11 |
| | |||||
* | little notification improvements for video compression | Christian Schneppe | 2016-10-16 | 1 | -2/+0 |
| | |||||
* | put closeProgress() and showProgress() to the correct place | Christian Schneppe | 2016-10-13 | 1 | -2/+2 |
| | |||||
* | use notification icon during video compression instead of a dialog | Christian Schneppe | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | Prepend the subject from the intent if present | Christian Schneppe | 2016-10-08 | 1 | -1/+8 |
| | |||||
* | add missing condition to ShareWithActivity | Christian Schneppe | 2016-09-19 | 1 | -0/+1 |
| | |||||
* | don't rotate screen while compressing video | Christian Schneppe | 2016-08-31 | 1 | -1/+0 |
| | |||||
* | show dialog while compressing video | Christian Schneppe | 2016-08-30 | 1 | -7/+28 |
| | |||||
* | changed package id inside manifest and project | Christian Schneppe | 2016-07-29 | 1 | -0/+349 |