aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-031-2/+5
|
* temporary disable PM hint above edittextChristian Schneppe2019-05-031-1/+1
| | | | because it looks terrible
* put PM hint above edittextChristian Schneppe2019-05-031-1/+6
|
* added Tor support to channel searchChristian Schneppe2019-04-281-0/+1
|
* 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-263-1/+279
| | | | | refactor muc search to use http cache channel search results
* run keyboard listeners on background executorChristian Schneppe2019-04-261-16/+24
|
* 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
|
* fix some NPEChristian Schneppe2019-04-121-14/+16
|
* fix account detection in EnterNameActivityChristian Schneppe2019-04-022-3/+5
|
* small improvement to auto hide fab in MediaViewerActivityChristian Schneppe2019-04-021-1/+5
|
* 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-311-2/+16
| | | | fixes #315
* 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-312-2/+12
|
* add account > 0 check to inviteUser menuChristian Schneppe2019-03-312-2/+7
|
* rework max file upload size in server infoChristian Schneppe2019-03-312-34/+2
|
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-317-44/+256
|
* fix some crashesChristian Schneppe2019-03-141-1/+2
|
* rework user name input during account creationChristian Schneppe2019-03-142-21/+16
|
* find activity even if wrapped in context wrapperChristian Schneppe2019-03-061-3/+7
|
* show progress while loading media filesChristian Schneppe2019-03-061-0/+4
|
* try to catch some NPEChristian Schneppe2019-03-063-14/+11
|
* fix some more NPEChristian Schneppe2019-02-222-15/+22
|
* add password forgotten item to edit profile menuChristian Schneppe2019-02-211-0/+29
| | | | fixes #295
* show file too large instead of generic delivery failedChristian Schneppe2019-02-212-4/+25
|
* Deduplicate presencesChristian Schneppe2019-02-211-1/+1
| | | | possibly fixes #303
* improve RichPreviewChristian Schneppe2019-02-203-123/+56
|
* fix some more NPEsChristian Schneppe2019-02-182-1/+6
|
* try to fix some NPE in RichPreviewChristian Schneppe2019-02-181-1/+1
|
* fix NPE while getting userChristian Schneppe2019-02-181-1/+1
|
* fixed regression of search hint not updating in StartConversation screenChristian Schneppe2019-02-181-1/+8
|
* allow filtering in participant viewChristian Schneppe2019-02-182-6/+84
|
* show notification when backup is done or failedChristian Schneppe2019-02-181-30/+6
| | | | show success notification only if backup was started manually
* do not show 'manage permissions' submenu when only 'remove from room' is visibleChristian Schneppe2019-02-181-1/+0
|
* change isDatasaverDisabled integration for web previewChristian Schneppe2019-02-092-9/+6
|
* don't let users share private group chatsChristian Schneppe2019-02-091-1/+1
|
* respect Android datasaver and if enabled don't load imagesChristian Schneppe2019-02-091-5/+10
|
* load FileOrImage before web previewChristian Schneppe2019-02-091-2/+2
|
* automatically hide and show FAB in MediaViewerActivityChristian Schneppe2019-02-091-0/+31
| | | | integrate lib FullscreenVideoView as files
* small fixes for web previewChristian Schneppe2019-02-091-1/+4
| | | | make links clickable and don't use transform links toLowerCase()