Statistics
| Branch: | Tag: | Revision:

iocipher / .gitignore @ master

History | View | Annotate | Download (550 Bytes)

# Date Author Comment
00c957f4 01/18/2017 09:59 am Hans-Christoph Steiner

convert gradle to modern NDK building

https://developer.android.com/studio/projects/add-native-code.html

Before starting, this still requires a manual run of: make -C external

f88b7339 01/16/2017 06:35 pm Hans-Christoph Steiner

ignore Android Studio files

368bafe2 09/18/2015 01:46 pm Hans-Christoph Steiner

generate to AARs: complete "standalone" and only IOCipher

If an app is using SQLCipher-for-Android already, then that app just needs
the IOCipher libs. If the app is not using SQLCipher at all, then the
standalone version includes the required SQLCipher shared libraries.

261f1b0c 09/18/2015 01:38 pm Hans-Christoph Steiner

generate .pom file for maven repos like jCenter and mavenCentral

b8cbe7f8 09/18/2015 01:38 pm Hans-Christoph Steiner

also create standard AAR library format for use with gradle/jcenter/etc

https://sites.google.com/a/android.com/tools/tech-docs/new-build-system/aar-format

39773b71 09/18/2015 01:38 pm Hans-Christoph Steiner

use ASCII .asc signatures since they are de facto in Android/Java

fe988852 09/18/2015 01:38 pm Hans-Christoph Steiner

strip the "v" from the release tags, so its just the number

This makes script with the version number, as returned from `git describe`
a lot easier.

v0.1 --> 0.1
v0.2 --> 0.2
v0.3 --> 0.3

dd57e17a 02/17/2015 06:04 pm Hans-Christoph Steiner

ignore gradle build products

refs https://github.com/guardianproject/IOCipher/pull/6

9bb1c313 09/05/2014 12:27 am Hans-Christoph Steiner

remove proguard from build process, it didn't fix the tests

The tests are not running under Jenkis, proguard was an attempt at fixing it

65f6744d 09/04/2014 05:22 pm Hans-Christoph Steiner

include a gpg .sig in the `ant release` process

74f47630 09/03/2014 02:04 am Hans-Christoph Steiner

ant.properties is no longer needed, android.library=true is enough

4287b8cb 08/22/2014 11:24 pm Hans-Christoph Steiner

attempt to fix tests with proguard tweaks

https://stackoverflow.com/questions/5701126/compile-with-proguard-gives-exception-local-variable-type-mismatch

19c5064c 08/22/2014 11:24 pm Hans-Christoph Steiner

include binary shared libs that are used only for linking against

In order to build the native parts, they need to be linked against openssl
and SQLCipher. For deployments, these libraries are provided elsewhere, so
include binaries in git that are good enough for linking against....

9a44230f 01/25/2013 08:14 pm Abel Luck

Update .gitignore

3e86accf 08/01/2012 06:42 pm Abel Luck

spruce up gitignore

1bbf3ff0 03/27/2012 01:00 am Hans-Christoph Steiner

ignore products of "android create project" or "android update project"

e74fc7d7 03/22/2012 07:12 pm Hans-Christoph Steiner

ignore everything in libs/

cca0bf13 03/22/2012 01:05 am Hans-Christoph Steiner

generate TAGS for easy C/C++ navigation

514b3c01 03/22/2012 01:05 am Hans-Christoph Steiner

ignore libstlport_shared.so

4e38f69b 03/21/2012 08:06 pm Hans-Christoph Steiner

ignore .DS_Store

6dd07437 03/21/2012 08:01 pm Casey Link

add external/libsqlfs-build-stamp to gitignore

ca98220c 03/20/2012 06:38 pm Hans-Christoph Steiner

added skeleton Android project

f6ab6eff 03/20/2012 03:37 am Hans-Christoph Steiner

ndk-build libiocipher from sqlfs.c and sqlite3.c, and linking to libcrypto.so

b5653df8 03/15/2012 07:30 pm Hans-Christoph Steiner

got libsqlfs building as a static library via external/Makefile