aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-17store jid if it was changed during bindChristian Schneppe2-5/+11
2016-09-15show emojis in actionbar in contact and conference detailsChristian Schneppe2-0/+28
2016-09-14scroll actionbar titles if they are too longChristian Schneppe1-9/+10
2016-09-14correct variablesChristian Schneppe1-2/+2
2016-09-14show Emojis in EditTextChristian Schneppe1-2/+2
2016-09-14don't use display version of jidsDaniel Gultsch2-97/+101
2016-09-14remember scroll position on rotate. fixes #2011Daniel Gultsch2-14/+62
2016-09-14Use JID returned by the server during bindSam Whited1-1/+1
2016-09-14Support ANONYMOUS SASLSam Whited2-0/+31
2016-09-14Use the last message in the content text instead of the first.Daniele Gobbetti1-1/+1
2016-09-14Fix typolicaon-kter1-1/+1
2016-09-09download own vcard avatar if none is set. fixes #2008Daniel Gultsch4-13/+26
2016-09-09optimized importsChristian Schneppe8-13/+1
2016-09-09reworked notificationserviceChristian Schneppe1-597/+588
2016-09-08fix wrong importChristian Schneppe1-1/+1
2016-09-08provide hint on why conference can not be encryptedDaniel Gultsch2-2/+67
2016-09-08be a bit more careful when deleting and deactivating accountsDaniel Gultsch5-22/+46
2016-09-08open contact details from conference details directly on clickChristian Schneppe1-18/+10
2016-09-07ordered config a bitChristian Schneppe1-3/+5
2016-09-07delete wrong }Christian Schneppe1-1/+0
2016-09-07close progress if there is an error or userinput requiredChristian Schneppe1-0/+2
2016-09-07don't use fileprovider when opening files on android M and belowDaniel Gultsch1-44/+53
2016-09-07show server not found muc errorDaniel Gultsch3-2/+10
2016-09-07remove explicit pebble support. treat as wear deviceDaniel Gultsch1-25/+0
2016-09-07show reply action on wear devicesDaniel Gultsch1-2/+4
2016-09-07don't crash when correcting waiting pgp encrypted messagesDaniel Gultsch1-4/+12
2016-09-06detect video aspect ratio for compressionChristian Schneppe2-7/+24
2016-09-05catch some exceptions to avoid crashesChristian Schneppe1-4/+19
2016-09-03fix crash on take photoChristian Schneppe1-2/+42
2016-09-03return false if compressed video size = 0 or video does't existChristian Schneppe1-2/+8
2016-09-03code cleanupChristian Schneppe1-7/+4
2016-09-03keep CPU awake while compressing videoChristian Schneppe1-2/+5
2016-09-03fixed recreation issues in StartConversationActivityDaniel Gultsch2-976/+1031
2016-09-03fixed typoDaniel Gultsch1-2/+2
2016-09-03don't show duplicate nofications on android 4Daniel Gultsch1-35/+31
2016-09-02don't rotate sqare contentChristian Schneppe1-4/+4
2016-09-02broader exception catchersDaniel Gultsch1-1/+1
2016-09-02use file provider for taking picturesDaniel Gultsch2-3/+5
2016-09-02don't show up navigation in startConversation when there are no open conversa...Daniel Gultsch1-1/+3
2016-09-02add more logging to pgp engineDaniel Gultsch2-13/+20
2016-09-02rotate FullScreenViewer based on dimensions of contentChristian Schneppe1-6/+51
2016-09-02don't set attach video as quick actionChristian Schneppe2-22/+3
2016-08-31don't rotate screen while compressing videoChristian Schneppe3-5/+5
2016-08-31fix multiple notifications and added unread messages as summaryChristian Schneppe1-6/+16
2016-08-30show dialog while compressing videoChristian Schneppe3-8/+51
2016-08-30change filename patternChristian Schneppe1-1/+2
2016-08-30bug fix in notification serviceChristian Schneppe1-21/+20
2016-08-30make bitrate configurable via config.javaChristian Schneppe2-2/+3
2016-08-28compress videos bigger than 10 MB before sendingChristian Schneppe13-15/+2186
2016-08-27mark conversation as read when swiping a notification with quick reply awayDaniel Gultsch2-1/+24