index
:
PiratX
feature/fixed_domain_flavor
master
thedevstack
The new way for communications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
de
/
pixart
/
messenger
/
parser
/
PresenceParser.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
migrate to xmpp-addr
Christian Schneppe
1
-9
/
+9
2018-02-24
only explicitly request device list for users not in roster
Christian Schneppe
1
-1
/
+6
2018-02-10
do not cross reference bookmarks and conversations
Christian Schneppe
1
-2
/
+1
2018-02-10
always persist current nick (in bookmark and database)
Christian Schneppe
1
-0
/
+1
2018-01-27
make chat markers opportunistic in private mucs
Christian Schneppe
1
-1
/
+1
2017-12-27
clear muc avatar after going online
Christian Schneppe
1
-1
/
+3
2017-12-16
try to detect invalid nick (w/ emoji) in MUCs
Christian Schneppe
1
-12
/
+33
2017-12-01
PresenceParser: work around for ejabberd not including status code 110 in shu...
Christian Schneppe
1
-1
/
+3
2017-11-21
catch all sorts of date parsing errors
Christian Schneppe
1
-2
/
+1
2017-09-04
made avatar cache cleaning more efficent after name changes
Christian Schneppe
1
-1
/
+3
2017-08-01
fetch device ids for muc members w/o known devices
Christian Schneppe
1
-1
/
+6
2017-06-01
do not parse delay tag for unavailable presences when it comes form own server
Christian Schneppe
1
-1
/
+1
2017-05-31
parse all delayed tags. use min date
Christian Schneppe
1
-3
/
+5
2017-04-20
made nimbuzz work around work with newly created conferences as well
Christian Schneppe
1
-1
/
+2
2017-04-16
recognize muc self presence on nimbuzz.com
Christian Schneppe
1
-4
/
+3
2017-04-13
use async message loading only when called from UI
Christian Schneppe
1
-1
/
+1
2017-03-23
rework last activity logic to something that should work pretty well …
Christian Schneppe
1
-4
/
+9
2017-03-09
fixed multi-session-nick renaming behaviour
Christian Schneppe
1
-12
/
+8
2016-11-19
reformat code
Christian Schneppe
1
-227
/
+227
2016-11-15
extract affiliations from unavailable presence
Christian Schneppe
1
-7
/
+9
2016-09-09
download own vcard avatar if none is set. fixes #2008
Daniel Gultsch
1
-5
/
+11
2016-08-27
don't automatically download files and avatars when datasaver is on
Daniel Gultsch
1
-2
/
+2
2016-07-29
changed package id inside manifest and project
Christian Schneppe
1
-17
/
+17
2016-06-04
opt-in to send last userinteraction in presence
Daniel Gultsch
1
-0
/
+15
2016-05-31
optimize imports
Christian Schneppe
1
-1
/
+0
2016-05-27
don't push default muc conf twice
Daniel Gultsch
1
-1
/
+1
2016-05-26
make newly created conferences private by default
Daniel Gultsch
1
-0
/
+10
2016-05-17
refactored muc item parsing to also parse muc status messages
Daniel Gultsch
1
-2
/
+0
2016-05-16
change affiliation for in memory users that are currently not joined in a con...
Daniel Gultsch
1
-1
/
+3
2016-05-16
keep conference members in memory and show them in conference details
Daniel Gultsch
1
-9
/
+2
2016-05-14
revert changes to disable last-seen in UI
Christian Schneppe
1
-0
/
+1
2016-05-13
do not process self presence
Daniel Gultsch
1
-2
/
+2
2016-05-13
do not show last-seen metric in UI
Daniel Gultsch
1
-1
/
+0
2016-05-13
do not process self presence
Daniel Gultsch
1
-2
/
+2
2016-05-10
do not show last-seen metric in UI
Daniel Gultsch
1
-1
/
+0
2016-04-28
don't request disco from self
Daniel Gultsch
1
-1
/
+1
2016-04-22
expert setting to manually change presence
Daniel Gultsch
1
-1
/
+2
2016-02-29
refactored omemo to take multiple recipients
Daniel Gultsch
1
-2
/
+6
2016-02-22
turned muc errors into enum. added error codes for service shutdown
Daniel Gultsch
1
-9
/
+13
2016-02-19
never parse show in presences as offline
Daniel Gultsch
1
-1
/
+1
2016-02-04
removed unecessary logging when muc tiles update
Daniel Gultsch
1
-1
/
+0
2016-02-03
refactored disco cache. avoid making duplicate call. check hash
Daniel Gultsch
1
-26
/
+7
2016-02-01
refactored user handling in conferences. show try again button when conferenc...
Daniel Gultsch
1
-1
/
+8
2016-01-24
Do disco for caps hashes we have never seen
Stephen Paul Weber
1
-2
/
+23
2016-01-24
Fetch cached caps result on new presence
Stephen Paul Weber
1
-2
/
+10
2016-01-24
Use a Presence class for presence information
Stephen Paul Weber
1
-1
/
+2
2015-12-12
always show conversations with pending subscription requests
Daniel Gultsch
1
-3
/
+5
2015-12-12
when no avatar found show avatar of contact and not the muc user in conferences
Daniel Gultsch
1
-1
/
+4
2015-12-09
always show conversations with pending subscription requests
Daniel Gultsch
1
-3
/
+5
2015-12-09
when no avatar found show avatar of contact and not the muc user in conferences
Daniel Gultsch
1
-1
/
+4
[next]