Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 3 | -3/+25 | |
2018-03-29 | handle view intent | Christian Schneppe | 1 | -0/+48 | |
2018-03-29 | move new activity back to original name | Christian Schneppe | 11 | -1208/+1286 | |
2018-03-29 | increase swipe values | Christian Schneppe | 1 | -2/+2 | |
2018-03-24 | made refresh work | Christian Schneppe | 3 | -17/+37 | |
2018-03-24 | made select work | Christian Schneppe | 5 | -12/+67 | |
2018-03-24 | WIP & fragment voodoo | Christian Schneppe | 14 | -139/+796 | |
2018-03-24 | switch conversations fragment to data binder | Christian Schneppe | 4 | -171/+140 | |
2018-03-24 | vastly untested refactor. pushing for backup purposes | Christian Schneppe | 14 | -1441/+1563 | |
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 | 1 | -6/+2 | |
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 | 1 | -0/+4 | |
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 | 6 | -7/+29 | |
2018-03-20 | Moved the error message to TextInputLayout in the ChangePasswordActivity | Christian Schneppe | 2 | -12/+84 | |
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 | 1 | -35/+25 | |
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 | 1 | -19/+22 | |
2018-03-20 | use data binder for contact key item | Christian Schneppe | 1 | -55/+47 | |
2018-03-20 | create dedicated button to enable undecided accounts | Christian Schneppe | 1 | -5/+7 | |
2018-03-17 | started to change text style to app compat | Christian Schneppe | 1 | -0/+2 | |
2018-03-17 | ported presence activity to cardview | Christian Schneppe | 1 | -52/+28 | |
2018-03-17 | switch account activity to card view. started using data binder | Christian Schneppe | 1 | -196/+122 | |
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 | 1 | -25/+31 | |
2018-03-16 | change key activities to cards | Christian Schneppe | 1 | -81/+54 | |
2018-03-16 | use data binder for contact details activity | Christian Schneppe | 1 | -106/+79 | |
2018-03-16 | migrate to CardView in contact and muc details | Christian Schneppe | 2 | -29/+18 | |
2018-03-15 | Change ShowHidePasswordEditText to TextInputEditText. | Christian Schneppe | 2 | -36/+30 | |
change the input fields in the AccountActivity to use the TextInputLayout. | |||||
2018-03-14 | do not use pop up menus for encryption and attachment selection | Christian Schneppe | 2 | -279/+176 | |
2018-03-14 | fixed crash when selecting participants | Christian Schneppe | 1 | -29/+19 | |
2018-03-14 | removed unused resources | Christian Schneppe | 1 | -5/+1 | |
2018-03-14 | switch to switchcompat | Christian Schneppe | 2 | -117/+17 | |
2018-03-12 | AppCompat Migration contribution | Christian Schneppe | 1 | -13/+18 | |
2018-03-12 | rewrite how preference screens are invokved | Christian Schneppe | 3 | -102/+161 | |
2018-03-12 | integrate trust manager into conversations | Christian Schneppe | 8 | -6/+1064 | |
2018-03-09 | fixed search in abstractsearchablelistitem | Christian Schneppe | 2 | -4/+3 | |
2018-03-09 | fixed hint color for edit message | Christian Schneppe | 1 | -9/+3 | |
2018-03-09 | use appcompat in more activities | Christian Schneppe | 3 | -5/+6 | |
2018-03-09 | migrated alert dialogs to app compat | Christian Schneppe | 17 | -19/+19 | |
2018-03-09 | switch about activity to appcompat | Christian Schneppe | 1 | -2/+2 | |
2018-03-09 | reference support actionbar in all activities | Christian Schneppe | 14 | -65/+70 | |
2018-03-09 | started work on migrating to appcompat | Christian Schneppe | 3 | -34/+31 | |