aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationsActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-09use the term channel in destroy dialog and some other stringsChristian Schneppe1-2/+16
2019-02-08optimize importsChristian Schneppe1-2/+0
2019-02-04remove warning messages for kick after ban failing. on modern servers ban is ↵Christian Schneppe1-10/+1
enough to also kick
2019-01-25modify emoji integrationChristian Schneppe1-5/+0
2019-01-24count muc participants correctlyChristian Schneppe1-53/+37
2019-01-04count muc participants correctlyChristian Schneppe1-2/+3
2019-01-03clear pending view intent when processing onNewIntent()Christian Schneppe1-0/+1
2019-01-03rename functions and variables for room destructionChristian Schneppe1-2/+1
2018-12-27code cleanup and rework show toast on update checkChristian Schneppe1-4/+2
2018-12-14limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe1-0/+1
2018-12-04some code reorder for actionbar titlesChristian Schneppe1-2/+2
2018-11-15rename variableChristian Schneppe1-1/+1
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-29/+5
2018-10-24code cleanup, null check not necessary when using instance ofChristian Schneppe1-9/+10
2018-10-24don't use internal updater if store != nullChristian Schneppe1-17/+3
2018-10-20Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe1-0/+1
XMPP uris in the style of `xmpp:test@domain.tld?body=Something` can be used to directly share a message with a specific contact. Previously the text was always appended to the message currently in draft. The message was never send automatically. Essentially those links where treated like normal text share intents (for example when sharing a URL from the browser) but without the contact selection. There is a concern (CVE-2018-18467) that when this URI is invoked automatically and the user is currently drafting a long message to that particular contact the text could be inserted in the draft field (input box) without the user noticing. To circumvent that the text shared over XMPP uris that contain a particular contact is now appended only if the draft box is currently empty. Sharing text normally (**with** manual contact selection) is still treated the same; meaning the shared text will be appended to the current draft. This is intended behaviour to make the 'Hey I have this cool link here;' *open browser*, *share link* - secenario work.
2018-09-27fixed text sharing in direct sharingChristian Schneppe1-1/+0
2018-09-26clear parent activities pending view intent before calling ↵Christian Schneppe1-0/+7
startAcitvityForResult()
2018-09-23preview media before sending them and allow sharing and attaching of ↵Christian Schneppe1-4/+11
multiple files
2018-09-12start new conversations by long press on avatarChristian Schneppe1-1/+24
2018-09-11catch illegal state not illegal argument on popBackStack()Christian Schneppe1-1/+1
2018-09-11improve Updater a bit and try to catch NPEChristian Schneppe1-2/+4
2018-08-23catch NPE while detecting installedFrom()Christian Schneppe1-1/+1
2018-08-05don't use internal updater if installed from F-Droid or Google Play StoreChristian Schneppe1-4/+4
fixes #220
2018-08-05introduced config flag to show attachment button instead of quick actionsChristian Schneppe1-15/+12
2018-08-03some changes in UpdaterChristian Schneppe1-9/+8
2018-07-29fix crash during lookup for updatesChristian Schneppe1-2/+2
2018-07-09catch rare state loss exception when hitting home button to pop back stackChristian Schneppe1-1/+5
2018-07-09use emoji transform for toolbar, muc name and contacts nameChristian Schneppe1-3/+4
2018-06-29linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe1-0/+13
2018-06-01add more logging to setIsInForegroundChristian Schneppe1-0/+1
2018-05-05add animators for more activitiesChristian Schneppe1-0/+9
2018-05-05add custom animation to ConversationsActivityChristian Schneppe1-0/+4
2018-05-03hide record audio feature if mircophone is not availableChristian Schneppe1-0/+2
hide share location feature if location service is not available
2018-05-02added search result context menu + date separatorsChristian Schneppe1-0/+1
2018-04-29properly catch and ignore IllegalStateException instead of using ↵Christian Schneppe1-2/+13
commitAllowStateLoss
2018-04-29some OTR fixesChristian Schneppe1-6/+0
2018-04-22only mark visible messages as readChristian Schneppe1-2/+2
2018-04-22integrate invite to Pix-Art MessengerChristian Schneppe1-0/+3
2018-04-13end view if conversation was archivedChristian Schneppe1-1/+1
2018-04-13introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe1-0/+2
2018-04-12commit allowing state lossChristian Schneppe1-1/+1
2018-04-12prevent double tapping on overflow menuChristian Schneppe1-0/+4
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-0/+3
* 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-08make camera feature optionalChristian Schneppe1-5/+9
2018-04-08create interface for onBackendConnectedChristian Schneppe1-2/+3
2018-04-08fix menu entriesChristian Schneppe1-0/+6
2018-04-03added splash screenChristian Schneppe1-10/+10
2018-04-02migrate to xmpp-addrChristian Schneppe1-3/+3
2018-04-01audio player now requests permission when hitting playChristian Schneppe1-0/+4