aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-23changed updater a bitChristian S5-74/+71
2016-04-23hide disable account via config switchChristian S1-3/+5
2016-04-23Prevent presences from being cleared on connectionChristian S1-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-23disable suggestions in password fieldChristian S1-1/+1
2016-04-23changed hidden password fieldChristian S1-2/+3
2016-04-23changed some stringsChristian S2-13/+13
2016-04-22make password invisible in edit account viewChristian S1-0/+4
2016-04-22display mam settings as iconChristian S6-0/+2
2016-04-22added multiple ports to connect to...Christian S2-5/+8
...and choose a random port to connect
2016-04-22put welcome screen in scrollviewDaniel Gultsch1-62/+67
2016-04-21use IP/port to connect to serverChristian S2-1/+14
2016-04-21remove hostname and port settingsChristian S1-5/+0
2016-04-21changed and added some stringsChristian S2-13/+19
2016-04-21modified welcome screenChristian S4-52/+6
2016-04-19added magic create welcome screenDaniel Gultsch15-7/+348
2016-04-16use material design icons for android < lollipopChristian S2-23/+23
2016-04-16also show sent/received images with rounded cornersChristian S2-2/+4
2016-04-16increased actionbar paddingChristian S1-2/+4
2016-04-16make image corners more roundedChristian S11-12/+12
2016-04-16changed default values to match preferences.xmlChristian S2-4/+4
2016-04-16increase font sizeChristian S2-9/+10
2016-04-15changed some stringsChristian S1-2/+2
2016-04-15added missing stringsChristian S1-0/+4
2016-04-15corrected stringsChristian S1-1/+0
2016-04-15added condition to show 'disable foreground service' buttonChristian S1-1/+1
2016-04-15disallow account deactivationChristian S7-63/+10
added reconnect to account context menu
2016-04-15make foreground service always enabledChristian S5-14/+4
and don't let the user choose the foreground settings
2016-04-14always notify by default in conferencesDaniel Gultsch2-3/+1
2016-04-14removed unnecessary call to stopSelf() after logging outDaniel Gultsch1-5/+11
2016-04-14add setting for quick sharingDaniel Gultsch3-17/+51
2016-04-14removed unused call to cancel eventsDaniel Gultsch1-1/+0
2016-04-13create Config varibale to show the disable foreground service buttonDaniel Gultsch2-3/+6
2016-04-13hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch3-9/+25
2016-04-13return own jid as true counterpart on self messages in mucDaniel Gultsch1-0/+3
2016-04-12added share uri button to conference detailsDaniel Gultsch15-14/+43
2016-04-12reverse order in contact chooserDaniel Gultsch1-1/+1
2016-04-12minor code cleanupDaniel Gultsch1-3/+1
2016-04-11republish avatar if server offers non-persistent pep :-(Daniel Gultsch4-37/+144
2016-04-11Revert "chnaged avatar format to match XEP"Christian S1-1/+1
This reverts commit b8ec4663db7fb597ec4a4030ac9ea508e885d9e5.
2016-04-11don't show contact details when in conversations with selfChristian S1-26/+23
2016-04-10pulled translations from transifexDaniel Gultsch29-86/+27
2016-04-10don't throw IO exception at end of streamDaniel Gultsch1-1/+0
2016-04-10fixed 'connecting…' buttonDaniel Gultsch1-3/+6
2016-04-10moved authentication into seperate method. force close socket before ↵Daniel Gultsch1-38/+44
changing status
2016-04-09introduced setting to turn of notification ledDaniel Gultsch3-5/+15
2016-04-09Insert /me on long click send buttonArtem Shipovskiy1-0/+11
2016-04-09chnaged avatar format to match XEPChristian S1-1/+1
2016-04-09use startdate as lower bound when querying archive with after=xDaniel Gultsch1-13/+3
2016-04-09don't show contact details when in conversations with selfDaniel Gultsch3-1/+8
2016-04-09use last received message id when querying archiveDaniel Gultsch1-7/+17