aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-12fix getNextEncryptionChristian Schneppe2-13/+10
2018-04-12prevent double tapping on overflow menuChristian Schneppe10-5/+97
2018-04-12write roster only for active accountsChristian Schneppe1-1/+1
2018-04-12added prosodys enable archive to default room configChristian Schneppe1-0/+1
2018-04-12fixed redownload of deleted http upload messagesChristian Schneppe1-0/+4
2018-04-12run roster sync in replacing task managerChristian Schneppe3-18/+70
2018-04-12sync roster to disk after roster pushChristian Schneppe6-44/+43
2018-04-12removed unecessary loggingChristian Schneppe1-1/+0
2018-04-12presist http upload availibilityChristian Schneppe3-272/+183
2018-04-12fix jump to first unread messageChristian Schneppe1-39/+38
2018-04-12fix choose imageChristian Schneppe1-14/+12
2018-04-12fix empty sharewithactivityChristian Schneppe1-1/+3
2018-04-11code cleanupChristian Schneppe1-38/+18
2018-04-11fixed some regressions introduced in toolbar migrationChristian Schneppe2-11/+28
2018-04-11replace deprecated action bar with toolbarChristian Schneppe43-927/+1163
* replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar
2018-04-10update translationsChristian Schneppe19-303/+261
2018-04-10update stringsChristian Schneppe1-2/+2
2018-04-10Typo fix (#192)Licaon_Kter1-1/+1
2018-04-08setReplaceAll=false on emojiCompat for android oChristian Schneppe2-3/+25
2018-04-08show message draft in conversation overviewChristian Schneppe4-176/+228
2018-04-08fixed device rotation in settings activityChristian Schneppe1-2/+1
2018-04-08fixed crash in MessageAdapter caused by empty xmpp: uriChristian Schneppe1-0/+3
2018-04-08offer a more convienient way to disable omemo from trust keys dialogChristian Schneppe5-131/+189
2018-04-08trim to original resource if server added somethingChristian Schneppe1-1/+23
2018-04-08remove trailing ) in urlsChristian Schneppe2-24/+30
2018-04-08fixed pm to vistorsChristian Schneppe2-7/+4
2018-04-08do not show snackbar for archived conversations. fixes glitch when leaving mucChristian Schneppe1-1/+4
2018-04-08fixed rotation in choose contact activityChristian Schneppe2-10/+31
2018-04-08dynamically get known hosts in dialogChristian Schneppe7-48/+114
2018-04-08add data binding and check in back stack for dialogsChristian Schneppe9-199/+227
2018-04-08place enter jid dialog in dialog fragmentChristian Schneppe4-52/+90
2018-04-08replace group dialogs by dialog fragmentChristian Schneppe3-116/+274
2018-04-08make camera feature optionalChristian Schneppe7-19/+28
2018-04-08Classify in the "social" app categoryChristian Schneppe1-0/+2
2018-04-08create interface for onBackendConnectedChristian Schneppe5-7/+45
2018-04-08scanned results are always a trusted sourceChristian Schneppe2-2/+7
2018-04-08migrated conference details to bindingChristian Schneppe2-378/+331
2018-04-08make swipe to right gesture workingChristian Schneppe2-64/+44
2018-04-08fix menu entriesChristian Schneppe4-32/+30
2018-04-07disable caches in HttpUrlConnectionsChristian Schneppe2-0/+3
2018-04-07fix register account checkbox glitchChristian Schneppe3-16/+10
2018-04-07do not highlight users when not participatingChristian Schneppe3-12/+17
2018-04-07fixed rare crash on jolla devicesChristian Schneppe4-37/+18
2018-04-07fixed some issues with jid escapingChristian Schneppe1-12/+12
2018-04-07hide keyboard when stopping ConversationFragmentChristian Schneppe1-3/+11
2018-04-07use escaped form of jid where approriateChristian Schneppe4-9/+9
2018-04-07return contact and account.getServer() as StringChristian Schneppe17-146/+148
2018-04-07cache bookmark jid in bookmarkChristian Schneppe1-1/+4
2018-04-07make unicode detector work on labelsChristian Schneppe1-22/+14
2018-04-07detect irregular unicode in domain partChristian Schneppe4-36/+86