Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only show one error at once | Christian Schneppe | 2018-03-16 | 1 | -4/+29 |
| | |||||
* | Moved the error message to TextInputLayout | Christian Schneppe | 2018-03-16 | 1 | -25/+31 |
| | |||||
* | change key activities to cards | Christian Schneppe | 2018-03-16 | 1 | -81/+54 |
| | |||||
* | use data binder for contact details activity | Christian Schneppe | 2018-03-16 | 1 | -106/+79 |
| | |||||
* | migrate to CardView in contact and muc details | Christian Schneppe | 2018-03-16 | 2 | -29/+18 |
| | |||||
* | Change ShowHidePasswordEditText to TextInputEditText. | Christian Schneppe | 2018-03-15 | 2 | -36/+30 |
| | | | | 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 | 1 | -264/+176 |
| | |||||
* | fixed crash when selecting participants | Christian Schneppe | 2018-03-14 | 1 | -29/+19 |
| | |||||
* | removed unused resources | Christian Schneppe | 2018-03-14 | 1 | -5/+1 |
| | |||||
* | switch to switchcompat | Christian Schneppe | 2018-03-14 | 2 | -117/+17 |
| | |||||
* | rewrite how preference screens are invokved | Christian Schneppe | 2018-03-12 | 2 | -102/+159 |
| | |||||
* | integrate trust manager into conversations | Christian Schneppe | 2018-03-12 | 2 | -1/+120 |
| | |||||
* | fixed search in abstractsearchablelistitem | Christian Schneppe | 2018-03-09 | 2 | -4/+3 |
| | |||||
* | fixed hint color for edit message | Christian Schneppe | 2018-03-09 | 1 | -9/+3 |
| | |||||
* | use appcompat in more activities | Christian Schneppe | 2018-03-09 | 3 | -5/+6 |
| | |||||
* | migrated alert dialogs to app compat | Christian Schneppe | 2018-03-09 | 15 | -17/+17 |
| | |||||
* | 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 | 3 | -34/+31 |
| | |||||
* | implement multi accounts via expert settings | Christian Schneppe | 2018-03-08 | 6 | -20/+138 |
| | |||||
* | fixed wrong CHANGELOG_URL in updater | Christian Schneppe | 2018-02-24 | 1 | -1/+1 |
| | |||||
* | MAM: look at total count for completness. parse fin correctly | Christian Schneppe | 2018-02-24 | 1 | -3/+1 |
| | |||||
* | catch small NPE in ConversationFragment | Christian Schneppe | 2018-02-22 | 1 | -2/+2 |
| | |||||
* | don't use automatic updates for playstore version | Christian Schneppe | 2018-02-19 | 1 | -0/+3 |
| | |||||
* | check if axolotl service is initialized before displaying keys | Christian Schneppe | 2018-02-19 | 1 | -2/+3 |
| | |||||
* | don't delete account if it's not yet created - fixes crash | Christian Schneppe | 2018-02-19 | 1 | -1/+0 |
| | |||||
* | Don't add account if user cancels | Christian Schneppe | 2018-02-17 | 1 | -9/+8 |
| | |||||
* | show hint to allow installs from unknown sources just before update starts ↵ | Christian Schneppe | 2018-02-17 | 3 | -73/+88 |
| | | | | and don't show this for PlayStore installs | ||||
* | Pass invite XMPP URI along instead of JID | Christian Schneppe | 2018-02-15 | 6 | -20/+20 |
| | |||||
* | null check on invite object | Christian Schneppe | 2018-02-15 | 1 | -1/+1 |
| | |||||
* | allow roster action with name | Christian Schneppe | 2018-02-15 | 1 | -0/+3 |
| | |||||
* | integrate intent integrator to finish activity when needed | Christian Schneppe | 2018-02-15 | 4 | -13/+8 |
| | |||||
* | do not cross reference bookmarks and conversations | Christian Schneppe | 2018-02-10 | 2 | -6/+5 |
| | |||||
* | don't cancel animation when switching accounts w/o init | Christian Schneppe | 2018-02-10 | 1 | -1/+3 |
| | |||||
* | return to welcome activity after deleting last account | Christian Schneppe | 2018-02-10 | 3 | -19/+20 |
| | |||||
* | skip animations for startup activities | Christian Schneppe | 2018-02-10 | 2 | -5/+14 |
| | |||||
* | add null checks to huawei settings code | Christian Schneppe | 2018-02-10 | 1 | -13/+9 |
| | |||||
* | do not put setup activites on stack twice | Christian Schneppe | 2018-02-10 | 2 | -3/+11 |
| | |||||
* | add servers from https://conversations.im/compliance/ to autocomplete jids | Christian Schneppe | 2018-02-09 | 2 | -4/+139 |
| | |||||
* | show the correct icon for shared xmpp addresses | Christian Schneppe | 2018-02-04 | 1 | -0/+1 |
| | |||||
* | we don't need location permissions for showing locations | Christian Schneppe | 2018-02-04 | 1 | -12/+1 |
| | |||||
* | highlight searchword in messages | Christian Schneppe | 2018-02-04 | 2 | -1/+16 |
| | |||||
* | implemented message search | Christian Schneppe | 2018-02-04 | 2 | -2/+171 |
| | | | | fixes #110 | ||||
* | finish() SettingsActivity in onPause | Christian Schneppe | 2018-02-03 | 1 | -8/+11 |
| | | | | and revert 82732be0dafeb8cea0c8a3dedecdaaf1906cde34 | ||||
* | don't crash if huaweiPreferenceScreen.getIntent() = null | Christian Schneppe | 2018-02-02 | 1 | -5/+8 |
| | |||||
* | reorder context menu entries for ConferenceDetailsActivity and make ↵ | Christian Schneppe | 2018-02-02 | 1 | -7/+7 |
| | | | | membership and ban options visible in standardmode and make adminprevileges visible in advanced mode | ||||
* | show progress dialog while downloading update | Christian Schneppe | 2018-02-02 | 1 | -107/+207 |
| | |||||
* | optimized /me behavior | Christian Schneppe | 2018-01-30 | 2 | -2/+2 |
| | | | | fixes #133 | ||||
* | do not explicitly request MAM archive for blocked contacts | Christian Schneppe | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | direct link from settings to huaweis protected apps | Christian Schneppe | 2018-01-29 | 1 | -0/+13 |
| |