index
:
conversations
BrianBlade-feature/swipe_out_conversation
CryptoNextAlpha
CryptoNextBeta
JingleFixes
MessageParserNext
UnreadCountBadge
cbe
delay_fixes
development
dnsfixes
feature/file_transfer
feature/foreground_service
feature/http_upload
feature/mam
feature/otr_verification
idn_fixes
issue921
lolipop_dns_server_discovery
master
more_logging_for_view_intent
muc_vcard_avatars
nfc
possible_copperhead_fixes
reworked_host_finder_loop
show_members_in_conference
show_send_button_in_softkeyboard
six_love
slack_workaround
tor_support
travis-fixes
travis_fixes
trz/emojicon-merge
trz/emojicon-new
trz/master
trz/merge_1.10.0
trz/merge_1.10.1
trz/merge_1.11.0
trz/merge_1.11.1
trz/merge_1.11.7
trz/merge_1.12.4
trz/merge_1.5.2
trz/merge_1.6.3
trz/merge_1.9.3
trz/merge_1.9.4
trz/rebase
trz/rename
trz/test
verbose_login_log
copy of conversations repo
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
code cleanup for change password stuff
Daniel Gultsch
2014-12-25
1
-13
/
+20
*
added callback to change account password to notify UI on success / failure
Daniel Gultsch
2014-12-25
3
-27
/
+63
*
Add ability to change password on server
Sam Whited
2014-12-25
7
-85
/
+128
*
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
*
Show server info option when blocking is unavailable
pulser
2014-12-24
1
-2
/
+4
*
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
*
Remove old JID validator
Sam Whited
2014-12-23
3
-105
/
+77
*
Add more server compatibility info.
Sam Whited
2014-12-23
1
-2
/
+36
*
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
*
Fix NPEs in blocking code
Sam Whited
2014-12-22
2
-2
/
+4
*
Add support for XEP-0191 (Blocking command)
Sam Whited
2014-12-22
37
-903
/
+1444
*
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
*
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
3
-21
/
+47
*
|
|
smoothed out scrolling a bit
iNPUTmice
2014-12-17
2
-23
/
+44
|
/
/
*
|
properly detect images in share with
iNPUTmice
2014-12-17
1
-6
/
+6
*
|
Merge branch 'issue756' of https://github.com/SamWhited/Conversations into Sa...
iNPUTmice
2014-12-17
1
-24
/
+36
|
\
\
|
*
|
Allow sending of any filetype via intent
Sam Whited
2014-12-15
1
-24
/
+36
|
|
/
*
/
properly count mam messages
iNPUTmice
2014-12-17
2
-4
/
+13
|
/
*
go through mam history page by page. load mam dynamically on scroll
iNPUTmice
2014-12-15
5
-43
/
+108
*
Merge pull request #782 from SamWhited/quiet-hours
Daniel Gultsch
2014-12-15
1
-3
/
+3
|
\
|
*
Make some magic number constants final
Sam Whited
2014-12-15
1
-3
/
+3
*
|
fixed crashing on unparsed jids
iNPUTmice
2014-12-15
1
-4
/
+4
*
|
Merge branch 'quiet-hours' of https://github.com/SamWhited/Conversations into...
iNPUTmice
2014-12-15
1
-68
/
+64
|
\
|
|
*
Make silent notification when quiet hours are on
Sam Whited
2014-12-15
1
-68
/
+64
*
|
migrated more jid parsing to use getAttributeAsJid. added error logging
iNPUTmice
2014-12-15
4
-32
/
+8
*
|
Merge branch 'quiet-hours' of https://github.com/SamWhited/Conversations into...
iNPUTmice
2014-12-15
2
-27
/
+147
|
\
|
|
*
Add quiet hours feature
Sam Whited
2014-12-14
2
-27
/
+147
*
|
fixed history deletion. fixed #780
iNPUTmice
2014-12-15
2
-1
/
+11
*
|
avoid npe on weird platform bugs
iNPUTmice
2014-12-15
1
-30
/
+30
*
|
run mam queries only when online
iNPUTmice
2014-12-14
2
-4
/
+31
*
|
more patches for dns helper
iNPUTmice
2014-12-14
1
-13
/
+19
|
/
*
possible dns fixes
iNPUTmice
2014-12-14
2
-3
/
+12
*
refactored the way certain messages are being found within a conversation
iNPUTmice
2014-12-14
5
-117
/
+193
*
avoiding concurrent modification
iNPUTmice
2014-12-13
2
-6
/
+3
*
fixed regression
iNPUTmice
2014-12-13
1
-3
/
+3
*
reverse through mam history when loading larger chuncks
iNPUTmice
2014-12-13
5
-22
/
+79
[next]