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

Georg Lukas 85efef2a9e this variant requires API level 8. bummer. 13 роки тому
.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 роки тому
MemorizingTrustManager @ 810fe68850 03019924fd fetch updated MTM 14 роки тому
android-actionbar @ e3b88993f0 6882dad924 Update actionbar submodule with own fork. 13 роки тому
assets 86d18acb64 Do not generate template icon and remove unused icon for add action. 13 роки тому
libs f4d36478f0 add jzlib for compression 14 роки тому
res 88ee01902b translation update 13 роки тому
src 85efef2a9e this variant requires API level 8. bummer. 13 роки тому
tools 61728597b6 upgraded proguard to 4.5.1 14 роки тому
.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 роки тому
.fbprefs c4a21c0fcb second commit 15 роки тому
.gitignore 9aa8cc1327 added new entries to .gitignore 14 роки тому
.gitmodules 6882dad924 Update actionbar submodule with own fork. 13 роки тому
.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 роки тому
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 роки тому
Icons.svg 8e4d27c856 SVG Source for the new icon set 14 роки тому
LICENSE.txt ca6b636cef added license 15 роки тому
README 3dc215f466 Yaxim is now yaxim. KTHX 15 роки тому
build.xml 660aa2f868 optimized and externalized proguard config 14 роки тому
default.properties 85efef2a9e this variant requires API level 8. bummer. 13 роки тому
proguard.cfg b5a60cd978 repair start-on-boot with proguard 14 роки тому
yaxim2.svg 60081e2573 Add black shadow around status bar icons (for Froyo) 14 роки тому

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.