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

Georg Lukas 85efef2a9e this variant requires API level 8. bummer. 13 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
MemorizingTrustManager @ 810fe68850 03019924fd fetch updated MTM 14 years ago
android-actionbar @ e3b88993f0 6882dad924 Update actionbar submodule with own fork. 13 years ago
assets 86d18acb64 Do not generate template icon and remove unused icon for add action. 13 years ago
libs f4d36478f0 add jzlib for compression 14 years ago
res 88ee01902b translation update 13 years ago
src 85efef2a9e this variant requires API level 8. bummer. 13 years ago
tools 61728597b6 upgraded proguard to 4.5.1 14 years ago
.classpath 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
.fbprefs c4a21c0fcb second commit 15 years ago
.gitignore 9aa8cc1327 added new entries to .gitignore 14 years ago
.gitmodules 6882dad924 Update actionbar submodule with own fork. 13 years ago
.project 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
AndroidManifest.xml 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
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 660aa2f868 optimized and externalized proguard config 14 years ago
default.properties 85efef2a9e this variant requires API level 8. bummer. 13 years ago
proguard.cfg b5a60cd978 repair start-on-boot with proguard 14 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.