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

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

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.