]> git.ipfire.org Git - thirdparty/strongswan.git/commit
android: Use ListView for log messages
authorTobias Brunner <tobias@strongswan.org>
Mon, 2 Jul 2018 16:05:13 +0000 (18:05 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 3 Jul 2018 09:31:44 +0000 (11:31 +0200)
commit9e05f219fd1057a0c9b2eef58d28d21b31b9cfed
treefc4c0683bf22036690c083f8b59983013c40c38f
parent3f71118b0814799b6f60eca1a4106d6735eaad56
android: Use ListView for log messages

This is hopefully a bit more efficient for large log files than the previous
single TextView.  The ListView widget also provides an auto-scroll mechanism.
src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogFragment.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogScrollView.java [deleted file]
src/frontends/android/app/src/main/res/layout/log_fragment.xml
src/frontends/android/app/src/main/res/layout/log_list_item.xml [new file with mode: 0644]