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

Georg Lukas 2cc934f16d MUC sync: do not overwrite room subject with arbitrary message subject 5 meses atrás
.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]. 14 anos atrás
MemorizingTrustManager @ 2d99af1fb9 0c08dca69d MTM: use build for Android r28 5 anos atrás
asset-graphics 66cf658280 Bruno: move asset graphics from bruno branch 6 anos atrás
bruno 82960af5cc bruno: add missing icons, fonts and styles 5 anos atrás
free 4a8ef839c6 Install Receiver: refactor proprietary code according to #272 5 anos atrás
libs c608e7b11b android-remote-stacktrace-logger fork re-added 6 anos atrás
play be49eab98f Install Receiver: fix Manifest 5 anos atrás
res d868b1c7f9 Android r33: notification permission 1 ano atrás
src 2cc934f16d MUC sync: do not overwrite room subject with arbitrary message subject 5 meses atrás
template 8cb86f83af gradle: migrate project from ant 8 anos atrás
yaxim ceb4b3ba73 FlavorConfig: split flavor specifics into own java class 6 anos atrás
.fbprefs c4a21c0fcb second commit 16 anos atrás
.gitignore f5f17b0849 Google Play: add gradle publishing plugin 7 anos atrás
.gitmodules 31f5bfc997 Removed ActionBarSherlock, deprecated by AppCompat 6 anos atrás
AndroidManifest.xml d868b1c7f9 Android r33: notification permission 1 ano atrás
ChangeLog d87300b173 version 0.9.9b 5 anos atrás
Icons.svg 8e4d27c856 SVG Source for the new icon set 14 anos atrás
LICENSE.txt 477887cd8d Upgrade GPL from v2 to v3, fix #89 6 anos atrás
README.md ead71a2d4d fix GPL version notification in readme 2 anos atrás
base.rdf.xml 892ab019f9 DOAP: wiki link 4 anos atrás
bruno.rdf.sh 79f0de5e90 DOAP: add logo and screenshot 4 anos atrás
build.gradle ab6fed8434 Android r33: bump sdk 1 ano atrás
build.xml 0f37c8496d Fix "ant debug" build failure in dex stage. 11 anos atrás
export-icons.sh fed4fe73a9 export-icons: change inkscape opacity value 1 ano atrás
proguard.cfg fb48ffedd3 Switch from ActionBarSherlock to AppCompat 6 anos atrás
project.properties fb48ffedd3 Switch from ActionBarSherlock to AppCompat 6 anos atrás
rdf.sh 6482642df8 DOAP: refactor for yaxim and Bruno 5 anos atrás
settings.gradle 6b28c97083 build: bump dependencies, kill r9..r13 6 anos atrás
version.xml.tpl 855691de9a Lint: mark untranslatable strings 8 anos atrás
yaxim.rdf.sh 79f0de5e90 DOAP: add logo and screenshot 4 anos atrás
yaxim2.svg 60081e2573 Add black shadow around status bar icons (for Froyo) 14 anos atrás

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.