Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-23 | changed updater a bit | Christian S | 5 | -74/+71 | |
2016-04-23 | hide disable account via config switch | Christian S | 1 | -3/+5 | |
2016-04-23 | Prevent presences from being cleared on connection | Christian S | 1 | -2/+1 | |
Sometimes when enabling/reenabling accounts the initial presences that the server sends get cleared shortly after connecting. This might also be what caused siacs/Conversations#1705. This commit fixes the status inconsistencies I have experienced, though there might be more causes for the problems described in that issue. | |||||
2016-04-23 | disable suggestions in password field | Christian S | 1 | -1/+1 | |
2016-04-23 | changed hidden password field | Christian S | 1 | -2/+3 | |
2016-04-23 | changed some strings | Christian S | 2 | -13/+13 | |
2016-04-22 | make password invisible in edit account view | Christian S | 1 | -0/+4 | |
2016-04-22 | display mam settings as icon | Christian S | 6 | -0/+2 | |
2016-04-22 | added multiple ports to connect to... | Christian S | 2 | -5/+8 | |
...and choose a random port to connect | |||||
2016-04-22 | put welcome screen in scrollview | Daniel Gultsch | 1 | -62/+67 | |
2016-04-21 | use IP/port to connect to server | Christian S | 2 | -1/+14 | |
2016-04-21 | remove hostname and port settings | Christian S | 1 | -5/+0 | |
2016-04-21 | changed and added some strings | Christian S | 2 | -13/+19 | |
2016-04-21 | modified welcome screen | Christian S | 4 | -52/+6 | |
2016-04-19 | added magic create welcome screen | Daniel Gultsch | 15 | -7/+348 | |
2016-04-16 | use material design icons for android < lollipop | Christian S | 2 | -23/+23 | |
2016-04-16 | also show sent/received images with rounded corners | Christian S | 2 | -2/+4 | |
2016-04-16 | increased actionbar padding | Christian S | 1 | -2/+4 | |
2016-04-16 | make image corners more rounded | Christian S | 11 | -12/+12 | |
2016-04-16 | changed default values to match preferences.xml | Christian S | 2 | -4/+4 | |
2016-04-16 | increase font size | Christian S | 2 | -9/+10 | |
2016-04-15 | changed some strings | Christian S | 1 | -2/+2 | |
2016-04-15 | added missing strings | Christian S | 1 | -0/+4 | |
2016-04-15 | corrected strings | Christian S | 1 | -1/+0 | |
2016-04-15 | added condition to show 'disable foreground service' button | Christian S | 1 | -1/+1 | |
2016-04-15 | disallow account deactivation | Christian S | 7 | -63/+10 | |
added reconnect to account context menu | |||||
2016-04-15 | make foreground service always enabled | Christian S | 5 | -14/+4 | |
and don't let the user choose the foreground settings | |||||
2016-04-14 | always notify by default in conferences | Daniel Gultsch | 2 | -3/+1 | |
2016-04-14 | removed unnecessary call to stopSelf() after logging out | Daniel Gultsch | 1 | -5/+11 | |
2016-04-14 | add setting for quick sharing | Daniel Gultsch | 3 | -17/+51 | |
2016-04-14 | removed unused call to cancel events | Daniel Gultsch | 1 | -1/+0 | |
2016-04-13 | create Config varibale to show the disable foreground service button | Daniel Gultsch | 2 | -3/+6 | |
2016-04-13 | hacky workaround to determine if uri points to private file on < lolipop | Daniel Gultsch | 3 | -9/+25 | |
2016-04-13 | return own jid as true counterpart on self messages in muc | Daniel Gultsch | 1 | -0/+3 | |
2016-04-12 | added share uri button to conference details | Daniel Gultsch | 15 | -14/+43 | |
2016-04-12 | reverse order in contact chooser | Daniel Gultsch | 1 | -1/+1 | |
2016-04-12 | minor code cleanup | Daniel Gultsch | 1 | -3/+1 | |
2016-04-11 | republish avatar if server offers non-persistent pep :-( | Daniel Gultsch | 4 | -37/+144 | |
2016-04-11 | Revert "chnaged avatar format to match XEP" | Christian S | 1 | -1/+1 | |
This reverts commit b8ec4663db7fb597ec4a4030ac9ea508e885d9e5. | |||||
2016-04-11 | don't show contact details when in conversations with self | Christian S | 1 | -26/+23 | |
2016-04-10 | pulled translations from transifex | Daniel Gultsch | 29 | -86/+27 | |
2016-04-10 | don't throw IO exception at end of stream | Daniel Gultsch | 1 | -1/+0 | |
2016-04-10 | fixed 'connecting…' button | Daniel Gultsch | 1 | -3/+6 | |
2016-04-10 | moved authentication into seperate method. force close socket before ↵ | Daniel Gultsch | 1 | -38/+44 | |
changing status | |||||
2016-04-09 | introduced setting to turn of notification led | Daniel Gultsch | 3 | -5/+15 | |
2016-04-09 | Insert /me on long click send button | Artem Shipovskiy | 1 | -0/+11 | |
2016-04-09 | chnaged avatar format to match XEP | Christian S | 1 | -1/+1 | |
2016-04-09 | use startdate as lower bound when querying archive with after=x | Daniel Gultsch | 1 | -13/+3 | |
2016-04-09 | don't show contact details when in conversations with self | Daniel Gultsch | 3 | -1/+8 | |
2016-04-09 | use last received message id when querying archive | Daniel Gultsch | 1 | -7/+17 | |