aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-1/+1
Moves SQLiteAxolotlStore and XmppAxolotlSession into proper classes. IdentityKeys trust statuses are now cached in an LruCache to prevent hammering the database when rendering the UI.
2015-07-21allow for private messages being started from muc details in anonymous mucsDaniel Gultsch1-4/+18
2015-07-20Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub1-2/+7
If there are no UNDECIDED keys, but none of the contact's keys are trusted, redirect the user to the TrustKeysActivity
2015-07-20rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch1-6/+1
2015-07-20Optimize importsAndreas Straub1-1/+1
2015-07-19Ask for key trust when sending messagesAndreas Straub1-11/+45
If the contact (or the own account) has keys that have UNDECIDED trust, we now drop the user into the new TrustKeysActivity, where they have to decide for each new key whether it should be TRUSTED or UNTRUSTED.
2015-07-19Disable Axolotl option if not usableAndreas Straub1-10/+10
In MUCs or if contact is not axolotl capable, disable axolotl menu option
2015-07-19Reformat code to use tabsAndreas Straub1-5/+5
This really sucks to do it like this. Sorry. :(
2015-07-19Added axolotl activation code to UIAndreas Straub1-0/+18
2015-07-16fixed some npesDaniel Gultsch1-4/+11
2015-07-12made lock button reflect encryption status of the next messages instead of ↵Daniel Gultsch1-16/+10
the last
2015-07-10display toast in ui on failed http downloadDaniel Gultsch1-1/+12
fixes #954
2015-06-29show attach button in conferences when http upload is availableDaniel Gultsch1-4/+7
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-1116/+0
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
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 ↵Daniel Gultsch1-1/+1
service is still alive
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
#1188
2015-05-12don't reinit conversation when coming back to activity. avoids unnecessary ↵Daniel Gultsch1-3/+1
scrolling
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
Add EnhancedListView library de.timroes.android:EnhancedListView:0.3.4 to enable swipe-out for ListViews Re-enable selectableItemBackground Dont end selectedConversation on swipe Call mConversationFragment.reinit() instead. Add separate undo string for swipe MUC. Add blacklistedConversation for undo swipe Update title_undo_swipe_* strings Fix undo(), rename blacklistedConversation Fix discardUndo(); re-init selectedConversation maintain scroll position after undo clear notification when dismissing a conversation modified / simplified maintain scroll position code simplify handling of selectedConversation change undo_muc string, remove notifyDataSetChanged()
2015-03-07display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice1-47/+91
location intent can be resolved
2015-02-22init mode (first start) for StartConversationActivity (no up button) and ↵iNPUTmice1-8/+26
avoid being started multiple times. fixed #995
2015-02-19launch edit account activity when starting Conversations for the first time ↵iNPUTmice1-5/+9
(fixed regression)
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
See #889
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
(default == off)
2015-01-07more muc optionsDaniel Gultsch1-9/+2
* show invite button only with admin privileges or on public conferences * Offer to ban user in public conferences. Thanks to @betheg for the awesome ground work for this
2015-01-07reset next encryption when archiving conversationsDaniel Gultsch1-1/+0