Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix "More table" layout | Christian Schneppe | 2016-09-23 | 1 | -2/+6 |
| | |||||
* | add timeouts to HTTPUrlConnections and allow cancelation of all sending files | Daniel Gultsch | 2016-09-23 | 1 | -3/+4 |
| | |||||
* | Fix "More table" layout | Mishiranu | 2016-09-23 | 1 | -0/+12 |
| | | | | Retain "More table" visibility on screen orientation change | ||||
* | fixed styling in blocking dialog | Christian Schneppe | 2016-09-23 | 1 | -4/+15 |
| | |||||
* | add support for XEP-0377: Spam Reporting | Daniel Gultsch | 2016-09-23 | 1 | -3/+15 |
| | |||||
* | recreate activities when theme changed | Daniel Gultsch | 2016-09-23 | 5 | -10/+40 |
| | |||||
* | fix bug while sending photos directly | Christian Schneppe | 2016-09-23 | 1 | -7/+12 |
| | |||||
* | add missing condition to ShareWithActivity | Christian Schneppe | 2016-09-19 | 1 | -0/+1 |
| | |||||
* | allow deleting file inside messengers storage path | Christian Schneppe | 2016-09-19 | 1 | -1/+3 |
| | |||||
* | some more changes to location activities | Christian Schneppe | 2016-09-17 | 2 | -91/+117 |
| | | | | | | * show actionbar home as up * fix permission issue on devices < Android M * show buildings in map | ||||
* | get addresses async in ShowLocation | Christian Schneppe | 2016-09-17 | 2 | -15/+41 |
| | |||||
* | some bug fixes in FullScreenMessageActivity | Christian Schneppe | 2016-09-17 | 1 | -11/+5 |
| | | | | | * set fullscreen via theme * adjust brightness during onPause, onResume | ||||
* | catch all throwables when loading contacts | Christian Schneppe | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | dont show delete file button when outside conversations directory | Christian Schneppe | 2016-09-17 | 1 | -2/+5 |
| | |||||
* | use history clear date as minimum date for mam | Christian Schneppe | 2016-09-17 | 1 | -0/+1 |
| | |||||
* | Allow text selection with multiple links in message | Christian Schneppe | 2016-09-17 | 2 | -38/+57 |
| | |||||
* | show emojis in actionbar in contact and conference details | Christian Schneppe | 2016-09-15 | 2 | -0/+28 |
| | |||||
* | scroll actionbar titles if they are too long | Christian Schneppe | 2016-09-14 | 1 | -9/+10 |
| | |||||
* | show Emojis in EditText | Christian Schneppe | 2016-09-14 | 1 | -2/+2 |
| | |||||
* | remember scroll position on rotate. fixes #2011 | Daniel Gultsch | 2016-09-14 | 2 | -14/+62 |
| | |||||
* | download own vcard avatar if none is set. fixes #2008 | Daniel Gultsch | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | optimized imports | Christian Schneppe | 2016-09-09 | 5 | -9/+1 |
| | |||||
* | fix wrong import | Christian Schneppe | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | provide hint on why conference can not be encrypted | Daniel Gultsch | 2016-09-08 | 1 | -0/+41 |
| | |||||
* | be a bit more careful when deleting and deactivating accounts | Daniel Gultsch | 2016-09-08 | 2 | -4/+13 |
| | |||||
* | open contact details from conference details directly on click | Christian Schneppe | 2016-09-08 | 1 | -18/+10 |
| | |||||
* | delete wrong } | Christian Schneppe | 2016-09-07 | 1 | -1/+0 |
| | |||||
* | close progress if there is an error or userinput required | Christian Schneppe | 2016-09-07 | 1 | -0/+2 |
| | |||||
* | don't use fileprovider when opening files on android M and below | Daniel Gultsch | 2016-09-07 | 1 | -44/+53 |
| | |||||
* | show server not found muc error | Daniel Gultsch | 2016-09-07 | 1 | -0/+3 |
| | |||||
* | catch some exceptions to avoid crashes | Christian Schneppe | 2016-09-05 | 1 | -4/+19 |
| | |||||
* | fix crash on take photo | Christian Schneppe | 2016-09-03 | 1 | -2/+42 |
| | |||||
* | code cleanup | Christian Schneppe | 2016-09-03 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | | | Revert "don't set attach video as quick action" This reverts commit befcebb309daba9bb8afa453897debd89ba3f014. Revert "make 'record voice' as default quick action" This reverts commit 3cd7a1124c78da4d44c7d6ccadc4d2e379323486. Revert "keep CPU awake while compressing video" This reverts commit 0a22bd7bfb12a58b4de57490ef43bfe91c334689. Revert "revert 0a22bd7bfb12a58b4de57490ef43bfe91c334689" This reverts commit 7c4ad375806a704b44e6b5134fd25615cec2a71d. | ||||
* | fixed recreation issues in StartConversationActivity | Daniel Gultsch | 2016-09-03 | 2 | -976/+1031 |
| | |||||
* | don't rotate sqare content | Christian Schneppe | 2016-09-02 | 1 | -4/+4 |
| | |||||
* | use file provider for taking pictures | Daniel Gultsch | 2016-09-02 | 1 | -0/+1 |
| | |||||
* | don't show up navigation in startConversation when there are no open ↵ | Daniel Gultsch | 2016-09-02 | 1 | -1/+3 |
| | | | | conversations | ||||
* | add more logging to pgp engine | Daniel Gultsch | 2016-09-02 | 1 | -4/+2 |
| | |||||
* | rotate FullScreenViewer based on dimensions of content | Christian Schneppe | 2016-09-02 | 1 | -6/+51 |
| | |||||
* | don't set attach video as quick action | Christian Schneppe | 2016-09-02 | 2 | -22/+3 |
| | |||||
* | don't rotate screen while compressing video | Christian Schneppe | 2016-08-31 | 3 | -5/+5 |
| | |||||
* | show dialog while compressing video | Christian Schneppe | 2016-08-30 | 3 | -8/+51 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/origin/video-compression' | Christian Schneppe | 2016-08-28 | 2 | -3/+93 |
|\ | |||||
| * | compress videos bigger than 10 MB before sending | Christian Schneppe | 2016-08-28 | 2 | -3/+93 |
| | | |||||
* | | don't overwrite edited information in editaccount on rotate | Daniel Gultsch | 2016-08-27 | 1 | -1/+3 |
| | | |||||
* | | don't set notification mode to background when on pause | Daniel Gultsch | 2016-08-27 | 1 | -6/+0 |
|/ | |||||
* | wrap dynamic tags into multiple lines. fixes #2003 | Daniel Gultsch | 2016-08-26 | 2 | -3/+7 |
| | |||||
* | some multi-window optimizations. set min width to 300 | Daniel Gultsch | 2016-08-26 | 2 | -0/+8 |
| | |||||
* | attach contact to notification | Daniel Gultsch | 2016-08-26 | 1 | -13/+8 |
| | |||||
* | add snackbar for request presence subscription | Daniel Gultsch | 2016-08-26 | 1 | -0/+15 |
| |