aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationsActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add account > 0 check to inviteUser menuChristian Schneppe2019-03-311-1/+7
|
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-311-4/+7
|
* use the term channel in destroy dialog and some other stringsChristian Schneppe2019-02-091-2/+16
|
* optimize importsChristian Schneppe2019-02-081-2/+0
|
* remove warning messages for kick after ban failing. on modern servers ban is ↵Christian Schneppe2019-02-041-10/+1
| | | | enough to also kick
* modify emoji integrationChristian Schneppe2019-01-251-5/+0
|
* count muc participants correctlyChristian Schneppe2019-01-241-53/+37
|
* count muc participants correctlyChristian Schneppe2019-01-041-2/+3
|
* clear pending view intent when processing onNewIntent()Christian Schneppe2019-01-031-0/+1
|
* rename functions and variables for room destructionChristian Schneppe2019-01-031-2/+1
|
* code cleanup and rework show toast on update checkChristian Schneppe2018-12-271-4/+2
|
* limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe2018-12-141-0/+1
|
* some code reorder for actionbar titlesChristian Schneppe2018-12-041-2/+2
|
* rename variableChristian Schneppe2018-11-151-1/+1
|
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-151-29/+5
|
* code cleanup, null check not necessary when using instance ofChristian Schneppe2018-10-241-9/+10
|
* don't use internal updater if store != nullChristian Schneppe2018-10-241-17/+3
|
* Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe2018-10-201-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.
* fixed text sharing in direct sharingChristian Schneppe2018-09-271-1/+0
|
* clear parent activities pending view intent before calling ↵Christian Schneppe2018-09-261-0/+7
| | | | startAcitvityForResult()
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-231-4/+11
| | | | multiple files
* start new conversations by long press on avatarChristian Schneppe2018-09-121-1/+24
|
* catch illegal state not illegal argument on popBackStack()Christian Schneppe2018-09-111-1/+1
|
* improve Updater a bit and try to catch NPEChristian Schneppe2018-09-111-2/+4
|
* catch NPE while detecting installedFrom()Christian Schneppe2018-08-231-1/+1
|
* don't use internal updater if installed from F-Droid or Google Play StoreChristian Schneppe2018-08-051-4/+4
| | | | fixes #220
* introduced config flag to show attachment button instead of quick actionsChristian Schneppe2018-08-051-15/+12
|
* some changes in UpdaterChristian Schneppe2018-08-031-9/+8
|
* fix crash during lookup for updatesChristian Schneppe2018-07-291-2/+2
|
* catch rare state loss exception when hitting home button to pop back stackChristian Schneppe2018-07-091-1/+5
|
* use emoji transform for toolbar, muc name and contacts nameChristian Schneppe2018-07-091-3/+4
|
* linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe2018-06-291-0/+13
|
* add more logging to setIsInForegroundChristian Schneppe2018-06-011-0/+1
|
* add animators for more activitiesChristian Schneppe2018-05-051-0/+9
|
* add custom animation to ConversationsActivityChristian Schneppe2018-05-051-0/+4
|
* hide record audio feature if mircophone is not availableChristian Schneppe2018-05-031-0/+2
| | | | hide share location feature if location service is not available
* added search result context menu + date separatorsChristian Schneppe2018-05-021-0/+1
|
* properly catch and ignore IllegalStateException instead of using ↵Christian Schneppe2018-04-291-2/+13
| | | | commitAllowStateLoss
* some OTR fixesChristian Schneppe2018-04-291-6/+0
|
* update actionbartitle while refreshing uiChristian Schneppe2018-04-271-0/+1
|
* only mark visible messages as readChristian Schneppe2018-04-221-2/+2
|
* integrate invite to Pix-Art MessengerChristian Schneppe2018-04-221-0/+3
|
* end view if conversation was archivedChristian Schneppe2018-04-131-1/+1
|
* introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe2018-04-131-0/+2
|
* commit allowing state lossChristian Schneppe2018-04-121-1/+1
|
* prevent double tapping on overflow menuChristian Schneppe2018-04-121-0/+4
|
* replace deprecated action bar with toolbarChristian Schneppe2018-04-111-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
* make camera feature optionalChristian Schneppe2018-04-081-5/+9
|
* create interface for onBackendConnectedChristian Schneppe2018-04-081-2/+3
|
* fix menu entriesChristian Schneppe2018-04-081-0/+6
|