Nicolas Fella
9eda5bf072
Run Reformat Code on the notifications plugin
...
Summary: Bring law and order to the coding style
Reviewers: #kde_connect, mtijink
Reviewed By: mtijink
Subscribers: #kde_connect
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D9619
2018-01-03 20:21:35 +01:00
Malte S. Stretz
61ded9469c
Always unlock all mutexes
...
In a few places ReentrantLocks are used as mutexes. In case of an
exception happening in the critical section the locks are never
released though. A ReentrantLock should (almost) always be followed
by a try-finally block as documented in
http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/ReentrantLock.html
2015-10-27 11:44:04 -07:00
Albert Vaca
a15b06cdc7
Minor fixes (mostly cosmetic) as per Android Lint analysis
2015-08-10 00:26:58 -07:00
Albert Vaca
f01811446a
Migrated project to latest Android SDK and moved sources out of 'main' dir
...
Sorry for the conflicts caused by moving the sources!
2014-11-22 17:04:37 -08:00