aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/ConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-11Improved error handling for filetransfer:http:delete, Check for httpupload fe...steckbrief1-2/+3
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief1-1/+2
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief1-2/+3
2016-04-18Related to FS#199: Removed unnecessary differentiation between a conversation...steckbrief1-1/+0
2016-04-06Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief1-44/+43
2016-03-30Logging for FS#80 to identify calling methodlookshe1-0/+2
2015-11-06FileBackend splitted into several util classes for separate concerns: AvatarU...steckbrief1-1/+2
2015-11-03Implements FS#26: Introduction of dialog to choose whether to resize a pictur...steckbrief1-23/+5
2015-10-30Implements FS#24: Introduce setting for picture resizingsteckbrief1-0/+1
2015-10-21Access to preferences moved to global utility class ConversationsPlusPreferen...steckbrief1-88/+74
2015-09-02Fixes FS#49: Highlight the selected conversation in liststeckbrief1-2/+3
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-13/+12
2015-05-26added choose picture as another quick action. fixes #1221Daniel Gultsch1-0/+3
2015-05-21fixed with attaching wrong files when returning to activity and background se...Daniel Gultsch1-1/+1
2015-05-20added fall back package id for voice recorder pluginDaniel Gultsch1-0/+1
2015-05-12handle conference invites differently to deal with killed activities. fixes #...Daniel Gultsch1-0/+6
2015-05-12don't reinit conversation when coming back to activity. avoids unnecessary sc...Daniel Gultsch1-3/+1
2015-05-04clean up in attachment chooser code. fixed #1168Daniel Gultsch1-51/+51
2015-05-04open market if share location plugin isn't installedDaniel Gultsch1-0/+15
2015-05-02replace send button with quick action button as long as no text has been enteredDaniel Gultsch1-6/+17
2015-04-28made material icons smaller (24dp)Daniel Gultsch1-1/+1
2015-04-28revert undo timeout to a more reasonable valueDaniel Gultsch1-1/+1
2015-04-27handle returning from camera without pictureDaniel Gultsch1-0/+3
2015-04-19some code clean up to fix some rare NPE’sDaniel Gultsch1-4/+4
2015-04-17increased undo delayiNPUTmice1-1/+1
2015-04-13shut up linteriNPUTmice1-0/+1
2015-04-12whatsapp-like smiley implementationlookshe1-7/+8
2015-04-11differ between received and read messagelookshe1-4/+0
2015-04-11allow sharing multiple images at once. fixes #1090iNPUTmice1-40/+69
2015-04-08Enable end-conversation by swipe gestureBrianBlade1-9/+94
2015-03-07display geo uris as location. show 'send loction' in share menu if request lo...iNPUTmice1-47/+91
2015-02-22init mode (first start) for StartConversationActivity (no up button) and avoi...iNPUTmice1-8/+26
2015-02-19launch edit account activity when starting Conversations for the first time (...iNPUTmice1-5/+9
2015-02-17limit ui refresh rateiNPUTmice1-33/+16
2015-02-17refresh list view more ofteniNPUTmice1-1/+1
2015-02-12use time instead of uptime for unmuteiNPUTmice1-3/+1
2015-01-29Use Material Design Icons on API 21+Sam Whited1-2/+7
2015-01-29properly clear notifications. fixed #921iNPUTmice1-2/+8
2015-01-21always allow access to contact details. provide add button in contact detailsiNPUTmice1-21/+1
2015-01-21Add block/unblock to contact details menuSam Whited1-4/+0
2015-01-16Add download button on notification if applicableSam Whited1-6/+14
2015-01-15sending read marker when resuming activity and conversation is openiNPUTmice1-1/+4
2015-01-14Add option to swap enter/emoticon keySam Whited1-21/+24
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 Gultsch1-0/+4
2015-01-07more muc optionsDaniel Gultsch1-9/+2
2015-01-07reset next encryption when archiving conversationsDaniel Gultsch1-1/+0
2015-01-06run invalidateOptionsMenu on uiThreadDaniel Gultsch1-1/+1
2015-01-03record voice and attachment refactorDaniel Gultsch1-64/+48