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

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

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.