Commit Graph

29 Commits

Author SHA1 Message Date
Marcus Hoffmann f9663a5ac6 add gradle.properties file to git
This tells gradle that we are an androidX project now.
2020-07-14 14:10:21 +02:00
Hans-Christoph Steiner 0983a6a0b0 gitlab-ci: nightly builds using `fdroid nightly` 2018-01-04 23:00:55 +01:00
Peter Serwylo 15be01ada9 Ignore UI dumps from Android Studio/DDMS.
These are useful for debugging things like padding/margin issues, but
they get dumped to the source dir by default.
2017-03-26 10:49:55 +11:00
Hans-Christoph Steiner 0e1584f083 ignore gradle.properties
This file is generated by Android Studio whenever I'm using a proxy like
Tor.  Its not used otherwise, and should not be checked into git.
2016-04-05 12:44:01 +02:00
Daniel Martí 714edfb456 Add gradle wrapper 2016-02-15 16:30:40 +00:00
Daniel Martí faecbd03a0 Unify and deduplicate gitignores 2015-09-09 21:24:36 -07:00
Daniel Martí 7bff114602 Re-enable proguard for release builds
It can be disabled for stables if it's not reliable.

Also enabled for debugging so that bugs don't slip into release builds.
2015-08-15 13:56:28 -07:00
Daniel Martí 68ace5af24 Ignore all proguard-project.txt files 2015-04-14 22:35:09 +02:00
Daniel Martí 1845e392d2 Ignore stuff from imported libs 2015-04-01 20:52:48 +02:00
Daniel Martí be2cb0cc43 Ignore generated proguard-project.txt files in libs 2015-03-31 19:20:39 +02:00
Daniel Martí 06dd4c8dcb Move F-Droid project into subdir, keeping a root gradle project
Also improved .gitignore a tad
2014-12-09 15:36:07 +01:00
Peter Serwylo a44ce0e4e7 Rough guess at what ApkDownloader refactor could look like. 2014-05-24 07:20:39 +09:30
Hans-Christoph Steiner 739ecfdea3 commit Eclipse project files to make it easier for others to start
Having the pre-configured Eclipse files in git will make it easier for
other people to work with FDroid in Eclipse, and should not affect anything
else. The key files are .classpath and .project.  The .settings/ folder is
for user-specific settings, so its ignored.
2014-02-14 23:07:49 -05:00
Daniel Martí cf1519f792 Add eclipse files to gitignore 2014-02-14 09:16:18 +01:00
Daniel Martí 9b88a14566 Be more specific in .gitignore 2014-01-04 01:48:21 +01:00
Daniel Martí 2226d5a23a Remove obsolete bits from .gitignore 2014-01-02 13:46:29 +01:00
Daniel Martí 0df1426c8a Slightly more specific gitignore 2013-12-23 13:43:34 +01:00
Daniel Martí 7dfe9eac24 Add basic gradle support 2013-11-27 15:47:13 +01:00
Daniel Martí a76a465cf1 Re-add theming, much better this time 2013-11-03 16:12:22 +01:00
Daniel Martí 80de44ecc6 Add proguard-project.txt 2013-08-19 17:23:25 +02:00
Daniel Martí 61bffdac71 Add project.properties (closes #323) 2013-08-06 16:26:08 +02:00
Peter Serwylo d2c8f0de68 Replace CompatibilityUtils with android.support.v4.MenuItemCompat 2013-04-10 13:04:49 +10:00
Peter Serwylo 7a83557772 Show search/run MenuItems in action bar.
This is only done if the device api version is >= 11, and if there is
room in the action bar. I added the funcitonality in a new class
CompatabilityUtils because there may be other things for which this is
desirable.
2013-04-09 11:22:46 +10:00
Ciaran Gultnieks 86eca58adc Additional gitignore, etc 2012-08-17 16:49:15 +01:00
Ciaran Gultnieks 7eecc18986 Build config file changes 2012-02-21 08:30:40 +00:00
Henrik Tunedal 1b99e0e063 Remove superfluous transactions
SQLiteOpenHelper already wraps onCreate and onUpgrade in a transaction.
2011-02-26 16:54:05 +01:00
Ciaran Gultnieks efcc7c6d8c Show whether an apk is from source or a binary on the apk list 2011-02-21 22:12:00 +00:00
Ciaran Gultnieks 1eb07ede53 Some administrivia to keep Eclipse happy 2010-10-26 17:18:41 +01:00
Ciaran Gultnieks 0b71cb7e73 Initial files 2010-10-19 23:24:04 +01:00