Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add more logging to setIsInForeground | Christian Schneppe | 2018-06-01 | 2 | -1/+3 |
| | |||||
* | improve active_since implementation (XEP-0319: Last User Interaction in ↵ | Christian Schneppe | 2018-05-26 | 1 | -1/+10 |
| | | | | | | | Presence) * set contact to inactive if it becomes offline * send idle also in case app started in background | ||||
* | add support for S3 file transfers | Christian Schneppe | 2018-05-26 | 2 | -12/+6 |
| | |||||
* | Make nickname matching case-sensitive | Christian Schneppe | 2018-05-21 | 1 | -1/+1 |
| | | | | | Perform case-sensitive matching for highlighting the own nickname in MUC messages and while checking whether to notify. | ||||
* | prefetch omemo device lists only if muc has omemo enabled | Christian Schneppe | 2018-05-21 | 1 | -2/+3 |
| | |||||
* | make fcm receiver ignore messages when all accounts are disabled | Christian Schneppe | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | migrate to fcm library | Christian Schneppe | 2018-05-21 | 1 | -7/+7 |
| | |||||
* | detect yalp store installs | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | changed jid of push server | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | some tor modifications | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | | | | possibly fixes #199 | ||||
* | do not use end in catchup mam queries | Christian Schneppe | 2018-05-17 | 1 | -7/+24 |
| | |||||
* | add null check | Christian Schneppe | 2018-05-17 | 1 | -4/+4 |
| | |||||
* | do not include body in simple status updates to not trigger fts update | Christian Schneppe | 2018-05-17 | 1 | -4/+8 |
| | |||||
* | fix exceptions | Christian Schneppe | 2018-05-16 | 1 | -2/+2 |
| | |||||
* | apply styling helper to conversation overview | Christian Schneppe | 2018-05-14 | 1 | -2/+2 |
| | |||||
* | improved logging for node configuration change | Christian Schneppe | 2018-05-05 | 1 | -0/+1 |
| | |||||
* | organize listeners in lists | Christian Schneppe | 2018-05-03 | 1 | -141/+80 |
| | |||||
* | hide treatAsDownloadable in search results | Christian Schneppe | 2018-05-03 | 1 | -4/+16 |
| | |||||
* | do not invoke onPushFailed() on timeout | Christian Schneppe | 2018-05-02 | 1 | -3/+3 |
| | |||||
* | only search text messages | Christian Schneppe | 2018-05-02 | 1 | -5/+4 |
| | |||||
* | search term parsing + highlighting | Christian Schneppe | 2018-05-02 | 2 | -4/+4 |
| | |||||
* | properly cancel pending searchs and scroll to bottom after refresh | Christian Schneppe | 2018-04-30 | 1 | -14/+29 |
| | |||||
* | very much unoptimized search functionality | Christian Schneppe | 2018-04-30 | 4 | -24/+177 |
| | |||||
* | null check when cleaning avatars for muc | Christian Schneppe | 2018-04-29 | 1 | -2/+5 |
| | |||||
* | do not match mentions on word boundries but only when preceeded by white space | Christian Schneppe | 2018-04-29 | 1 | -7/+1 |
| | |||||
* | fixed caps hash generation for empty form values | Christian Schneppe | 2018-04-29 | 1 | -12/+13 |
| | |||||
* | catch run time exception when starting service from event receiver | Christian Schneppe | 2018-04-29 | 1 | -1/+5 |
| | |||||
* | removed 'received' prefix from description | Christian Schneppe | 2018-04-29 | 1 | -3/+1 |
| | |||||
* | catch dead object exceptions when acquiring wake locks | Christian Schneppe | 2018-04-29 | 2 | -15/+6 |
| | |||||
* | wrap all calls to notification manager in exception handler to catch dead ↵ | Christian Schneppe | 2018-04-29 | 1 | -12/+44 |
| | | | | object exception | ||||
* | include node when requesting disco features | Christian Schneppe | 2018-04-27 | 1 | -15/+19 |
| | |||||
* | display avatar in groups | Christian Schneppe | 2018-04-27 | 2 | -55/+50 |
| | |||||
* | fixed condition to accept lmc if user reference exists | Christian Schneppe | 2018-04-24 | 1 | -7/+1 |
| | |||||
* | load currently open conversation faster | Christian Schneppe | 2018-04-24 | 1 | -5/+19 |
| | |||||
* | change icon size | Christian Schneppe | 2018-04-23 | 1 | -23/+25 |
| | |||||
* | support contact shortcuts | Christian Schneppe | 2018-04-23 | 2 | -8/+69 |
| | | | | | | | * support contact shortcuts * make ShortcutActivity extends AbstractSearchableListItemActivity * Draw the app icon in the corner of the icon and modify the name of the widget * updated label and icon size | ||||
* | code cleanup | Christian Schneppe | 2018-04-22 | 1 | -2/+2 |
| | |||||
* | only mark visible messages as read | Christian Schneppe | 2018-04-22 | 1 | -13/+20 |
| | |||||
* | more theme working | Christian Schneppe | 2018-04-21 | 1 | -2/+1 |
| | |||||
* | persist some muc configurations | Christian Schneppe | 2018-04-13 | 1 | -4/+4 |
| | |||||
* | end view if conversation was archived | Christian Schneppe | 2018-04-13 | 1 | -0/+11 |
| | |||||
* | introduced tri state omemo setting (off by default, on by default, always) | Christian Schneppe | 2018-04-13 | 1 | -0/+2 |
| | |||||
* | make receipt handling work with out of order receipts | Christian Schneppe | 2018-04-13 | 1 | -1/+14 |
| | |||||
* | fixed cache key generation for messages w/o full jid | Christian Schneppe | 2018-04-12 | 1 | -8/+26 |
| | |||||
* | messages coming from known muc server are treated as muc when creating ↵ | Christian Schneppe | 2018-04-12 | 1 | -4/+1 |
| | | | | conversation | ||||
* | improved logging while deleting old cache files | Christian Schneppe | 2018-04-12 | 1 | -2/+3 |
| | |||||
* | use utf-8 in barcodes | Christian Schneppe | 2018-04-12 | 1 | -39/+53 |
| | |||||
* | write roster only for active accounts | Christian Schneppe | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | run roster sync in replacing task manager | Christian Schneppe | 2018-04-12 | 1 | -1/+4 |
| | |||||
* | sync roster to disk after roster push | Christian Schneppe | 2018-04-12 | 1 | -32/+29 |
| |