aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* some bug fixesChristian Schneppe2019-05-042-9/+6
|
* set own omemo devices to inactive after 14 days of inactivity; was 7 daysChristian Schneppe2019-05-041-1/+1
|
* added language tag in channel search resultsChristian Schneppe2019-05-043-0/+42
|
* fixed rare NPE cause by raceChristian Schneppe2019-05-041-3/+7
|
* jingle: send canditate error before fallbackChristian Schneppe2019-05-042-3/+4
|
* go forward through cursor in message restoreChristian Schneppe2019-05-042-33/+21
| | | | | We have seen some weird CursorIndexNotFoundException that we were unable to reproduce. We assume that going forward (moveToNext()) through the cursor instead of (moveToPrevious() fixes that issue
* Make use of Namespace.REGISTER constantChristian Schneppe2019-05-042-5/+5
|
* fix export error for non-unicode numbersChristian Schneppe2019-05-041-1/+1
|
* do not synchronize twice when adding status and date bubblesChristian Schneppe2019-05-041-60/+50
|
* wait with presence selection until attachment commitChristian Schneppe2019-05-042-68/+71
|
* small message optimizationsChristian Schneppe2019-05-043-11/+12
|
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-0313-87/+150
|
* do not jump out of whispher mode when selecting attachChristian Schneppe2019-05-031-1/+0
|
* add bookmark when clicking on channel search resultChristian Schneppe2019-05-031-0/+13
|
* add contact dialog: warn on suspicious addressesChristian Schneppe2019-05-034-10/+67
|
* store correcting message in dbChristian Schneppe2019-05-032-7/+9
|
* temporary disable PM hint above edittextChristian Schneppe2019-05-031-1/+1
| | | | because it looks terrible
* put PM hint above edittextChristian Schneppe2019-05-032-1/+8
|
* added Tor support to channel searchChristian Schneppe2019-04-283-4/+28
|
* improve welcome screensChristian Schneppe2019-04-283-16/+38
|
* video player should request audio focusChristian Schneppe2019-04-281-2/+27
|
* keyboard event callbacks shoud run on ui threadChristian Schneppe2019-04-261-4/+4
|
* implement channel discoveryChristian Schneppe2019-04-269-3/+516
| | | | | refactor muc search to use http cache channel search results
* run keyboard listeners on background executorChristian Schneppe2019-04-261-16/+24
|
* execute some dismiss error notification and reset error in backgroundChristian Schneppe2019-04-261-2/+2
|
* use mediated invite on reinvite if user is not memberChristian Schneppe2019-04-261-1/+5
|
* fix setting muc avatarChristian Schneppe2019-04-261-16/+15
|
* use styled warning for message errorChristian Schneppe2019-04-124-12/+10
|
* fix invite linksChristian Schneppe2019-04-121-2/+2
|
* show users nick in chat if it's setChristian Schneppe2019-04-121-1/+1
|
* fix some NPEChristian Schneppe2019-04-123-16/+24
|
* fix account detection in EnterNameActivityChristian Schneppe2019-04-022-3/+5
|
* small improvement to auto hide fab in MediaViewerActivityChristian Schneppe2019-04-021-1/+5
|
* remove logging from delete from serverChristian Schneppe2019-04-011-1/+0
|
* add ability to kick user from room and not just ban themChristian Schneppe2019-04-011-32/+53
|
* rename "advanced mode" in WelcomeActivity to "I have an account"Christian Schneppe2019-03-311-2/+2
|
* add ability to delete account also from serverChristian Schneppe2019-03-313-2/+37
| | | | fixes #315
* fix automatic backup creationChristian Schneppe2019-03-311-1/+1
|
* try to fix a crash during fragment detectionChristian Schneppe2019-03-311-1/+2
|
* differ between group chat and channel in tablet modeChristian Schneppe2019-03-311-1/+2
|
* fix url detection for webpreviewsChristian Schneppe2019-03-314-4/+15
|
* add account > 0 check to inviteUser menuChristian Schneppe2019-03-312-2/+7
|
* catch exceptions in NotificationServiceChristian Schneppe2019-03-311-1/+7
|
* rework max file upload size in server infoChristian Schneppe2019-03-313-34/+12
|
* do sent/received correct based on true counterpart introduced in ↵Christian Schneppe2019-03-311-1/+1
| | | | | | fec6d7a90c443ef0ef86464bd2fb49cdc56d1587 only for type=groupchat
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-319-48/+296
|
* fix some crashesChristian Schneppe2019-03-143-3/+6
|
* rework user name input during account creationChristian Schneppe2019-03-142-21/+16
|
* fix backup creation for older installationsChristian Schneppe2019-03-142-8/+16
| | | | If you had problems importing the backup you need to create a new backup after this patch
* version 2.2.0Christian Schneppe2019-03-061-2/+1
|