2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00
Commit Graph

62 Commits

Author SHA1 Message Date
interfect
b4c7f62ff3
Describe install process and tracker stubs (#231)
* Describe install process and tracker stubs

This should fix #226 and maybe stop #228 from being reported again.

* Give Relan credit for the analytics stubs
2020-10-25 20:34:39 -07:00
Abhijit Valluri
7a3cacf7f1 Merge branch 'mozilla_main' into fork 2020-10-03 01:46:28 +01:00
Michael Comella
01d982d4b2 No issue: add custom lint guide to readme. 2020-10-02 09:41:07 -07:00
Michael Comella
a173749ad8 No issue: document list_compatible_dependency_versions script in README. 2020-10-01 13:34:27 -07:00
Abhijit Valluri
52348a1d7a [skip ci] Update release automation script + update README 2020-09-30 12:47:42 +01:00
Abhijit Kiran Valluri
ae0dbc711b
[skip ci] enable release automation + fix PR template + update readme (#168)
Enabling release automation!! We can now create releases automatically by simply pushing a tag to the repo. Instructions in the README. Updated README to have some emojis that will make some important instructions pop out!

Plus minor fix to the PR template file that creates the boilerplate below.
2020-09-27 19:31:07 +01:00
Abhijit Kiran Valluri
e99a5e441f
Update PR template for our repo + update image for the github bot comment + allow skipping CI (#165)
* Update screenshot for comment with one non-members will see

* Update PR template with instructions suitable for our fork

* Allow users to skip CI checks if necessary
2020-09-27 13:17:05 +01:00
interfect
877d939fbd
De-raven some real weasels (#123)
Fix https://github.com/fork-maintainers/iceraven-browser/issues/111#issuecomment-693857471
2020-09-16 22:08:15 -07:00
interfect
ad68fdcb26
Rebrand README and app strings to Iceraven Browser (#121)
* Rebrand README and app strings to Iceraven Browser

* Update all the README URLs for new repo location
2020-09-16 18:52:07 -07:00
Abhijit Kiran Valluri
df9d8bceae
Create github actions for Continuous Integration! (#116)
* Add github actions workflows

* Add github actions for CI

* Fix lint and detekt errors

* Add caching to the github actions

* Add the workflow statuses to the README

* Give the jobs more descriptive names

* Consolidate github actions workflows to a single workflow

* Give the steps meaningful names, save detekt and lint results
2020-09-16 17:38:49 -07:00
Abhijit Kiran Valluri
8866eb3801
Fix the 5 failing tests (#109)
* Fix all 5 failing tests

* Add Travis CI build status to README file

* Ignore an intermittently failing test, update travis config to not ignore failures
2020-09-14 21:56:49 -07:00
Adam Novak
030f0d5369 Merge remote-tracking branch 'upstream/master' into fork 2020-09-09 20:46:45 -07:00
Asif Youssuff
e5233aaf23
Add Google Play badge to Readme (#14829) 2020-09-08 21:14:19 -07:00
Adam Novak
23ff09fba6 Note in the README that we think we have telemetry out. 2020-09-02 21:58:44 -07:00
Adam Novak
670589aaae Still not sure about the name but we should spell it like the actual animal 2020-09-02 19:42:43 -07:00
Adam Novak
eed80cc75e Give more credit to Mozilla when saying they didn't make our builds 2020-08-30 20:45:58 -07:00
Adam Goldsmith
4e2146fc9e Use sh syntax highlighting in README 2020-08-29 18:42:24 -04:00
Adam Goldsmith
70d13f71fe Fix indentation of bullet list in README 2020-08-29 18:42:05 -04:00
Adam Novak
7af0ca4ff4 Note that we no longer need a forked a-c
Fixes https://github.com/interfect/fenix/issues/24
2020-08-29 15:30:07 -07:00
Adam Novak
a8ad843d94 More README introduction and a link to the downloads 2020-08-27 21:31:20 -07:00
Adam Novak
2bd9679799 Add some build docs and advertise for maintainers 2020-08-27 21:31:20 -07:00
Adam Novak
14f9179ed4 Add a link back to Mozilla's CPG which are pretty good 2020-08-27 21:31:20 -07:00
CharmCityCrab
8d45f65ff3 Update README.md
This changes README.md from referring Firefox to referring to IceWeasel, and adds a little information about the new Iceweasel project.

For now, a lot of the technical details present in the old and upstream versions of this file are missing, because I didn't feel I had enough understanding of the concepts and technical details to edit them for relevance to this project.  My thought is that they could be revised later by someone who understands them better and merged back into this document as part of a future update to the document.  This is in some respects a placeholder and a starting point.
2020-08-27 21:31:20 -07:00
MarcLeclair
929ec541b0
13899 fix formatting issue (#13900)
13899 re worded the performance readme and removed the reference to debuggable builds

13899 fixed some nits
2020-08-19 12:04:49 -04:00
Michael Comella
9b1953ea86 No issue: clean up build variants in README.
I adapted the more concise text from pocmo's email on build variants.
2020-08-06 11:24:55 -07:00
Sebastian Kaspari
c93a29f89a Simplify build variants to just: debug, nightly, beta and release.
Co-authored-by: Johan Lorenzo <jlorenzo@mozilla.com>
2020-08-06 11:52:10 +02:00
liuche
a11277079a
Update README.md (#13150)
We'll be redirecting people from bugzilla, and we've started Fennec rollout, so no time like the present to update references in the readme
2020-07-31 10:54:01 -07:00
Michael Hoye
f692e8f82d Reorganized to highlight the CPG and Bugzilla guidelines 2020-07-28 14:48:54 -07:00
Michael Comella
17cfbc3947
No issue: link to Configure Java guide in README; remove NDK requirement. (#12753)
I don't have the NDK installed but I can build Fenix just fine.
2020-07-20 15:36:21 -07:00
Michael Comella
1202b15b17 No issue: move autosignRelease... to local.properties section of README. 2020-07-10 16:26:40 -07:00
Michael Comella
0df234cf76 For perf-frontend-issues#44: add local property to autosign release builds. 2020-07-10 10:55:32 -07:00
Emily Kager
51cc9aec1e
Adds issue section to readme (#12394) 2020-07-08 18:56:58 -07:00
Emilio Cobos Álvarez
f145fc9691 readme: Note that to build from the CLI ANDROID_SDK_ROOT must be set.
Otherwise locally this fails with:

> Task 'assembleGeckoBetaDebug' not found in project ':app'.
2020-06-24 19:05:57 -07:00
Vishwa Patel
94fb5a7723
No Issue: Update Readme with steps to fix prepush hooks error (#10638)
* Steps to fix prepush hooks error

Updating Readme to include fix to error "Could not initialize class org.codehaus.groovy.runtime.InvokerHelper" which came up while running prepush hooks with Java version 14 on Mac
2020-05-14 16:02:08 -04:00
Emily Kager
b2b89bfab5 Update README.md 2020-05-12 09:20:16 +03:00
Grisha Kruglov
447e71781b Speed-up autoPublication workflows
This change switches to using python scripts directly in a-c and a-s repositories, which achieves two things:
- we avoid overhead of running through a-c and a-s gradle's build phases, which is quite significant
- all of the logic for checking if projects are up-to-date or need to be republished now lives in those projects

End result is that local fenix builds now incur zero costs if there are no changes in a-c or a-s,
and if there are _any_ changes at all, the corresponding project is reliably recompiled and republished.
2020-04-22 14:32:16 -07:00
Michael Comella
862be3e95f No issue: add related Matrix channels to README. 2020-03-20 19:47:38 -07:00
Ryan Kelly
a0f8be25b6 Add support for application-services autoPublish local dev workflow. 2020-03-19 10:51:08 +02:00
Tiger Oakes
2e6ffece0c
Fixes #7895 - Update chat link (#7897) 2020-01-23 13:16:55 -08:00
Michael Comella
bb9ec4dae9 No issue: add notes on perf build variants in README. 2019-12-31 19:37:16 -08:00
Michael Comella
24f1846017 For #6931: Add caveat about slower build times in README. 2019-12-26 10:29:55 -08:00
Michael Comella
2b0ba01ebc For #6931: Change keys to tokens in README. 2019-12-26 10:29:55 -08:00
Michael Comella
4291b3c72b For #6931: Change README forPerformanceTest signingConfig to debug. 2019-12-26 10:29:55 -08:00
Michael Comella
f272a54d59 For #6931: Add Performance Build Variants to README. 2019-12-26 10:29:55 -08:00
Emily Kager
6551f31845 For #6957 - Update Slack invite link (#7072)
* For #6957 - Update Slack invite link

* No issue: Update External Slack Hyperlink
2019-12-10 12:10:16 -08:00
liuche
104e3ad0a3 Closes #4775 - Update README with Severity Triage process (#6311) 2019-10-30 09:55:55 -07:00
Emily Kager
c31adf2e12 Add Slack to readme (#6200) 2019-10-23 13:22:15 -07:00
Mitchell Hentges
a497d2bcd0
Removes legacy nightly automation 2019-10-10 11:13:23 -07:00
Grisha Kruglov
bf5b4fe877 Update README to explain various local.properties helpers 2019-10-07 14:13:33 -07:00
Severin Rudie
a470b1c74c No issue: cleaned up formatting on Build Variants section of readme 2019-09-19 15:08:09 -07:00