Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Moved the error message to TextInputLayout | Christian Schneppe | 2018-03-16 | 2 | -26/+35 | |
| | ||||||
* | change image button background | Christian Schneppe | 2018-03-16 | 9 | -14/+13 | |
| | ||||||
* | change key activities to cards | Christian Schneppe | 2018-03-16 | 5 | -226/+224 | |
| | ||||||
* | use data binder for contact details activity | Christian Schneppe | 2018-03-16 | 2 | -316/+294 | |
| | ||||||
* | migrate to CardView in contact and muc details | Christian Schneppe | 2018-03-16 | 4 | -366/+367 | |
| | ||||||
* | Change ShowHidePasswordEditText to TextInputEditText. | Christian Schneppe | 2018-03-15 | 7 | -145/+144 | |
| | | | | change the input fields in the AccountActivity to use the TextInputLayout. | |||||
* | do not use pop up menus for encryption and attachment selection | Christian Schneppe | 2018-03-14 | 5 | -334/+222 | |
| | ||||||
* | fixed crash when selecting participants | Christian Schneppe | 2018-03-14 | 1 | -29/+19 | |
| | ||||||
* | removed unused resources | Christian Schneppe | 2018-03-14 | 5 | -5/+1 | |
| | ||||||
* | code cleanup | Christian Schneppe | 2018-03-14 | 30 | -60/+1 | |
| | ||||||
* | switch to switchcompat | Christian Schneppe | 2018-03-14 | 32 | -179/+18 | |
| | ||||||
* | AppCompat Migration contribution | Christian Schneppe | 2018-03-12 | 1 | -13/+18 | |
| | ||||||
* | rewrite how preference screens are invokved | Christian Schneppe | 2018-03-12 | 5 | -102/+181 | |
| | ||||||
* | integrate trust manager into conversations | Christian Schneppe | 2018-03-12 | 10 | -15/+1076 | |
| | ||||||
* | fixed search in abstractsearchablelistitem | Christian Schneppe | 2018-03-09 | 2 | -4/+3 | |
| | ||||||
* | fixed hint color for edit message | Christian Schneppe | 2018-03-09 | 2 | -10/+4 | |
| | ||||||
* | remove pre api 21 theme | Christian Schneppe | 2018-03-09 | 2 | -91/+19 | |
| | ||||||
* | use appcompat in more activities | Christian Schneppe | 2018-03-09 | 6 | -14/+14 | |
| | ||||||
* | migrating more menus to appcompat | Christian Schneppe | 2018-03-09 | 2 | -2/+2 | |
| | ||||||
* | migrated alert dialogs to app compat | Christian Schneppe | 2018-03-09 | 17 | -19/+19 | |
| | ||||||
* | switch about activity to appcompat | Christian Schneppe | 2018-03-09 | 1 | -2/+2 | |
| | ||||||
* | reference support actionbar in all activities | Christian Schneppe | 2018-03-09 | 14 | -65/+70 | |
| | ||||||
* | started work on migrating to appcompat | Christian Schneppe | 2018-03-09 | 20 | -111/+131 | |
| | ||||||
* | don't log passwords | Christian Schneppe | 2018-03-09 | 1 | -1/+0 | |
| | ||||||
* | fixed translations | Christian Schneppe | 2018-03-08 | 2 | -4/+4 | |
| | ||||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2018-03-08 | 10 | -220/+2570 | |
|\ | ||||||
| * | update translations | Christian Schneppe | 2018-03-08 | 10 | -220/+2570 | |
| | | ||||||
* | | fixed concurrent modification when killing mam queries | Christian Schneppe | 2018-03-08 | 1 | -40/+40 | |
| | | ||||||
* | | Merge branch 'multi-account' | Christian Schneppe | 2018-03-08 | 16 | -41/+201 | |
|\ \ | |/ |/| | ||||||
| * | implement multi accounts via expert settings | Christian Schneppe | 2018-03-08 | 16 | -41/+201 | |
| | | ||||||
* | | do not merge bug reports | Christian Schneppe | 2018-02-26 | 1 | -1/+2 | |
| | | ||||||
* | | added config param to use a random resource at every bind | Christian Schneppe | 2018-02-26 | 3 | -3/+6 | |
|/ | ||||||
* | fixed wrong CHANGELOG_URL in updater | Christian Schneppe | 2018-02-24 | 2 | -1/+2 | |
| | ||||||
* | MAM: rework hasMessagesLeft to account for prosody’s missing count | Christian Schneppe | 2018-02-24 | 1 | -6/+12 | |
| | ||||||
* | only explicitly request device list for users not in roster | Christian Schneppe | 2018-02-24 | 3 | -3/+17 | |
| | ||||||
* | kill mam query when archiving conversation | Christian Schneppe | 2018-02-24 | 2 | -0/+21 | |
| | ||||||
* | MAM: look at total count for completness. parse fin correctly | Christian Schneppe | 2018-02-24 | 4 | -15/+24 | |
| | ||||||
* | fixed pref_use_white_background_summary to match the correct behaviour | Christian Schneppe | 2018-02-24 | 1 | -1/+1 | |
| | ||||||
* | catch small NPE in ConversationFragment | Christian Schneppe | 2018-02-22 | 1 | -2/+2 | |
| | ||||||
* | request disco items before disco#info on first connect | Christian Schneppe | 2018-02-22 | 1 | -1/+7 | |
| | | | | should make initial connect faster because code is not waiting for omemo code to run | |||||
* | warn when attempting to write stanza to an unbound stream | Christian Schneppe | 2018-02-22 | 2 | -21/+29 | |
| | ||||||
* | mark error notifications as sensitve and local only | Christian Schneppe | 2018-02-22 | 1 | -2/+3 | |
| | ||||||
* | don't use automatic updates for playstore version | Christian Schneppe | 2018-02-19 | 1 | -0/+3 | |
| | ||||||
* | changed icons for markasread and reply in NotificationService | Christian Schneppe | 2018-02-19 | 11 | -3/+4 | |
| | ||||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2018-02-19 | 2 | -12/+31 | |
|\ | ||||||
| * | update translations | Christian Schneppe | 2018-02-19 | 2 | -12/+31 | |
| | | ||||||
* | | check if axolotl service is initialized before displaying keys | Christian Schneppe | 2018-02-19 | 1 | -2/+3 | |
| | | ||||||
* | | fixed handling of self address messages w/o remoteMsgId | Christian Schneppe | 2018-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | do not allow insecure bind | Christian Schneppe | 2018-02-19 | 1 | -7/+5 | |
| | | ||||||
* | | Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA ↵ | Christian Schneppe | 2018-02-19 | 5 | -7/+10 | |
| | | | | | | | | constant |