aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-29do not call listeners while being synchronized on stanza queueChristian Schneppe3-12/+38
2018-07-29fix rar crash in EditAccountActivity during account registrationChristian Schneppe1-1/+1
2018-07-29fix NEP in UpdaterActivityChristian Schneppe1-1/+1
2018-07-29show edit profile menu also in chat viewChristian Schneppe1-2/+0
2018-07-29fix crash during lookup for updatesChristian Schneppe2-4/+3
2018-07-28use TOR for updaterChristian Schneppe2-106/+120
2018-07-26Update defaults.xmlFelix1-0/+1
2018-07-25Add blabber.im as new xmpp serviceDominion08151-0/+1
2018-07-15display propper toast after room has been destroyedChristian Schneppe4-2/+33
2018-07-15fall back to random subject langugae in case there is no english oneChristian Schneppe1-3/+6
2018-07-15fix bug in XmppConnectionChristian Schneppe1-3/+3
2018-07-09some UI improvementsChristian Schneppe12-168/+158
2018-07-09integrated locally message deletion from #208Christian Schneppe6-0/+42
thanks @acw81
2018-07-09fixed npe in WelcomeActivityChristian Schneppe1-1/+3
2018-07-09handle non participating mucs a bit betterChristian Schneppe4-7/+22
2018-07-09do not add in_roster flag when restoring from diskChristian Schneppe1-1/+0
2018-07-09store own affiliation and role to diskChristian Schneppe3-64/+52
2018-07-09change listener lock strategieChristian Schneppe1-38/+28
2018-07-09standards. right?Christian Schneppe1-2/+3
2018-07-09support mam:1Christian Schneppe7-32/+95
2018-07-09show snackbar for resource constraint in mucsChristian Schneppe4-0/+7
2018-07-09open trust key screen when download is in progressChristian Schneppe3-3/+4
2018-07-09add missing importChristian Schneppe1-0/+1
2018-07-09fixed npe in paste as quoteChristian Schneppe1-2/+2
2018-07-09make xmppuri deal with null inputChristian Schneppe1-1/+4
2018-07-09use sets instead of list for listenersChristian Schneppe2-68/+93
2018-07-09persist muc avatar and show in bookmarksChristian Schneppe5-14/+27
2018-07-09try to fix race condition with empty trust uiChristian Schneppe1-3/+7
2018-07-09shorten read markers to 'everyone has read up to this point' when > 4 userChristian Schneppe3-0/+9
2018-07-09offer paste as quote for html clipsChristian Schneppe1-1/+4
2018-07-09use EmojiWrapperEditText for most relevant text inputsChristian Schneppe5-7/+23
2018-07-09automatically start download if file size is knownChristian Schneppe1-4/+14
2018-07-09fixed MucOptions.getName()Christian Schneppe1-5/+3
2018-07-09click on item selectionChristian Schneppe1-0/+3
2018-07-09Set navigation bar color to dark on dark themeChristian Schneppe2-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.
2018-07-09catch rare state loss exception when hitting home button to pop back stackChristian Schneppe1-1/+5
2018-07-09use emoji transform for toolbar, muc name and contacts nameChristian Schneppe2-4/+5
2018-07-09restart file observer when permisson are grantedChristian Schneppe3-1/+29
2018-07-09use tertiary background color for landscape conversation overviewChristian Schneppe3-1/+8
2018-07-09reset subject and name on emptyChristian Schneppe5-14/+25
2018-07-09save name instead of subject in bookmarkChristian Schneppe4-18/+62
2018-07-09improve identification of muc serviceChristian Schneppe1-0/+1
2018-07-09refined create conference dialogChristian Schneppe8-85/+86
2018-06-30choose contact activity: start action mode on short pressChristian Schneppe14-93/+165
2018-06-29scale text size if topic is longChristian Schneppe2-2/+18
2018-06-29open/close soft keyboard in quick editChristian Schneppe14-32/+68
2018-06-29non functional muc edit buttonChristian Schneppe17-72/+178
2018-06-29do not include white listed domains in room listChristian Schneppe5-18/+17
2018-06-29use TextInputLayout in quickedit dialogChristian Schneppe7-40/+58
2018-06-29linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe7-72/+154