yaxim — XMPP-клиент для Android https://yaxim.org/

Georg Lukas 5e0d28d2ff use reflection for setForeground on 3.x SDK 13 jaren geleden
.settings a163b4c6bc Implement an action bar and move commonly used functions there. The action bar pattern is described in [1] and [2]. This implementation uses the small library at [3]. 13 jaren geleden
ActionBarSherlock @ 422d546635 67f91d8365 Add ABS submodule, update target 13 jaren geleden
MemorizingTrustManager @ 11b37471c5 85c8f00c0a Update link to MemorizingTrustManager 13 jaren geleden
asset-graphics b7028267dd Add speech bubble as status bar notification icon 13 jaren geleden
libs 8292509321 asmack with XEP-0184 13 jaren geleden
res 4df8c6430e translation import, typo fix 13 jaren geleden
src 5e0d28d2ff use reflection for setForeground on 3.x SDK 13 jaren geleden
tools 61728597b6 upgraded proguard to 4.5.1 14 jaren geleden
.fbprefs c4a21c0fcb second commit 15 jaren geleden
.gitignore 9aa8cc1327 added new entries to .gitignore 14 jaren geleden
.gitmodules 67f91d8365 Add ABS submodule, update target 13 jaren geleden
AndroidManifest.xml 6e404791bb implement imto://jabber/ intent filter and handler 13 jaren geleden
ChangeLog 3f3695878f version 0.8.4 13 jaren geleden
Icons.svg 8e4d27c856 SVG Source for the new icon set 14 jaren geleden
LICENSE.txt ca6b636cef added license 15 jaren geleden
README 3dc215f466 Yaxim is now yaxim. KTHX 15 jaren geleden
build.xml acb78b1a12 fix build.xml for SDK r17 13 jaren geleden
export-icons.sh 65588abf30 Fix export-icons script 13 jaren geleden
proguard.cfg 1b552afb30 add minimal ABS support to proguard.cfg 13 jaren geleden
project.properties 67f91d8365 Add ABS submodule, update target 13 jaren geleden
yaxim2.svg 60081e2573 Add black shadow around status bar icons (for Froyo) 14 jaren geleden

README

yaxim
=====

yaxim is an Open-Source Jabber client for the Android platform distributed under the GPLv2. It is not yet finished, but we are working on it!

Features

The following is already supported:

* Connecting to one Jabber server and staying connected
* Chat with your contacts
* Persistent Message History
* Change your roster


LICENSE

* yaxim is licensed under GNU GPLv2 (see LICENSE.txt)

* The android-remote-stacktrace component in yaxim is provided under the MIT License:

Copyright (c) 2009 Mads Kristiansen, Nullwire ApS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.