aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* postpone notification actions (mark as read, reply) until after messages are ...Christian Schneppe2018-01-211-0/+1
* disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe2018-01-211-0/+1
* reworked location services from GoogleMap to OSMChristian Schneppe2018-01-071-0/+51
* fix location viewChristian Schneppe2017-12-231-6/+5
* XmppUri: Parse 'message action' queryChristian Schneppe2017-12-161-5/+22
* fix xmpp uri regressionChristian Schneppe2017-12-161-1/+1
* initialize emoji helper in StartConversationActivityChristian Schneppe2017-12-161-4/+7
* fix XmppUri for empty urisChristian Schneppe2017-12-161-1/+6
* XEP-0393: fix off-by-one error in block detector ('``ii``ii')Christian Schneppe2017-12-161-1/+1
* Styler: do not style across multiple messagesChristian Schneppe2017-12-162-3/+14
* show warning when opening invalid jidChristian Schneppe2017-12-101-0/+9
* Refined avatar generation a bitChristian Schneppe2017-12-101-11/+58