Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | put toolbar elevation in dimen file | Christian Schneppe | 2018-04-13 | 2 | -2/+2 |
| | |||||
* | fixed popup menu in dark theme | Christian Schneppe | 2018-04-13 | 1 | -5/+5 |
| | |||||
* | fix empty sharewithactivity | Christian Schneppe | 2018-04-12 | 1 | -1/+3 |
| | |||||
* | fixed some regressions introduced in toolbar migration | Christian Schneppe | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | replace deprecated action bar with toolbar | Christian Schneppe | 2018-04-11 | 18 | -745/+895 |
| | | | | | | | | | * 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 | ||||
* | show message draft in conversation overview | Christian Schneppe | 2018-04-08 | 1 | -0/+1 |
| | |||||
* | offer a more convienient way to disable omemo from trust keys dialog | Christian Schneppe | 2018-04-08 | 1 | -12/+50 |
| | |||||
* | add data binding and check in back stack for dialogs | Christian Schneppe | 2018-04-08 | 3 | -104/+113 |
| | |||||
* | migrated conference details to binding | Christian Schneppe | 2018-04-08 | 1 | -216/+220 |
| | |||||
* | more dark theme changes | Christian Schneppe | 2018-04-07 | 1 | -1/+2 |
| | |||||
* | use fab in choose contact activity. scan qr not yet working | Christian Schneppe | 2018-04-03 | 1 | -11/+19 |
| | |||||
* | show new fab in ShowFullscreenMessageActivity | Christian Schneppe | 2018-04-02 | 1 | -25/+24 |
| | |||||
* | fix change password activity for magic created accounts | Christian Schneppe | 2018-04-01 | 1 | -460/+469 |
| | |||||
* | finished 'Set Status Message' dialog | Christian Schneppe | 2018-04-01 | 1 | -3/+5 |
| | |||||
* | wip: new status message dialog | Christian Schneppe | 2018-04-01 | 1 | -0/+56 |
| | |||||
* | finished app compat themeing | Christian Schneppe | 2018-04-01 | 5 | -22/+12 |
| | |||||
* | change last text styles over | Christian Schneppe | 2018-04-01 | 3 | -57/+23 |
| | |||||
* | fixed highlighted caption style | Christian Schneppe | 2018-04-01 | 2 | -4/+3 |
| | |||||
* | use text styles in more places | Christian Schneppe | 2018-04-01 | 15 | -181/+144 |
| | |||||
* | migrated some views over to app compat text styles | Christian Schneppe | 2018-04-01 | 10 | -164/+38 |
| | |||||
* | fixed paddings in omemo key cards | Christian Schneppe | 2018-04-01 | 3 | -32/+20 |
| | |||||
* | changed some of the jid entering dialogs to textinputlayout | Christian Schneppe | 2018-04-01 | 5 | -87/+49 |
| | |||||
* | use cards views in about and publish avatar activity | Christian Schneppe | 2018-04-01 | 4 | -63/+72 |
| | |||||
* | add scan action to contact details | Christian Schneppe | 2018-03-31 | 2 | -12/+30 |
| | |||||
* | integrate qr code scanner. temporarily break omemo activity scan | Christian Schneppe | 2018-03-31 | 1 | -0/+17 |
| | |||||
* | updated manage account activity to new colors | Christian Schneppe | 2018-03-31 | 6 | -16/+14 |
| | |||||
* | added dedicated scan button | Christian Schneppe | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | change font size in conversation overview | Christian Schneppe | 2018-03-29 | 2 | -33/+33 |
| | |||||
* | move new activity back to original name | Christian Schneppe | 2018-03-29 | 1 | -0/+1 |
| | |||||
* | WIP & fragment voodoo | Christian Schneppe | 2018-03-24 | 2 | -20/+48 |
| | |||||
* | switch conversations fragment to data binder | Christian Schneppe | 2018-03-24 | 1 | -163/+164 |
| | |||||
* | don't use autocomplete in MagicCreateActivity for username | Christian Schneppe | 2018-03-22 | 1 | -2/+1 |
| | |||||
* | show own account if multi account is enabled | Christian Schneppe | 2018-03-20 | 1 | -10/+10 |
| | |||||
* | Moved the error message to TextInputLayout in the ChangePasswordActivity | Christian Schneppe | 2018-03-20 | 1 | -0/+2 |
| | |||||
* | use data binder for inflating muc items | Christian Schneppe | 2018-03-20 | 1 | -51/+53 |
| | |||||
* | add fab to start conversations activity | Christian Schneppe | 2018-03-20 | 1 | -7/+18 |
| | |||||
* | use data binder for contact key item | Christian Schneppe | 2018-03-20 | 1 | -40/+30 |
| | |||||
* | create dedicated button to enable undecided accounts | Christian Schneppe | 2018-03-20 | 3 | -8/+15 |
| | |||||
* | fixed paddings | Christian Schneppe | 2018-03-17 | 10 | -55/+48 |
| | |||||
* | started to change text style to app compat | Christian Schneppe | 2018-03-17 | 7 | -54/+29 |
| | |||||
* | ported presence activity to cardview | Christian Schneppe | 2018-03-17 | 2 | -99/+110 |
| | |||||
* | switch account activity to card view. started using data binder | Christian Schneppe | 2018-03-17 | 1 | -629/+631 |
| | |||||
* | Moved the error message to TextInputLayout | Christian Schneppe | 2018-03-16 | 1 | -1/+4 |
| | |||||
* | change image button background | Christian Schneppe | 2018-03-16 | 7 | -12/+12 |
| | |||||
* | change key activities to cards | Christian Schneppe | 2018-03-16 | 2 | -143/+164 |
| | |||||
* | use data binder for contact details activity | Christian Schneppe | 2018-03-16 | 1 | -210/+215 |
| | |||||
* | migrate to CardView in contact and muc details | Christian Schneppe | 2018-03-16 | 2 | -337/+349 |
| | |||||
* | Change ShowHidePasswordEditText to TextInputEditText. | Christian Schneppe | 2018-03-15 | 2 | -109/+91 |
| | | | | change the input fields in the AccountActivity to use the TextInputLayout. | ||||
* | code cleanup | Christian Schneppe | 2018-03-14 | 2 | -34/+0 |
| | |||||
* | switch to switchcompat | Christian Schneppe | 2018-03-14 | 1 | -1/+1 |
| |