Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-03-31 | fixed take photo + do not reint twice | Christian Schneppe | 1 | -25/+64 |
2018-03-30 | show warning dialogs | Christian Schneppe | 3 | -1027/+295 |
2018-03-30 | fix permission handling | Christian Schneppe | 2 | -36/+48 |
2018-03-30 | skip unnecessary loading of conversation overview fragment | Christian Schneppe | 1 | -4/+8 |
2018-03-30 | fixed showing QR code on long press | Christian Schneppe | 2 | -2/+5 |
2018-03-30 | don't show qr scan in conversation view | Christian Schneppe | 1 | -1/+8 |
2018-03-30 | fixed onActivityResult handling for pgp | Christian Schneppe | 2 | -8/+50 |
2018-03-30 | added dedicated scan button | Christian Schneppe | 13 | -12/+35 |
2018-03-29 | made download button in message adapter work | Christian Schneppe | 2 | -197/+154 |
2018-03-29 | redirect on empty conversation list | Christian Schneppe | 3 | -3/+78 |
2018-03-29 | register open conversation with notification service | Christian Schneppe | 2 | -0/+4 |
2018-03-29 | process intents | Christian Schneppe | 3 | -15/+54 |
2018-03-29 | make archive menu item work | Christian Schneppe | 4 | -15/+56 |
2018-03-29 | make read markers work | Christian Schneppe | 3 | -11/+39 |
2018-03-29 | handle view conversation action when ConversationFragment is already open | Christian Schneppe | 3 | -18/+36 |
2018-03-29 | change font size in conversation overview | Christian Schneppe | 5 | -36/+58 |
2018-03-29 | handle view intent | Christian Schneppe | 1 | -0/+48 |
2018-03-29 | move new activity back to original name | Christian Schneppe | 14 | -1211/+1290 |
2018-03-29 | increase swipe values | Christian Schneppe | 1 | -2/+2 |
2018-03-24 | made refresh work | Christian Schneppe | 4 | -23/+37 |
2018-03-24 | made select work | Christian Schneppe | 6 | -13/+68 |
2018-03-24 | WIP & fragment voodoo | Christian Schneppe | 20 | -201/+871 |
2018-03-24 | switch conversations fragment to data binder | Christian Schneppe | 5 | -334/+304 |
2018-03-24 | vastly untested refactor. pushing for backup purposes | Christian Schneppe | 17 | -1442/+1586 |
2018-03-22 | refactoring. move functionality from activity to fragment | Christian Schneppe | 3 | -110/+132 |
2018-03-22 | don't use autocomplete in MagicCreateActivity for username | Christian Schneppe | 2 | -8/+3 |
2018-03-22 | make account chooser visible for group chats | Christian Schneppe | 1 | -0/+16 |
2018-03-21 | show connection options in expert settings | Christian Schneppe | 1 | -6/+0 |
2018-03-21 | fixed crash in settings | Christian Schneppe | 3 | -3/+6 |
2018-03-21 | fix crashes because requestCode was too long | Christian Schneppe | 2 | -3/+3 |
2018-03-20 | show own account if multi account is enabled | Christian Schneppe | 7 | -17/+39 |
2018-03-20 | Moved the error message to TextInputLayout in the ChangePasswordActivity | Christian Schneppe | 3 | -12/+86 |
2018-03-20 | cleanup | Christian Schneppe | 2 | -19/+10 |
2018-03-20 | use data binder for list item adapater | Christian Schneppe | 1 | -18/+18 |
2018-03-20 | use data binder for inflating muc items | Christian Schneppe | 2 | -86/+78 |
2018-03-20 | use async avatar loader in conference details | Christian Schneppe | 4 | -9/+104 |
2018-03-20 | add fab to start conversations activity | Christian Schneppe | 3 | -56/+54 |
2018-03-20 | use data binder for contact key item | Christian Schneppe | 2 | -95/+77 |
2018-03-20 | create dedicated button to enable undecided accounts | Christian Schneppe | 7 | -13/+30 |
2018-03-17 | fixed paddings | Christian Schneppe | 11 | -56/+51 |
2018-03-17 | started to change text style to app compat | Christian Schneppe | 9 | -54/+34 |
2018-03-17 | ported presence activity to cardview | Christian Schneppe | 3 | -151/+138 |
2018-03-17 | switch account activity to card view. started using data binder | Christian Schneppe | 2 | -825/+753 |
2018-03-17 | set messenger identity correctly | Christian Schneppe | 1 | -1/+1 |
2018-03-16 | only show one error at once | Christian Schneppe | 1 | -4/+29 |
2018-03-16 | Moved the error message to TextInputLayout | Christian Schneppe | 2 | -26/+35 |
2018-03-16 | change image button background | Christian Schneppe | 9 | -14/+13 |
2018-03-16 | change key activities to cards | Christian Schneppe | 5 | -226/+224 |
2018-03-16 | use data binder for contact details activity | Christian Schneppe | 2 | -316/+294 |
2018-03-16 | migrate to CardView in contact and muc details | Christian Schneppe | 4 | -366/+367 |