Android client for SSHOUT

[Releases]
Clone this repo:
  1. 42477cb Add method send_raw_message in ClientService.CallBackBinder by WHR · 4 years, 6 months ago ssh-based-android-client
  2. 153bf3e Add function menu in ChatActivity. by papadave66 · 4 years, 7 months ago
  3. 9cefc28 Merge applicable changes from SSHOUT relay for Minecraft by WHR · 4 years, 7 months ago
  4. 41b9a0d Lock output stream in Client when writing a packet; remove client lock in ClientService that added previously by WHR · 4 years, 7 months ago
  5. 9539103 Fix NetworkOnMainThreadException on sending messages by WHR · 4 years, 8 months ago
  6. 8b2d01a Merge applicable changes from SSHOUT relay for Minecraft by WHR · 4 years, 8 months ago
  7. 789344e Flush stream after writing, in org.rivoreo.sshout.Client.send_message by WHR · 4 years, 8 months ago
  8. d1f3b60 Merge branch 'ssh-based-android-client' of ssh://git.code.sf.net/p/sshout/android-client-code into ssh-based-android-client by WHR · 4 years, 8 months ago
  9. e6758b6 Fix Client.PacketParser continues after IOException by WHR · 4 years, 8 months ago
  10. ee1dc3d Now we can show messages. by papadave · 4 years, 8 months ago dev
  11. c3b7d64 werid chatactivity by papadave · 4 years, 8 months ago
  12. 7318d81 Create message_listener_set and error_listener_set on ClientService creation by WHR · 4 years, 8 months ago
  13. 5ae59c6 Merge branch 'ssh-based-android-client' of ssh://git.code.sf.net/p/sshout/android-client-code into ssh-based-android-client by WHR · 4 years, 8 months ago
  14. 26fda49 Add interfaces MessageListener and ErrorListener by WHR · 4 years, 8 months ago
  15. bbd3a85 Add send message function(with no display) by papadave · 4 years, 8 months ago
  16. b289bb1 Style fix by WHR · 4 years, 8 months ago
  17. b52d054 Merge branch 'ssh-based-android-client' of ssh://git.code.sf.net/p/sshout/android-client-code into ssh-based-android-client by WHR · 4 years, 8 months ago
  18. df8cd5e Add sending message support to Client and ClientService by WHR · 4 years, 8 months ago
  19. 841a195 Save messages into sqlite. by papadave · 4 years, 8 months ago
  20. 47d4773 Move class PacketListener as a nested class in Client; handle packet SSHOUT_API_RECEIVE_MESSAGE; raise SSHOUT_API_PACKET_MAX_LENGTH to 1 Mi by WHR · 4 years, 8 months ago