aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-20fixed missing image previewiNPUTmice1-1/+1
2015-01-20fixed up button on v21 devicesiNPUTmice1-2/+6
2015-01-19Remove legacy SSL supportSam Whited1-15/+11
2015-01-19don't trim bodiesiNPUTmice1-1/+1
2015-01-19fixed legacy translation of image receivediNPUTmice1-1/+3
2015-01-19added changelog for 1.0iNPUTmice1-1/+1
2015-01-19check for deleted files when loading more messages from historyiNPUTmice1-1/+3
2015-01-19account for rounding errors when rescheduling wake upiNPUTmice1-150/+153
2015-01-18fixed bug when sharing files from google driveiNPUTmice1-7/+11
2015-01-18proper desc for offering and sending images in conversations overviewiNPUTmice1-0/+8
2015-01-18explain read markeriNPUTmice1-20/+6
2015-01-18use same helper methods for images and filesiNPUTmice2-54/+16
2015-01-18Added new file type names for file transfersChristian S1-0/+4
2015-01-17Add some Android 21 notification featuresSam Whited1-0/+4
2015-01-17Fix string substitutions with unknown filetypesSam Whited1-2/+2
2015-01-17Correct the download file string on notificationsSam Whited2-15/+14
2015-01-16Add download button on notification if applicableSam Whited3-29/+70
2015-01-15sending read marker when resuming activity and conversation is openiNPUTmice1-1/+4
2015-01-15show toast when avatar has been published - fixed #874iNPUTmice1-13/+13
2015-01-15added dedicated button to disable foreground service in perma notificationiNPUTmice1-2/+9
2015-01-15fixed #888iNPUTmice1-1/+1
2015-01-14handle muc nicks with white spaces. fixed #884iNPUTmice2-3/+4
2015-01-14Add option to swap enter/emoticon keySam Whited3-26/+45
2015-01-14Harden the TLS connection cipher suitesSam Whited4-42/+93
2015-01-13Ensure type safety in Pebble notificationsSam Whited1-15/+30
2015-01-12catch bug in guessContentTypeDaniel Gultsch1-1/+6
2015-01-12context menu for files and offered files. fixed #848 fixed #849Daniel Gultsch1-13/+21
2015-01-12reworked message preview / message meta information (ie file offered, receive...Daniel Gultsch4-163/+163
2015-01-11Add XEP-0245 (/me command) supportSam Whited4-159/+205
2015-01-11do not check image file size over http if accepted file size is 0Daniel Gultsch2-6/+11
2015-01-11keep proper image file extensionDaniel Gultsch4-26/+39
2015-01-10make room persistant when changing subject or other muc optionsDaniel Gultsch3-16/+26
2015-01-10don't crash when selecting a conversation by uuid did not workDaniel Gultsch1-16/+20
2015-01-09fixed regression in tablet uiDaniel Gultsch1-0/+2
2015-01-09Introduced expert options to control enter-is-sendDaniel Gultsch3-5/+17
2015-01-09code cleanup for jingle proxy discoveryDaniel Gultsch4-99/+72
2015-01-09ensure that everyone is member before making a room privateDaniel Gultsch3-6/+32
2015-01-08allow for very basic muc configurationDaniel Gultsch3-10/+79
2015-01-08code cleanupDaniel Gultsch2-14/+15
2015-01-08kick after banDaniel Gultsch3-1/+45
2015-01-08some clean ups for affiliation change context menuDaniel Gultsch1-2/+8
2015-01-07more muc optionsDaniel Gultsch5-25/+96
2015-01-07fixed invitesDaniel Gultsch1-37/+24
2015-01-07basic affiliation changes in mucDaniel Gultsch4-25/+132
2015-01-07reset next encryption when archiving conversationsDaniel Gultsch2-1/+3
2015-01-07use copyonwritearraylist in for phone helperDaniel Gultsch1-2/+2
2015-01-07refactored UiHelperDaniel Gultsch1-2/+10
2015-01-06fixed bug in new ping strategyDaniel Gultsch1-3/+3
2015-01-06mark sent images as sent_received instead of sentDaniel Gultsch1-2/+1
2015-01-06run invalidateOptionsMenu on uiThreadDaniel Gultsch1-1/+1