Commit Graph

14 Commits

Author SHA1 Message Date
Felix Ableitner 7bc8532732 Updated dependencies. 2015-01-23 20:00:04 +01:00
Felix Ableitner 834f3ca724 Moved remaining messages to binary encoding, removed msgpack dependency.
This seems to have added some random disconnects, but there doesn't
seem to be a reason for this in the code.
2014-12-12 00:13:22 +02:00
Felix Ableitner de86f5f121 Use key fingerprints instead of bluetooth addresses. 2014-12-04 20:33:12 +02:00
Felix Ableitner 5f123afcab Create "thin" build type and clean up previous commit.
The "thin" build type relies on system scala library, while "debug"
and "release" provide the library itself.
2014-12-02 19:02:01 +02:00
Raul Bache 4f9ccfa25d Made it work 2014-11-30 20:52:47 +01:00
Felix Ableitner d565bdb373 Fixed various lint problems, improved navigation (ActionBar up arrows). 2014-11-18 13:07:31 +02:00
Felix Ableitner 11361c83ab Updated dependencies. 2014-11-12 23:45:38 +02:00
Felix Ableitner bf7aab1e11 Updated dependencies, downgrade scala for incremental compiles. 2014-11-06 01:29:23 +02:00
Felix Ableitner cbcc0802dd Put proguard back in to avoid OutOfMemoryExceptions.
I removed it earlier because of warnings, but these weren't important.
2014-10-30 17:54:53 +02:00
Felix Ableitner 3bd4feacbd Added text chat functionality.
- ChatFragment with layout, Fragment handling in MainActivity
- [MessagePack](http://msgpack.org/) serialization in TextMessage
- MessageStore to hold old messages
- various small code enhancements

Way too many changes for one commit, but it's too late to change.
2014-10-30 00:23:01 +02:00
Felix Ableitner 6c4fe96f10 Updated to Android 5.0, updated gradle. 2014-10-18 16:53:23 +03:00
Felix Ableitner 6579a754a7 Added ".debug" suffix to debug app's package name. 2014-10-11 21:27:32 +03:00
Felix Ableitner ebc47e2c8e Changed project language to scala. 2014-10-07 16:20:24 +03:00
Felix Ableitner a8954696bd Initial commit. 2014-10-03 12:55:35 +03:00