0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
Wolf-Martell Montwé
0cb1c7037a
Add thunderbird signing config 2024-07-29 11:18:53 +02:00
Wolf-Martell Montwé
c699f2fa66
Change K9-Mail signing to new setup 2024-07-25 12:38:14 +02:00
Wolf-Martell Montwé
74dacc5e03
Change gitignore to reflect current project setup 2024-07-23 14:05:23 +02:00
Wolf-Martell Montwé
4f934eeb27
Bump Kotlin 1.9.24 -> 2.0.0 and switch to the compose compiler plugin 2024-06-14 16:11:28 +02:00
cketti
71dd3aedb1 Add Maestro flow to record screenshots for the user manual (accounts) 2023-03-31 14:25:22 +02:00
cketti
892a15b37c Add Maestro flow to record screenshots for the user manual 2023-03-27 13:50:42 +02:00
Philip Whitehouse
9872f3acf3 Exclude DS_Store 2017-09-02 15:41:06 +01:00
Philip Whitehouse
6cefc83d33 Ignore the captures folder - generated by AndroidStudio 2017-01-29 14:43:20 +01:00
cketti
4792cfa91d Remove old IntelliJ project files
Recent IntelliJ versions support building with Gradle
2014-03-01 05:02:17 +01:00
Joe Steele
ce77a4e48a Update .gitignore
Ignore auto-generated files that result from
"android update lib-project" (which is invoked within "ant debug").

Some of the plugins (library projects) already have their own
.gitignore file which includes the exclusions made here.  This
commit assures that the exclusions are applied to *all* plugins,
regardless.

This, of course, has no effect on files that have already been
intentionally checked into the git repository (such as the main
build.xml).
2013-12-29 18:45:16 -05:00
Andrew Chen
7e9ccf283a Ignore Atlassian config from IntelliJ 2013-07-16 14:55:37 -07:00
cketti
d392fc30b1 More ignoring! 2013-07-03 03:40:40 +02:00
cketti
75ff5baaff Add initial Gradle support 2013-06-28 23:59:08 +02:00
Joe Steele
c40dd196a6 Simplify Eclipse setup.
Create .project files for all the Ecplipse projects
so they will all have project names and can
all be brought into Ecplipse together with a single
'File -> Import -> Android ->
Existing Android Code Into Workspace'.

(Not bothering to remove the .project exclusion from
all .gitignore files.  Once the .project files are
checked in, they will no longer be ignored.)

Modify the top .project file so that Eclipse knows
k9mail's dependence on it plugins, and thus will
build everything in the correct order.

With the latest Android SDK Rev. 22, the top .classpath file
needs modification or else K9 will not run (see parent commit 53fcdd1).
But the initial import of k9mail into Eclipse works more cleanly if the
.classpath file doesn't exist on import, in which case Eclipse creates it
automatically.  So rather than modify the .classpath file, remove it
from git and leave it untracked.

(For an existing Eclipse project, this commit will remove the file from
the working directory.  A corrected version can be restored with:
git checkout 53fcdd1 .classpath
git rm --cached .classpath)

Add .classpath to the top .gitignore, now that no
.classpath files are being tracked (with one exception,
see below).

Create a tests/.classpath so that Java can find the k9mail
project in order to build the k9mail-tests project.
2013-05-31 18:00:45 -04:00
cketti
989afcd42b Update .gitignore 2013-05-06 13:09:45 +02:00
Francis Devereux
c1efeb135c Ignore IntelliJ IDEA .iws files (they are user-specific) 2012-12-11 12:35:41 -08:00
ashley willis
cb715387b5 summary: updated build.xml and tests/build.xml.
build.xml and tests/build.xml:
  updated general format to match what is generated in a new project.
  moved targets common to both to build_common.xml.
  replaced some exec calls (perl, mv) and inline javascript with ant tasks (including extensions from Android and ant-contrib).

build.xml:
  fixed indentation.
  privatized targets that don't need to be called directly from command-line.
  renamed some properties.

tests/build.xml:
  renamed test project from K9 to K9Tests.

tools/ant-contrib.jar:
  new!

.gitignore:
  added note about local per-repo rules.
2012-06-01 15:41:14 -05:00
ashley willis
a0ee0b1561 summary: updated build scripts for testing.
.gitignore:
  added files created by new targets.

build.xml:
  removed targets install and reinstall.
  modified target help to depend on android_rules.help and only explain targets defined here.
  updated target javadoc.
  added targets lint-xml, lint-html, and monkey.
  added private target -pre-clean to remove files created by new targets.

tests/AndroidManifest.xml:
  updated note on running the tests.

tests/ant.properties:
  removed test.runner as target test is now overridden.

tests/build.xml:
  removed target test-report as it is now integrated with overridden target test.
  overrode target test to disable deleting coverage.em and use the new test runner.
  overrode target help to depend on android_rules.help and only explain targets defined here.
  added targets javadoc, lint-xml, lint-html, and artifacts.
  added private target -pre-clean to remove files created by new targets.

tests/clean-tests.sh:
  new sh script to run through all the tests.
2012-05-30 18:02:57 -05:00
Andrew Chen
6415f6344c Add vi archive files to default ignore list. 2011-08-29 12:07:19 -07:00
Fiouz
27e996b5f7 Don't force Eclipse settings on users
Ant target to setup the Eclipse .settings directory with predefined settings
2011-06-10 20:25:40 +02:00
Fiouz
5d85b7a508 Added .gitignore file to prevent adding local.properties, bin/ and gen/ to git tracking
User specific exclusions can be added to .git/info/exclude
2011-06-02 21:17:55 +02:00