Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set navigation bar color to dark on dark theme | Christian Schneppe | 2018-07-09 | 2 | -1/+10 |
| | | | | | | | | | | | | | * Allow overriding ConversationsTheme.Dark This change splits the dark theme style into two styles - base that stays the same in all configurations and Dark - the original - that can be overridden in specific configurations to add version specific styles. * Set navigation bar color to dark on dark theme Use secondary background color as navigation bar color when using dark theme. This avoids mismatched white colors on certain system themes. | ||||
* | use tertiary background color for landscape conversation overview | Christian Schneppe | 2018-07-09 | 2 | -0/+3 |
| | |||||
* | refined create conference dialog | Christian Schneppe | 2018-07-09 | 2 | -10/+4 |
| | |||||
* | choose contact activity: start action mode on short press | Christian Schneppe | 2018-06-30 | 13 | -15/+71 |
| | |||||
* | scale text size if topic is long | Christian Schneppe | 2018-06-29 | 1 | -0/+4 |
| | |||||
* | open/close soft keyboard in quick edit | Christian Schneppe | 2018-06-29 | 8 | -3/+2 |
| | |||||
* | non functional muc edit button | Christian Schneppe | 2018-06-29 | 15 | -40/+102 |
| | |||||
* | do not include white listed domains in room list | Christian Schneppe | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | use TextInputLayout in quickedit dialog | Christian Schneppe | 2018-06-29 | 3 | -19/+36 |
| | |||||
* | linkify subject + open xmpp directly w/o going through start conv activity | Christian Schneppe | 2018-06-29 | 1 | -0/+1 |
| | |||||
* | correct activity_edit_account layout | Christian Schneppe | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | WIP: set room avatar and slight redesign of group details | Christian Schneppe | 2018-06-29 | 7 | -294/+344 |
| | | | | *show jid in group details (in advanced mode) | ||||
* | update translations | Christian Schneppe | 2018-06-24 | 7 | -7/+5 |
| | |||||
* | fixed wrong border in account_row | Christian Schneppe | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | deduplicate tags + translate 'blocked' tag | Christian Schneppe | 2018-06-17 | 1 | -0/+1 |
| | |||||
* | add ‘paste as quote’ for api >= 23 | Christian Schneppe | 2018-06-16 | 2 | -0/+38 |
| | |||||
* | Added expert setting for direct search | Christian Schneppe | 2018-06-16 | 3 | -0/+8 |
| | |||||
* | optimized some colors and switched back to square avatars | Christian Schneppe | 2018-06-03 | 21 | -27/+52 |
| | |||||
* | show MUC avatar in ConferenceDetailsActivity | Christian Schneppe | 2018-06-01 | 1 | -0/+12 |
| | |||||
* | rename useOwnProvider to useAdvancedMode in WelcomeActivity | Christian Schneppe | 2018-06-01 | 9 | -10/+10 |
| | |||||
* | update translations | Christian Schneppe | 2018-06-01 | 2 | -118/+119 |
| | |||||
* | show buttons to privacy policy and terms of use during account creation on ↵ | Christian Schneppe | 2018-05-27 | 1 | -0/+30 |
| | | | | our server pix-art.de | ||||
* | add support for S3 file transfers | Christian Schneppe | 2018-05-26 | 2 | -0/+2 |
| | |||||
* | update translations | Christian Schneppe | 2018-05-24 | 2 | -118/+120 |
| | |||||
* | add links to *Terms Of Use* and *Privacy Policy* to AboutActivity | Christian Schneppe | 2018-05-24 | 3 | -6/+66 |
| | |||||
* | fix some crashes on Android 4 devices | Christian Schneppe | 2018-05-21 | 10 | -10/+94 |
| | |||||
* | Add new Server (#202) | kromonos | 2018-05-18 | 1 | -0/+1 |
| | | | Add nsa.li as new xmpp service | ||||
* | update translations | Christian Schneppe | 2018-05-17 | 1 | -0/+2 |
| | |||||
* | fix typo | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | add possibility to de-/activate accounts | Christian Schneppe | 2018-05-17 | 1 | -2/+13 |
| | | | | fixes #195 | ||||
* | add spinner to select jabber provider for creating new accounts | Christian Schneppe | 2018-05-16 | 3 | -7/+147 |
| | |||||
* | delete values-pt-br as invalid | Christian Schneppe | 2018-05-14 | 1 | -445/+0 |
| | |||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2018-05-14 | 1 | -0/+445 |
|\ | |||||
| * | Translation for brazilian portuguese, pt-BR ISO 8859-1, make this app ↵ | PsychloDx | 2018-05-13 | 1 | -0/+445 |
| | | | | | | | | | | available to Brazil Translation for brazilian portuguese, pt-BR ISO 8859-1, make this app available to Brazil | ||||
* | | make quick actions working again | Christian Schneppe | 2018-05-14 | 1 | -4/+4 |
|/ | |||||
* | update translations | Christian Schneppe | 2018-05-06 | 18 | -111/+149 |
| | |||||
* | fix strings | Christian Schneppe | 2018-05-06 | 1 | -1/+1 |
| | |||||
* | don't use alpha for received/read indicator | Christian Schneppe | 2018-05-05 | 1 | -2/+0 |
| | |||||
* | add animators for more activities | Christian Schneppe | 2018-05-05 | 3 | -3/+20 |
| | |||||
* | use navigate as floating action button in showlocation | Christian Schneppe | 2018-05-05 | 2 | -12/+15 |
| | |||||
* | encode and decode % and # in invite links | Christian Schneppe | 2018-05-05 | 2 | -0/+8 |
| | |||||
* | add animations | Christian Schneppe | 2018-05-03 | 5 | -2/+62 |
| | |||||
* | fixed regression of not highlighting current conversation in overview | Christian Schneppe | 2018-05-03 | 1 | -0/+1 |
| | |||||
* | persist search across device rotations | Christian Schneppe | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | added 'view conversation' to context menu | Christian Schneppe | 2018-05-02 | 2 | -0/+4 |
| | |||||
* | modified some icons | Christian Schneppe | 2018-05-02 | 6 | -18/+15 |
| | |||||
* | show message search as icon in actionbar | Christian Schneppe | 2018-05-02 | 1 | -1/+2 |
| | |||||
* | remove old code | Christian Schneppe | 2018-05-02 | 1 | -52/+0 |
| | |||||
* | added search result context menu + date separators | Christian Schneppe | 2018-05-02 | 2 | -0/+48 |
| | |||||
* | use styled colors for online/offline text | Christian Schneppe | 2018-05-02 | 4 | -1/+9 |
| |