tools/JavaHeaderCheck.regex
author Da Risk <da_risk@beem-project.com>
Fri, 27 Jan 2012 00:05:55 +0100
changeset 964 89dbb4bee206
parent 943 d456bf4dbc17
permissions -rw-r--r--
Initialize the xmpp connection config in a background thread. On android > 3.x network operations on the main thread crash the application. This move the dns request made by the ConnectionConfiguration in another thread by lazily initializing the XMPPConnection

^/\*$
^    BEEM is a videoconference application on the Android Platform\.$
^$
^    Copyright \(C\) \d\d\d\d(-\d\d\d\d)? by .*$
^                         .*$
^$
^    This file is part of BEEM\.$
^$
^    BEEM is free software: you can redistribute it and/or modify$
^    it under the terms of the GNU General Public License as published by$
^    the Free Software Foundation, either version 3 of the License, or$
^    \(at your option\) any later version\.$
^$
^    BEEM is distributed in the hope that it will be useful,$
^    but WITHOUT ANY WARRANTY; without even the implied warranty of$
^    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE\.  See the$
^    GNU General Public License for more details\.$
^$
^    You should have received a copy of the GNU General Public License$
^    along with BEEM\.  If not, see <http://www.gnu.org/licenses/>\.$
^$
^    Please send bug reports with examples or suggestions to$
^    contact@beem-project\.com or http://(dev|www)\.beem-project\.com/$
^$
^\*/$