aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* show timestamp in restore viewChristian Schneppe2019-01-261-1/+1
|
* rework backup & restoreChristian Schneppe2019-01-262-71/+244
| | | | use the implementation from Conversations
* provide Set as Profile intentChristian Schneppe2019-01-251-2/+6
|
* extend open with to audio filesChristian Schneppe2019-01-251-10/+2
|
* explicitly set type=images for all media with an image mime type this is in ↵Christian Schneppe2019-01-251-1/+1
| | | | preperation to be able to query the database for all images
* offer 'open with' in context menu for geo urisChristian Schneppe2019-01-251-1/+1
|
* fix display of deleted filesChristian Schneppe2019-01-252-2/+2
|
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-252-4/+4
|
* count muc participants correctlyChristian Schneppe2019-01-241-24/+22
|
* add preference to play gif files automatically in chat viewChristian Schneppe2019-01-041-21/+74
| | | | fixes #170 and #236
* added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe2018-12-271-0/+2
| | | | file extension instead. added preview icons for ebooks
* fixed some rare crashes caused by race conditionsChristian Schneppe2018-12-271-5/+5
|
* fix crash in MediaPreviewAdapterChristian Schneppe2018-12-271-1/+5
|
* implement self healing omemoChristian Schneppe2018-12-041-0/+2
| | | | | | after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message.
* fix crash with xmpp urisChristian Schneppe2018-11-211-1/+6
|
* separate contacts and groups shared via xmpp urisChristian Schneppe2018-11-081-1/+6
|
* use material colorsMartin/Geno2018-11-081-1/+9
|
* design message borderMartin/Geno2018-11-071-1/+1
|
* show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe2018-10-201-1/+5
|
* change apk iconChristian Schneppe2018-10-201-5/+10
|
* show failed file messages count in chatlist correctlyChristian Schneppe2018-10-021-2/+3
|
* fix crashes with EmojiTextViewChristian Schneppe2018-10-012-4/+4
|
* use internal viewer for images and videosChristian Schneppe2018-09-261-23/+0
|
* show conversation media in contact/conference detailsChristian Schneppe2018-09-263-69/+233
|
* fix media preview in tablet modeChristian Schneppe2018-09-231-0/+5
|
* show media preview in messagebubble like text messagesChristian Schneppe2018-09-231-3/+3
|
* add icon for unknown file while keeping 'file' icon for documentsChristian Schneppe2018-09-231-2/+14
|
* make media previews survive rotationsChristian Schneppe2018-09-231-2/+2
|
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-234-13/+224
| | | | multiple files
* do some performance optimizations on jid host suggestionsChristian Schneppe2018-09-141-162/+22
|
* show background in chatoverview a bit darkerChristian Schneppe2018-09-141-1/+1
|
* change text highlight colorChristian Schneppe2018-09-141-1/+1
|
* highlight selected conversation in tablet viewChristian Schneppe2018-09-141-1/+1
|
* start new conversations by long press on avatarChristian Schneppe2018-09-121-2/+2
|
* AudioPlayer: disable screen when holding phone to earChristian Schneppe2018-09-111-0/+4
|
* switch between earphone and speaker while playing soundsChristian Schneppe2018-08-301-1/+9
|
* use tertiary background color for landscape conversation overviewChristian Schneppe2018-07-091-1/+5
|
* open/close soft keyboard in quick editChristian Schneppe2018-06-291-8/+4
|
* linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe2018-06-291-71/+9
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2018-06-291-1/+1
|\
| * Fix for blank groupchat name issue when ShowPresenceColoredNames is selected ↵Ramesh Jangama2018-06-291-1/+1
| | | | | | | | (#209)
* | fix crash in ListItemAdapterChristian Schneppe2018-06-291-1/+2
|/
* Improved URL matchingChristian Schneppe2018-06-171-17/+38
|
* catch NPE in AccountAdapterChristian Schneppe2018-06-161-1/+3
|
* Revert "fade in images and avatars" because of strange flickeringChristian Schneppe2018-06-044-25/+0
| | | | This reverts commit 6bf3ef887a57d7427d4b4cccac3a1c1adcb14377.
* fade in images and avatarsChristian Schneppe2018-06-034-0/+25
|
* add support for S3 file transfersChristian Schneppe2018-05-261-32/+37
|
* fix some crashes on Android 4 devicesChristian Schneppe2018-05-211-5/+6
|
* temporarly fix crash with resending files via buttonChristian Schneppe2018-05-181-0/+3
|
* add possibility to de-/activate accountsChristian Schneppe2018-05-171-0/+24
| | | | fixes #195