index
:
conversations-plus
filetransfer
introduce_cplus_database_version
master
message_display_rework
improved conversations
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Rename observations doc file
Sam Whited
2014-12-29
1
-0
/
+0
|
*
Fix spelling in the docs
Sam Whited
2014-12-28
2
-49
/
+49
|
/
*
code cleanup for change password stuff
Daniel Gultsch
2014-12-25
3
-15
/
+22
*
added callback to change account password to notify UI on success / failure
Daniel Gultsch
2014-12-25
4
-27
/
+66
*
Add ability to change password on server
Sam Whited
2014-12-25
9
-88
/
+139
*
proper call to invalidateViews()
Daniel Gultsch
2014-12-25
1
-1
/
+1
*
catch another exception in fingerprint generation
Daniel Gultsch
2014-12-25
1
-1
/
+1
*
Merge pull request #810 from kriztan/patch-2
Daniel Gultsch
2014-12-25
1
-0
/
+20
|
\
|
*
Update german translations
kriztan
2014-12-25
1
-0
/
+20
*
|
Merge pull request #809 from pulser/server-info-fix
Daniel Gultsch
2014-12-25
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Show server info option when blocking is unavailable
pulser
2014-12-24
1
-2
/
+4
|
/
*
Merge pull request #807 from SamWhited/development
Daniel Gultsch
2014-12-23
1
-0
/
+8
|
\
|
*
Don't allow user to register domain only jids
Sam Whited
2014-12-23
1
-0
/
+5
|
*
Don't show menu on create account screen
Sam Whited
2014-12-23
1
-0
/
+3
|
/
*
Merge pull request #805 from SamWhited/removeoldvalidator
Daniel Gultsch
2014-12-23
3
-105
/
+77
|
\
|
*
Remove old JID validator
Sam Whited
2014-12-23
3
-105
/
+77
|
/
*
Merge pull request #804 from SamWhited/server-info
Daniel Gultsch
2014-12-23
4
-6
/
+150
|
\
|
*
Add more server compatibility info.
Sam Whited
2014-12-23
4
-6
/
+150
|
/
*
Merge branch 'SamWhited-verifyServerIqs' into development
iNPUTmice
2014-12-23
5
-124
/
+102
|
\
|
*
made method private that is no longer required to be public
iNPUTmice
2014-12-23
1
-1
/
+1
|
*
Simplify roster handling code
Sam Whited
2014-12-22
3
-121
/
+97
|
*
Merge pull request #802 from SamWhited/blockingfix
Daniel Gultsch
2014-12-22
2
-2
/
+4
|
/
|
|
*
Fix NPEs in blocking code
Sam Whited
2014-12-22
2
-2
/
+4
|
/
*
Merge pull request #796 from SamWhited/xep0191
Daniel Gultsch
2014-12-22
44
-904
/
+1485
|
\
|
*
Add support for XEP-0191 (Blocking command)
Sam Whited
2014-12-22
44
-904
/
+1485
|
/
*
updated readme and xep list
iNPUTmice
2014-12-21
2
-2
/
+4
*
get rid of special self presence object and incorporate that into roster
iNPUTmice
2014-12-20
3
-75
/
+46
*
more null checks for otr fingerprints
iNPUTmice
2014-12-20
1
-1
/
+1
*
don't include empty fingerprints in list of otrfingerprints
iNPUTmice
2014-12-20
1
-4
/
+6
*
fixed another break continue bug
iNPUTmice
2014-12-20
1
-3
/
+2
*
inject ui callback into running mam query
iNPUTmice
2014-12-20
3
-4
/
+6
*
Merge pull request #794 from svetlemodry/development
Daniel Gultsch
2014-12-20
1
-2
/
+2
|
\
|
*
Czech image transfer string fix
Jaroslav Lichtblau
2014-12-19
1
-2
/
+2
*
|
Merge pull request #797 from kruks23/translation
Daniel Gultsch
2014-12-20
1
-4
/
+12
|
\
\
|
*
|
Update spanish translations
kruks23
2014-12-20
1
-4
/
+12
|
/
/
*
|
Merge branch 'development' of https://github.com/siacs/Conversations into dev...
iNPUTmice
2014-12-19
2
-0
/
+16
|
\
\
|
*
|
Merge pull request #789 from svetlemodry/development
Daniel Gultsch
2014-12-19
1
-0
/
+8
|
|
\
|
|
|
*
Czech translation updated
Jaroslav Lichtblau
2014-12-18
1
-0
/
+8
|
|
/
|
*
Merge pull request #787 from kriztan/patch-1
Daniel Gultsch
2014-12-18
1
-0
/
+8
|
|
\
|
|
*
Update german translations
kriztan
2014-12-18
1
-0
/
+8
|
|
/
*
/
fixed #755
iNPUTmice
2014-12-19
1
-1
/
+1
|
/
*
clean up conversation history after swtiching to a different conversation
iNPUTmice
2014-12-17
3
-4
/
+12
*
show error if jid couldn't be parsed in new contact dialog
iNPUTmice
2014-12-17
1
-15
/
+10
*
Merge branch 'development' of https://github.com/siacs/Conversations into dev...
iNPUTmice
2014-12-17
3
-18
/
+19
|
\
|
*
Merge pull request #783 from SamWhited/quiet-hours
Daniel Gultsch
2014-12-17
3
-18
/
+19
|
|
\
|
|
*
Handle time comparisons using longs
Sam Whited
2014-12-16
2
-13
/
+8
|
|
*
Update summary in TimePreference change listener
Sam Whited
2014-12-15
1
-5
/
+11
*
|
|
made scroling smoother + bug fixes for history loading
iNPUTmice
2014-12-17
4
-21
/
+48
*
|
|
smoothed out scrolling a bit
iNPUTmice
2014-12-17
3
-23
/
+45
|
/
/
*
|
properly detect images in share with
iNPUTmice
2014-12-17
1
-6
/
+6
[prev]
[next]