aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* search term parsing + highlightingChristian Schneppe2018-05-022-1/+103
* hard code ogg + audio/ mime type to ogaChristian Schneppe2018-05-021-2/+2
* highlight search term in search resultsChristian Schneppe2018-05-021-0/+43
* added search result context menu + date separatorsChristian Schneppe2018-05-021-2/+5
* use GIF to describe gifs instead of imageChristian Schneppe2018-04-301-1/+3
* properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe2018-04-302-9/+35
* very much unoptimized search functionalityChristian Schneppe2018-04-305-7/+50
* migrate recording activity to view binderChristian Schneppe2018-04-291-0/+15
* fix text size in snackbarsChristian Schneppe2018-04-291-0/+18
* removed 'received' prefix from descriptionChristian Schneppe2018-04-291-18/+4
* catch dead object exceptions when acquiring wake locksChristian Schneppe2018-04-291-0/+59
* get real file name for files shared from ConversationsChristian Schneppe2018-04-291-5/+10
* load currently open conversation fasterChristian Schneppe2018-04-241-0/+59
* fixed mixing symbols and letters in unicode detector on pre NChristian Schneppe2018-04-241-1/+4
* fixed some dark theme issues in message viewChristian Schneppe2018-04-231-0/+12
* make error message for 'not encrypted for this device'Christian Schneppe2018-04-232-0/+3
* made font size selectableChristian Schneppe2018-04-231-0/+56
* increased LruCache for unicode script detectionChristian Schneppe2018-04-121-1/+1
* prevent double tapping on overflow menuChristian Schneppe2018-04-121-0/+54
* run roster sync in replacing task managerChristian Schneppe2018-04-122-17/+66
* sync roster to disk after roster pushChristian Schneppe2018-04-121-2/+3
* fixed crash in MessageAdapter caused by empty xmpp: uriChristian Schneppe2018-04-081-0/+3
* create interface for onBackendConnectedChristian Schneppe2018-04-081-2/+4
* fixed rare crash on jolla devicesChristian Schneppe2018-04-071-31/+15
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-1/+1
* make unicode detector work on labelsChristian Schneppe2018-04-071-22/+14
* detect irregular unicode in domain partChristian Schneppe2018-04-071-30/+80
* use scripts instead of blocks on Android >= NChristian Schneppe2018-04-071-7/+47
* display irregular unicode code pointsChristian Schneppe2018-04-071-0/+160
* do not enable encryption for bug reportsChristian Schneppe2018-04-031-34/+8
* migrate to xmpp-addrChristian Schneppe2018-04-027-39/+32
* calculate automatic timeout labels dynamicallyChristian Schneppe2018-04-011-0/+72
* delegate mime type from intentChristian Schneppe2018-04-011-2/+3
* fixed openDialogs call when poping back stackChristian Schneppe2018-03-311-5/+8
* integrate qr code scanner. temporarily break omemo activity scanChristian Schneppe2018-03-312-626/+0
* vastly untested refactor. pushing for backup purposesChristian Schneppe2018-03-242-94/+0
* refactoring. move functionality from activity to fragmentChristian Schneppe2018-03-221-0/+77
* do not use pop up menus for encryption and attachment selectionChristian Schneppe2018-03-141-15/+0
* migrated alert dialogs to app compatChristian Schneppe2018-03-092-2/+2
* added config param to use a random resource at every bindChristian Schneppe2018-02-261-1/+1
* Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA cons...Christian Schneppe2018-02-191-0/+1
* XmppUri: Add toString() methodChristian Schneppe2018-02-151-0/+9
* allow roster action with nameChristian Schneppe2018-02-151-6/+12
* integrate intent integrator to finish activity when neededChristian Schneppe2018-02-152-0/+626
* skip empty srv recordsChristian Schneppe2018-02-101-0/+3
* optimized /me behaviorChristian Schneppe2018-01-301-1/+1
* discover file extension in original filename from pgpChristian Schneppe2018-01-301-0/+32
* support new http upload namespaceChristian Schneppe2018-01-291-1/+1
* fix NPE when writing Resolver.Result to diskChristian Schneppe2018-01-271-1/+1
* permanently cache last resolver resultChristian Schneppe2018-01-211-1/+65