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

Georg Lukas a942f7aec8 XEP-0198: make SM handler singleton 12 years ago
.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 years ago
ActionBarSherlock @ 90939dc392 952956bbc3 ABS updated to 4.2.0 12 years ago
MemorizingTrustManager @ 11b37471c5 85c8f00c0a Update link to MemorizingTrustManager 13 years ago
asset-graphics b7028267dd Add speech bubble as status bar notification icon 13 years ago
libs c0b0319748 smack patched with XEP-0198 12 years ago
res fbe968f8ba translation import 12 years ago
src a942f7aec8 XEP-0198: make SM handler singleton 12 years ago
tools 186186647c update proguard to 4.8b1 13 years ago
.fbprefs c4a21c0fcb second commit 15 years ago
.gitignore 9aa8cc1327 added new entries to .gitignore 14 years ago
.gitmodules 67f91d8365 Add ABS submodule, update target 13 years ago
AndroidManifest.xml 2002031015 version 0.8.5 12 years ago
ChangeLog 2002031015 version 0.8.5 12 years ago
Icons.svg 8e4d27c856 SVG Source for the new icon set 14 years ago
LICENSE.txt ca6b636cef added license 15 years ago
README 3dc215f466 Yaxim is now yaxim. KTHX 15 years ago
build.xml 5287eae0f0 fix for android SDK r20 12 years ago
export-icons.sh 65588abf30 Fix export-icons script 13 years ago
proguard.cfg 2a35cb4bc2 use ABS' default proguard config; fixes ICS crash 13 years ago
project.properties 67f91d8365 Add ABS submodule, update target 13 years ago
version.xml.tpl a730bddb7b about dialog: implement build version 13 years ago
yaxim2.svg 60081e2573 Add black shadow around status bar icons (for Froyo) 14 years ago

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.