This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
ensichat/android
Felix Ableitner 02a506608f Significantly decreased CPU usage.
Calls to InputStream#available() weren't blocking, so the loops
in both classes were running hot. Replaced the conditional with
a blocking call instead. CPU usage is down from 100% to barely
noticable.
2016-02-10 21:18:51 +01:00
..
src Significantly decreased CPU usage. 2016-02-10 21:18:51 +01:00
.gitignore Split project into seperate modules for core and android (fixes #18). 2015-10-18 22:39:51 +02:00
build.gradle Moved version values directly into gradle files for F-Droid compatiblity. 2016-02-03 14:01:16 +01:00
lint.xml Split project into seperate modules for core and android (fixes #18). 2015-10-18 22:39:51 +02:00