Skip to content
This repository was archived by the owner on Jan 25, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2562 commits
Select commit Hold shift + click to select a range
55be894
make-release-build: temp workaround for old cacheword that signs the jar
eighthave Jan 26, 2015
b9dcf37
automatically name ant release builds using versionName from AndroidM…
eighthave Jan 26, 2015
5c33aed
make-release-build: always build the git tag that matches versionName
eighthave Jan 26, 2015
089aaa8
update cacheword to get build fixes
eighthave Jan 26, 2015
063fa4b
make-release-build: configure ant build after all conf files are in p…
eighthave Jan 26, 2015
d8ce28d
include the 'v' before the version number in the release file name
eighthave Jan 26, 2015
6ee25fe
fixes #4461 (and others) related to invalid username/jids
n8fr8 Jan 27, 2015
bf6bae2
fixes #4472 makes sure connection, view are not null
n8fr8 Jan 29, 2015
74ccfdd
fixes #4473 makes sure the roster is not null
n8fr8 Jan 29, 2015
51eb8ea
Merge pull request #621 from n8fr8/bug4461-normalizeusernames
n8fr8 Feb 2, 2015
71d1c1d
don't re-init timers if they already have been created
n8fr8 Feb 5, 2015
d476883
multiple fixes for handling subscription request in UI
n8fr8 Feb 5, 2015
6625a91
additional fixes for contact add, subscribe, presence interaction
n8fr8 Feb 5, 2015
eddfd38
Merge branch 'master' of github.com:guardianproject/ChatSecureAndroid
n8fr8 Feb 5, 2015
c0ab354
clean up menu options for account and chat views
n8fr8 Feb 6, 2015
6bb7deb
just show normal contact for now in contact picker
n8fr8 Feb 6, 2015
815a6ed
simplify subscription prompt text
n8fr8 Feb 6, 2015
5ecf862
don't load chats until connections are init'd
n8fr8 Feb 6, 2015
4a33166
just a space
n8fr8 Feb 6, 2015
cc5f8d8
don't add a contact if it already exists
n8fr8 Feb 6, 2015
bc4bbaa
query or insert new contact to ensure you don't create duplicates
n8fr8 Feb 6, 2015
7880bc0
this just clears objects from memory; it should be done
n8fr8 Feb 6, 2015
f172551
reinstate contact object instance clearing on logout
n8fr8 Feb 6, 2015
8617ddf
formatting
n8fr8 Feb 6, 2015
bd0c743
update to latest cacheword
n8fr8 Feb 6, 2015
21d18af
remove duplicate packet subscribe code
n8fr8 Feb 6, 2015
4b729e3
v14 RC1
n8fr8 Feb 6, 2015
863bfec
update translations
n8fr8 Feb 6, 2015
ed3b370
update changelog
n8fr8 Feb 6, 2015
eddb171
add new translations
n8fr8 Feb 6, 2015
853af9e
OTR code cleanup to remove still existing issues with encryption start
n8fr8 Feb 9, 2015
f0e4cee
remove "-release" from release APK file name
eighthave Feb 10, 2015
b926a09
Revert "update to latest cacheword"
eighthave Feb 10, 2015
f00e2bd
ran ./fix-ellipsis and ./fix-xliff-tags
eighthave Feb 10, 2015
8d5d2c3
purge dead code from MessageView
eighthave Feb 10, 2015
1a3b695
launch all clicked links into a new Task
eighthave Feb 10, 2015
5fb1ac4
fix crash if loader is working, then ChatSecure quits
eighthave Feb 10, 2015
7593efd
Merge pull request #627 from eighthave/master
n8fr8 Feb 11, 2015
6b5cfe9
14.1.0-RC1a to update Google Play due to corrupt APK last build
n8fr8 Feb 9, 2015
53227fe
move share/attach to bottom of the screen popup menu
n8fr8 Feb 18, 2015
0bbb908
Only linkify when it is a text message and not media
n8fr8 Feb 18, 2015
8fcf57c
fix message address targeting for OTR setup
n8fr8 Feb 18, 2015
6f70426
make MUC chat work better and persist across app instances
n8fr8 Feb 18, 2015
f57083f
add new dark attachment icon for dark theme
n8fr8 Feb 18, 2015
2391f76
small clean-up of dropdown dialog for groupchat
n8fr8 Feb 18, 2015
9cfcfa3
last cleanup of groupchat dialog box
n8fr8 Feb 18, 2015
df3cc88
use correct classes and casts in LinkifyHelper
eighthave Feb 11, 2015
6f10871
make-release-build: generate APK file name based on `git describe`
eighthave Feb 11, 2015
b9ba9f4
use a ScrollView for Account Wizard screens to accomodate long transl…
eighthave Feb 12, 2015
3b2530c
do not translate SharedPreferences key strings
eighthave Feb 17, 2015
7d6d558
explain why the SQLCipher libs are loaded at app start
eighthave Feb 17, 2015
a10bd8e
Merge pull request #630 from eighthave/more-fixes-towards-14-1-0
n8fr8 Feb 23, 2015
02044de
fix message address targeting for OTR setup
n8fr8 Feb 18, 2015
2eea0ab
make MUC chat work better and persist across app instances
n8fr8 Feb 18, 2015
cd82821
add new dark attachment icon for dark theme
n8fr8 Feb 18, 2015
72fdb80
small clean-up of dropdown dialog for groupchat
n8fr8 Feb 18, 2015
302904d
last cleanup of groupchat dialog box
n8fr8 Feb 18, 2015
425c2f0
Merge branch 'master' of github.com:n8fr8/Gibberbot
n8fr8 Feb 23, 2015
bd0068f
Revert "Only linkify when it is a text message and not media"
n8fr8 Feb 23, 2015
b83068a
Merge pull request #629 from n8fr8/master
n8fr8 Feb 23, 2015
ad3367b
make button panel scroll horizontally
n8fr8 Feb 24, 2015
415070e
re-instate chat OTR state/drop-down menu
n8fr8 Feb 24, 2015
b938c5b
v14.1.1 beta 1
n8fr8 Feb 24, 2015
7cad330
update changelog
n8fr8 Feb 24, 2015
0375e2e
Merge pull request #632 from n8fr8/master
n8fr8 Feb 24, 2015
db2405f
switch to IOCipher v0.3
eighthave Feb 11, 2015
8520b14
support new IOCipher v0.3 API
eighthave Feb 12, 2015
f092b41
unmount IOCipher container on "complete shutdown" to zero out stored …
eighthave Feb 12, 2015
d1d357f
create IocVfs.initWithoutPassword(Context) for when no password is set
eighthave Feb 12, 2015
3d4c8c4
move all encrypted store password transformations to single method
eighthave Feb 12, 2015
d011614
store the location of IOCipher media store so if its missing, prompt …
eighthave Feb 17, 2015
69609ff
rename IocVfs.dbFile to dbFilePath to distinguish it from the File in…
eighthave Feb 17, 2015
3885625
there is only one VFS, so if its already mounted, nothing to do
eighthave Feb 17, 2015
26aca9b
AccountWizardActivity: purge unused code to clarify "Shutdown & Exit"…
eighthave Feb 19, 2015
a02f05e
provide single method for "Shutdown & Lock"
eighthave Feb 19, 2015
db9c873
rename chat_screen_menu to new_chat_menu, its only used in NewChatAct…
eighthave Feb 20, 2015
9c99e50
create prompt screen if chat media store or SD card is missing
eighthave Feb 20, 2015
424f931
rename IocVfs to ChatFileStore following what it does
eighthave Feb 20, 2015
a4ed775
prefer internal storage for ChatFileStore, unless there isn't enough …
eighthave Feb 20, 2015
d263292
stop delete prompt after taking audio/pictures, just delete automatic…
eighthave Feb 20, 2015
18508b3
purge old code structure that launches NewChatActivity for each account
eighthave Feb 24, 2015
3b762b4
make sure all desired accounts sign in on startup
eighthave Feb 24, 2015
11aa581
prevent NPE after ending a chat session
eighthave Feb 25, 2015
cee8a3a
auto-resize images taken with embedded camera for quick transfer
eighthave Feb 25, 2015
b27841c
make Tor bridge: links clickable always, whether on Tor or not
eighthave Feb 25, 2015
25de18f
Merge pull request #634 from eighthave/master
n8fr8 Feb 25, 2015
70b02cb
page cacheword back to working version
n8fr8 Feb 25, 2015
f9c606f
Enable Service to response to CacheWord in case of restart/kills
n8fr8 Feb 26, 2015
2062b77
OtrEngine doesn't need to set the from - the XMPP Provider will do it
n8fr8 Feb 26, 2015
87fed34
remove some commented code
n8fr8 Feb 26, 2015
f21d0aa
this is redundant to set the key here
n8fr8 Feb 26, 2015
8254308
handle error messages and setFrom() in send if it is null
n8fr8 Feb 26, 2015
fe1c585
Fix handling of groupchat/MUC nickname storage and display
n8fr8 Feb 26, 2015
672becb
read the contact type to properly determine if it is a groupchat
n8fr8 Feb 26, 2015
be2c6e2
Trigger message requery when file transfer is done
n8fr8 Feb 26, 2015
3162717
peg to 14.1 commit tag
n8fr8 Feb 26, 2015
9f5e43e
support Context and not just Activity
n8fr8 Feb 26, 2015
7a684a2
reconnect to cacheword on restart of Service after OS kills it
n8fr8 Feb 26, 2015
693bc29
an extra check to make sure mounted() before getting image
n8fr8 Feb 27, 2015
6e66920
UI logic for handling group vs normal contact
n8fr8 Feb 27, 2015
de92973
if VFS not mounted, redirect to WelcomeActivity for logic
n8fr8 Feb 27, 2015
bfaa660
improved logic for handling service restart/reinit
n8fr8 Feb 27, 2015
dc2c9bc
handle possible NPE in creating group session
n8fr8 Feb 27, 2015
23454b2
fix creation of new ChatGroup/MUC sessions
n8fr8 Feb 27, 2015
a366cfd
set provider default sort to unambigious column (_ID instead of name)
n8fr8 Feb 27, 2015
e9cdbb6
Merge pull request #635 from n8fr8/dev_final_v14.1
n8fr8 Feb 27, 2015
757c501
update to 14.1.1-RC-1
n8fr8 Feb 27, 2015
2e35967
update changelog for 14.1.1-RC-1
n8fr8 Feb 27, 2015
2df2d14
fix audio playback, media rendering and remove errant tap logic
n8fr8 Feb 28, 2015
9c7ff10
handle NoSuchElement error happening due to poll(); peek() first!
n8fr8 Mar 1, 2015
39f01ea
small final layout cleanups, menu tuning and related fixes
n8fr8 Mar 1, 2015
a17baa2
Merge pull request #637 from n8fr8/dev_v14.1_final_ui_tweaks
n8fr8 Mar 1, 2015
112c5d2
update to 14.1.1-RC-2
n8fr8 Mar 1, 2015
27ac3ba
fixes bug with incorrect display of media transfer progress
n8fr8 Mar 1, 2015
34deffd
update to 14.1.1-RC-3
n8fr8 Mar 1, 2015
100f8e8
update changelog for RC3
n8fr8 Mar 1, 2015
54af765
re-enables proper storage and retrieval of avatars
n8fr8 Mar 3, 2015
461e85e
make sure avatars show up in chatview as well
n8fr8 Mar 4, 2015
daf181e
fixes #4650 cacheword might be null
n8fr8 Mar 4, 2015
3d964d7
fixes #4651 handle exception throwing from problems with ChatFileStor…
n8fr8 Mar 4, 2015
479187c
fixes #4652 roster might be null
n8fr8 Mar 4, 2015
e3a43e0
fixes #4653 chatmanager can be null, so make sure to check
n8fr8 Mar 4, 2015
9ec1b3b
refresh presence when new session is created
n8fr8 Mar 4, 2015
29a0f87
fix view profile menu option
n8fr8 Mar 5, 2015
e7be7cd
Merge pull request #640 from n8fr8/bug_avatars_not_displayed
n8fr8 Mar 5, 2015
6520c27
allow all proper jabberid strings in account setup
n8fr8 Mar 6, 2015
6fbffb3
improve message status display
n8fr8 Mar 6, 2015
9e1c954
make status warning text smaller
n8fr8 Mar 6, 2015
a62c2d3
make sure there is an icon for the remove account menu
n8fr8 Mar 6, 2015
b6a314b
empty space
n8fr8 Mar 6, 2015
0cf3b1f
don't use an avatar in the action/title bar
n8fr8 Mar 6, 2015
5f7086d
tune Google OAuth setup and presence/avatar refresh
n8fr8 Mar 6, 2015
8d7cf8e
fixes #4682 where presence from can somtimes be null
n8fr8 Mar 9, 2015
9c1ee62
Merge pull request #643 from n8fr8/bug_4650_remoteservice_crash
n8fr8 Mar 9, 2015
126ba01
14.1.1-RC-4
n8fr8 Mar 9, 2015
9ca1092
update CHANGELOG for RC4
n8fr8 Mar 9, 2015
4eb46b3
remove this unused string
n8fr8 Mar 9, 2015
83a06fe
fix presence and add contact handling logic to smooth new user experi…
n8fr8 Mar 9, 2015
c7652ee
Merge pull request #651 from n8fr8/master
n8fr8 Mar 9, 2015
abea228
update to 14.1.1-RC-5
n8fr8 Mar 9, 2015
563c90b
update changelog for rc5
n8fr8 Mar 9, 2015
eba6ffa
typo (RC4->RC5)
n8fr8 Mar 9, 2015
0407072
remove references to non-existant Activites
eighthave Feb 26, 2015
575c684
make-release-build: include 'v' in release APK name, following conven…
eighthave Mar 9, 2015
ce48ce2
use `git describe` to name APK file
eighthave Mar 9, 2015
46444e1
include build metadata in release APK to help reproducibility
eighthave Mar 9, 2015
aa36a32
make versionName match the signed release git tag
eighthave Mar 9, 2015
b858857
do not include BUILD.MF in debug APK, it breaks signature verification
eighthave Mar 11, 2015
4ac1c90
Merge pull request #652 from eighthave/release-build-tweaks
n8fr8 May 8, 2015
55c5a4d
resize images for sharing
n8fr8 May 7, 2015
9027951
reduce memory usage in half by reducing avatars in half!
n8fr8 May 8, 2015
d696c98
never disconnect unless the user explicitly tells us to (always retry!)
n8fr8 May 8, 2015
c5bf709
only load the full roster once (don't reload it on reconnect)
n8fr8 May 8, 2015
fa01457
begin handling low memory states better
n8fr8 May 8, 2015
6fc9001
make round avatars a little bigger with a smaller border
n8fr8 May 8, 2015
790b164
update layout of avatars to make them slightly bigger 48dp
n8fr8 May 8, 2015
635f0ca
remove ugly background
n8fr8 May 8, 2015
326fefe
remove use of ugly background
n8fr8 May 8, 2015
250a689
make the message view properly load form a stream instead of just a f…
n8fr8 May 8, 2015
a8d8cf4
Merge pull request #676 from n8fr8/dev-14.2
n8fr8 May 13, 2015
448a7b2
simplify, clean-up handling of network connectivity state and improve…
n8fr8 May 8, 2015
767cb2a
update notificaiton with proper intent
n8fr8 May 8, 2015
a7c72d9
Merge pull request #678 from n8fr8/bug-fix-network-state
n8fr8 May 18, 2015
1b9aacd
initial fixes to handle content:// URI files shared into ChatSecure
n8fr8 May 8, 2015
26e4974
update manifest types supported for picker
n8fr8 May 8, 2015
3121196
add new offline/disconnected icon
n8fr8 May 8, 2015
9ac0b37
fix NPE if notifyBuilder is not yet instanced
n8fr8 May 9, 2015
467f628
only reconnect if suspended and then refresh presence of all open ses…
n8fr8 May 9, 2015
860d769
make it easy to get active sessions
n8fr8 May 9, 2015
214e2ab
reduce the size of the thumbnail cache
n8fr8 May 13, 2015
66f4918
multiple fixes to import from content:// URIs and image resizing
n8fr8 May 22, 2015
084f51e
add new base art images
n8fr8 May 22, 2015
ac1ae6f
fixes #3256 removes debug code that caused crash
n8fr8 May 22, 2015
acb9bec
fixes bug #2146 messages sent while offline stay in right place!
n8fr8 May 22, 2015
93c4de0
feature: add support for image preview in conversation view
n8fr8 May 23, 2015
2ae6b02
fixes #5132 handles cases where there is no display name for some reason
n8fr8 May 26, 2015
f5ce7fb
Fix SMP for non-ASCII chars.
Oct 19, 2012
3df88f3
use java.security.SecureRandom to be sure
eighthave Apr 15, 2015
ea91042
partial fix #2147 if OTR is set to require/force then don't send mess…
n8fr8 May 26, 2015
75100c2
Merge pull request #681 from eighthave/some-small-fixes
n8fr8 May 27, 2015
5484f43
final fixes to message postpone/re-send logic
n8fr8 May 27, 2015
c08ff61
merge updateNotification() into networkStateChange for simplicity
n8fr8 May 27, 2015
0920091
simplify the refreshSessionPresence code by merging into login logic
n8fr8 May 27, 2015
9f42ad9
Merge pull request #682 from n8fr8/v14.2-more-bug-fixes
eighthave May 27, 2015
d72d79b
fixes #677 on github: update asmack to address "sessionSupported" bug
n8fr8 May 27, 2015
d47ef09
fixes #677 on github: update asmack to address "sessionSupported" bug
n8fr8 May 27, 2015
f31b57e
include app description in the app manifest
eighthave May 26, 2015
58abae2
make-release-build: use version from `git describe` in original name …
eighthave May 27, 2015
d1e9bdc
Merge pull request #683 from n8fr8/master
n8fr8 May 28, 2015
334cc5b
Merge pull request #684 from eighthave/master
n8fr8 May 28, 2015
e51728f
cleanup account view layout
n8fr8 Jul 8, 2015
b32639e
remove switch support
n8fr8 Jul 8, 2015
7a31686
Merge branch 'v14.2-more-bug-fixes' of github.com:n8fr8/Gibberbot int…
n8fr8 Jul 8, 2015
c2b2ef0
Merge pull request #693 from n8fr8/v14.2-more-bug-fixes
n8fr8 Jul 8, 2015
b3dddb5
otr_options_values should not be localized as they are keys
n8fr8 Jul 8, 2015
47781b4
don't pull arrays from tx anymore, as we don't need it
n8fr8 Jul 8, 2015
f2a33aa
fixes #4652 makes sure there are no NPE
n8fr8 Jul 8, 2015
dca3aab
fixes #4679 making sure user set port is always used
n8fr8 Jul 8, 2015
167432b
remove bam.yt
n8fr8 Jul 8, 2015
9af9115
add support for auto lookup of proper MUC conference server host for …
n8fr8 Jul 8, 2015
b587ef6
this is now 14.2.0
n8fr8 Jul 8, 2015
1f4bb8e
too many views in the account wizard
n8fr8 Jul 10, 2015
0fed76e
improve regexps for linkifying and add bitcoin: for payments
eighthave Jul 14, 2015
6761575
Merge pull request #695 from eighthave/master
n8fr8 Jul 14, 2015
4a83e97
update changelog for v14.2
n8fr8 Jul 14, 2015
b094091
make-release-build: disable faketime since it is problematic
eighthave Jul 17, 2015
5ca08b5
Merge pull request #698 from eighthave/master
n8fr8 Jul 17, 2015
10b7001
v14.2.0 "a" so we can resubmit to Google Play
n8fr8 Jul 20, 2015
c21ce30
Merge branch 'master' of github.com:guardianproject/ChatSecureAndroid
n8fr8 Jul 20, 2015
c1c18fe
handle possible NPE
n8fr8 Jul 30, 2015
5606e08
no need to clear this
n8fr8 Jul 30, 2015
f6be4d9
this is not used anymore
n8fr8 Jul 30, 2015
78c66f1
handle connection being null
n8fr8 Jul 30, 2015
03f5f89
handle errors thrown lower in the stack here
n8fr8 Jul 30, 2015
1990815
ensure the locale is properly set for the app
n8fr8 Aug 24, 2015
482daca
fixes github issue #699 for multiple resend of postponed messages
n8fr8 Aug 24, 2015
1cd4be5
Merge branch 'master' of github.com:n8fr8/AwesomeApp
n8fr8 Aug 24, 2015
7e4e509
14.2.1
n8fr8 Aug 24, 2015
bdd8bca
Merge pull request #706 from n8fr8/master
n8fr8 Aug 24, 2015
20ce719
GitHub #672 Allowing setting negative XMPP priority
Sep 14, 2015
758bbd7
use symlinks to provide alternate folders for Hebrew and Indonesian
eighthave Sep 21, 2015
66bfcbe
Fixed bad comparisons for 'checkGroupElem' and 'checkExpon' basic ver…
cobratbq Jan 13, 2016
a2ec464
Merge pull request #730 from eighthave/master
n8fr8 Jan 14, 2016
4792376
Merge pull request #712 from kden/github-672-negative-xmpp-set
n8fr8 Jan 14, 2016
172c10b
use string resource for "Chat Encryption" preference
eighthave Jan 15, 2016
c8bf278
fix crash on shutdown/lock with progress dialog
eighthave Jan 15, 2016
9ae2dc7
after receiving panic trigger, quit and remove from history
eighthave Jan 15, 2016
13c37e7
make "Shutdown & Lock" also clear from "Recent Apps"
eighthave Jan 15, 2016
2c4a5ba
Merge pull request #731 from eighthave/master
n8fr8 Jan 15, 2016
c66fc94
if import keystore fails, always show Toast
eighthave Jan 15, 2016
28a8914
do not claim .ofcaes files, there is no handler hooked up
eighthave Jan 15, 2016
b13a88d
stop crashing if external storage is not available
eighthave Jan 15, 2016
441cddb
fix NPE crash when setting background
eighthave Jan 15, 2016
7c16015
add more translation fixes and unified into a single script
eighthave Jan 15, 2016
6415200
add new translation: mk Macedonian
eighthave Jan 15, 2016
86eb67b
update translations: ar bg bo ca cs da el es fa fi fr hu it ja nb pt …
eighthave Jan 15, 2016
790f16c
OtrFileConverter is called KeySync!
eighthave Jan 15, 2016
63fe37d
get keysync working again!
eighthave Jan 15, 2016
940599b
Merge pull request #733 from eighthave/master
n8fr8 Jan 22, 2016
765fe92
update to version name 14.2.2 code 1422001
eighthave Jan 22, 2016
05991a4
Added missing translation strings
uxname Jan 24, 2016
9b31ce3
Merge pull request #735 from uxname/patch-1
n8fr8 Feb 3, 2016
95e63a9
fixes #728 and #718 by disabling unsupport cipher suites
n8fr8 Feb 3, 2016
17f8056
Merge pull request #737 from n8fr8/master
n8fr8 Feb 3, 2016
37c501b
14.2.3
n8fr8 Feb 3, 2016
30b9618
Merge branch 'master' of github.com:guardianproject/ChatSecureAndroid
n8fr8 Feb 3, 2016
30f54a4
update changelog
n8fr8 Feb 4, 2016
b598e57
update "bho" submodule with new github location
n8fr8 Aug 5, 2016
02313f2
Add retired notice to README
abeluck Jan 24, 2018
4075445
Merge pull request #768 from abeluck/patch-1
eighthave Jan 24, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 4 additions & 7 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="lib" path="libs/gp-bcc-lib.jar"/>
<classpathentry kind="lib" path="libs/jsoup-1.5.2.jar"/>
<classpathentry kind="lib" path="libs/commons-codec.jar"/>
<classpathentry kind="lib" path="libs/guava-r09.jar"/>
<classpathentry kind="lib" path="libs/asmack-android-4.jar"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# auto-generated files from Android builds
bin/
gen/
build.xml
ant.properties
default.properties
local.properties
proguard.cfg
proguard-project.txt
#
assets/chatsecure.properties
releases
docs
doc
.directory
24 changes: 24 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[submodule "external/asmack"]
path = external/asmack
url = https://github.com/guardianproject/asmack.git
[submodule "external/MemorizingTrustManager"]
path = external/MemorizingTrustManager
url = https://github.com/ge0rg/MemorizingTrustManager.git
[submodule "external/SlidingMenu"]
path = external/SlidingMenu
url = https://github.com/jfeinstein10/SlidingMenu.git
[submodule "external/cacheword"]
path = external/cacheword
url = https://github.com/guardianproject/cacheword.git
[submodule "external/AndroidPinning"]
path = external/AndroidPinning
url = https://github.com/moxie0/AndroidPinning.git
[submodule "external/AndroidEmojiInput"]
path = external/AndroidEmojiInput
url = https://github.com/n8fr8/AndroidEmojiInput.git
[submodule "external/ViewPagerIndicator"]
path = external/ViewPagerIndicator
url = https://github.com/JakeWharton/Android-ViewPagerIndicator.git
[submodule "external/bho"]
path = external/bho
url = https://github.com/iamironrabbit/bho
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Gibberbot</name>
<name>ChatSecure</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 2 additions & 0 deletions .settings/org.eclipse.core.runtime.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
line.separator=\n
291 changes: 291 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[main]
host = https://www.transifex.com
lang_map = af_ZA: af-rZA, am_ET: am-rET, ar_AE: ar-rAE, ar_BH: ar-rBH, ar_DZ: ar-rDZ, ar_EG: ar-rEG, ar_IQ: ar-rIQ, ar_JO: ar-rJO, ar_KW: ar-rKW, ar_LB: ar-rLB, ar_LY: ar-rLY, ar_MA: ar-rMA, ar_OM: ar-rOM, ar_QA: ar-rQA, ar_SA: ar-rSA, ar_SY: ar-rSY, ar_TN: ar-rTN, ar_YE: ar-rYE, arn_CL: arn-rCL, as_IN: as-rIN, az_AZ: az-rAZ, ba_RU: ba-rRU, be_BY: be-rBY, bg_BG: bg-rBG, bn_BD: bn-rBD, bn_IN: bn-rIN, bo_CN: bo-rCN, br_FR: br-rFR, bs_BA: bs-rBA, ca_ES: ca-rES, co_FR: co-rFR, cs_CZ: cs-rCZ, cy_GB: cy-rGB, da_DK: da-rDK, de_AT: de-rAT, de_CH: de-rCH, de_DE: de-rDE, de_LI: de-rLI, de_LU: de-rLU, dsb_DE: dsb-rDE, dv_MV: dv-rMV, el_GR: el-rGR, en_AU: en-rAU, en_BZ: en-rBZ, en_CA: en-rCA, en_GB: en-rGB, en_IE: en-rIE, en_IN: en-rIN, en_JM: en-rJM, en_MY: en-rMY, en_NZ: en-rNZ, en_PH: en-rPH, en_SG: en-rSG, en_TT: en-rTT, en_US: en-rUS, en_ZA: en-rZA, en_ZW: en-rZW, es_AR: es-rAR, es_BO: es-rBO, es_CL: es-rCL, es_CO: es-rCO, es_CR: es-rCR, es_DO: es-rDO, es_EC: es-rEC, es_ES: es-rES, es_GT: es-rGT, es_HN: es-rHN, es_MX: es-rMX, es_NI: es-rNI, es_PA: es-rPA, es_PE: es-rPE, es_PR: es-rPR, es_PY: es-rPY, es_SV: es-rSV, es_US: es-rUS, es_UY: es-rUY, es_VE: es-rVE, et_EE: et-rEE, eu_ES: eu-rES, fa_IR: fa-rIR, fi_FI: fi-rFI, fil_PH: fil-rPH, fo_FO: fo-rFO, fr_BE: fr-rBE, fr_CA: fr-rCA, fr_CH: fr-rCH, fr_FR: fr-rFR, fr_LU: fr-rLU, fr_MC: fr-rMC, fy_NL: fy-rNL, ga_IE: ga-rIE, gd_GB: gd-rGB, gl_ES: gl-rES, gsw_FR: gsw-rFR, gu_IN: gu-rIN, ha_NG: ha-rNG, he: iw, he_IL: iw-rIL, hi_IN: hi-rIN, hr_BA: hr-rBA, hr_HR: hr-rHR, hsb_DE: hsb-rDE, hu_HU: hu-rHU, hy_AM: hy-rAM, id: in, id_ID: in-rID, ig_NG: ig-rNG, ii_CN: ii-rCN, is_IS: is-rIS, it_CH: it-rCH, it_IT: it-rIT, iu_CA: iu-rCA, ja_JP: ja-rJP, ka_GE: ka-rGE, kk_KZ: kk-rKZ, kl_GL: kl-rGL, km_KH: km-rKH, kn_IN: kn-rIN, ko_KR: ko-rKR, kok_IN: kok-rIN, ky_KG: ky-rKG, lb_LU: lb-rLU, lo_LA: lo-rLA, lt_LT: lt-rLT, lv_LV: lv-rLV, mi_NZ: mi-rNZ, mk_MK: mk-rMK, ml_IN: ml-rIN, mn_CN: mn-rCN, mn_MN: mn-rMN, moh_CA: moh-rCA, mr_IN: mr-rIN, ms_BN: ms-rBN, ms_MY: ms-rMY, mt_MT: mt-rMT, nb_NO: nb-rNO, ne_NP: ne-rNP, nl_BE: nl-rBE, nl_NL: nl-rNL, nn_NO: nn-rNO, nso_ZA: nso-rZA, oc_FR: oc-rFR, or_IN: or-rIN, pa_IN: pa-rIN, pl_PL: pl-rPL, prs_AF: prs-rAF, ps_AF: ps-rAF, pt_BR: pt-rBR, pt_PT: pt-rPT, qut_GT: qut-rGT, quz_BO: quz-rBO, quz_EC: quz-rEC, quz_PE: quz-rPE, rm_CH: rm-rCH, ro_RO: ro-rRO, ru_RU: ru-rRU, rw_RW: rw-rRW, sa_IN: sa-rIN, sah_RU: sah-rRU, se_FI: se-rFI, se_NO: se-rNO, se_SE: se-rSE, si_LK: si-rLK, sk_SK: sk-rSK, sl_SI: sl-rSI, sma_NO: sma-rNO, sma_SE: sma-rSE, smj_NO: smj-rNO, smj_SE: smj-rSE, smn_FI: smn-rFI, sms_FI: sms-rFI, sq_AL: sq-rAL, sr: sr, sv_FI: sv-rFI, sv_SE: sv-rSE, sw_KE: sw-rKE, syr_SY: syr-rSY, ta_IN: ta-rIN, te_IN: te-rIN, tg_TJ: tg-rTJ, th_TH: th-rTH, tk_TM: tk-rTM, tn_ZA: tn-rZA, tr_TR: tr-rTR, tt_RU: tt-rRU, tzm_DZ: tzm-rDZ, ug_CN: ug-rCN, uk_UA: uk-rUA, ur_PK: ur-rPK, uz_UZ: uz-rUZ, vi_VN: vi-rVN, wo_SN: wo-rSN, xh_ZA: xh-rZA, yo_NG: yo-rNG, zh_CN: zh-rCN, zh_HK: zh-rHK, zh_MO: zh-rMO, zh_SG: zh-rSG, zh_TW: zh-rTW, zu_ZA: zu-rZA

[chatsecureandroid.stringsxml]
file_filter = res/values-<lang>/strings.xml
host = https://www.transifex.com
source_file = res/values/strings.xml
source_lang = en

Loading