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

Dmitry Tretyakov ead71a2d4d fix GPL version notification in readme пре 2 година
.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 @ 2d99af1fb9 0c08dca69d MTM: use build for Android r28 пре 4 година
asset-graphics 66cf658280 Bruno: move asset graphics from bruno branch пре 5 година
bruno 82960af5cc bruno: add missing icons, fonts and styles пре 4 година
free 4a8ef839c6 Install Receiver: refactor proprietary code according to #272 пре 4 година
libs c608e7b11b android-remote-stacktrace-logger fork re-added пре 5 година
play be49eab98f Install Receiver: fix Manifest пре 4 година
res 7da486d6c3 translation import 2020-10-02 пре 4 година
src 450152af8f Emoji: add Unicode 8.0 fitzpatricks пре 3 година
template 8cb86f83af gradle: migrate project from ant пре 7 година
yaxim ceb4b3ba73 FlavorConfig: split flavor specifics into own java class пре 5 година
.fbprefs c4a21c0fcb second commit пре 15 година
.gitignore f5f17b0849 Google Play: add gradle publishing plugin пре 6 година
.gitmodules 31f5bfc997 Removed ActionBarSherlock, deprecated by AppCompat пре 5 година
AndroidManifest.xml d87300b173 version 0.9.9b пре 4 година
ChangeLog d87300b173 version 0.9.9b пре 4 година
Icons.svg 8e4d27c856 SVG Source for the new icon set пре 13 година
LICENSE.txt 477887cd8d Upgrade GPL from v2 to v3, fix #89 пре 5 година
README.md ead71a2d4d fix GPL version notification in readme пре 1 година
base.rdf.xml 892ab019f9 DOAP: wiki link пре 3 година
bruno.rdf.sh 79f0de5e90 DOAP: add logo and screenshot пре 4 година
build.gradle 55d0ce6a3c InstallReferrer only for Play пре 4 година
build.xml 0f37c8496d Fix "ant debug" build failure in dex stage. пре 10 година
export-icons.sh 6454644bc4 icons: updated export script to new svgs пре 8 година
proguard.cfg fb48ffedd3 Switch from ActionBarSherlock to AppCompat пре 5 година
project.properties fb48ffedd3 Switch from ActionBarSherlock to AppCompat пре 5 година
rdf.sh 6482642df8 DOAP: refactor for yaxim and Bruno пре 4 година
settings.gradle 6b28c97083 build: bump dependencies, kill r9..r13 пре 5 година
version.xml.tpl 855691de9a Lint: mark untranslatable strings пре 7 година
yaxim.rdf.sh 79f0de5e90 DOAP: add logo and screenshot пре 4 година
yaxim2.svg 60081e2573 Add black shadow around status bar icons (for Froyo) пре 13 година

README.md

yaxim (Yet Another XMPP Instant Messenger)

yaxim is a lean Jabber/XMPP client for Android. It aims at usability, low overhead and security, and works on low-end Android devices starting with Android 4.0.

Check the yaxim homepage for latest news and downloads.

Features

  • Easy configuration and usability, using one XMPP account
  • Keeping your connection when the phone is started and on mobile/WiFi network changes
  • Chatting with friends and in group chats
  • Sending and receiving of text messages, images and files
  • Managing of your contact list
  • more...

Links

Build Instructions

yaxim is written in Java and source code is maintained in git. The official repository is yaxim-org, whereas experimental development work happens in ge0rg's repo. You will need Android Studio 3.x to compile the app.

To compile yaxim, the following steps need to be taken:

# fetch source code from github
git clone https://github.com/yaxim-org/yaxim.git
cd yaxim

# initialize submodules
git submodule init
git submodule update

# you can stop here, or go on to compile with gradle:

# compile and install debug version of yaxim or Bruno
gradle installYaximDebug
gradle installBrunoDebug

# compile release APKs for both
# create RELEASE_STORE_FILE according to http://stackoverflow.com/a/25391891/539443
gradle assembleRelease

License

MIT License

android-remote-stacktrace: Copyright (c) 2009 Mads Kristiansen, Nullwire ApS

MemorizingTrustManager: Copyright (c) 2010 Georg Lukas

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.