Commit graph

388 commits

Author SHA1 Message Date
flawedworld
a15fc11e0d 6th gen Pixels 12L 2022-04-04 15:47:01 -04:00
flawedworld
b63ddfe9bb Ship device eSIM support apps 2022-04-04 15:47:01 -04:00
flawedworld
f8124497c0 Remove android:integer/config_keyChordPowerVolumeUp
Fixes call mute with buttons
2022-04-04 15:47:01 -04:00
flawedworld
d2ed7f81dd Remove config_defaultNightMode 2022-04-04 15:47:01 -04:00
flawedworld
b411a2a14c [temporary] include OTA firmware on 6th generation devices 2022-04-04 15:47:01 -04:00
Daniel Micay
66848d73bf Revert "Ship fs-verity certificates from stock OS"
This reverts commit e135b3393ffe2f6f61b3fd69594efc14de4d8e5e.
2022-04-04 15:47:01 -04:00
flawedworld
290516bedf Ship fs-verity certificates from stock OS 2022-04-04 15:47:01 -04:00
flawedworld
4c48be14b4 Cleanup 2022-04-04 15:47:01 -04:00
flawedworld
7922932aaa Simplify mountimages.bash directories 2022-04-04 15:47:01 -04:00
flawedworld
0cbcc317df Remove UCI daemon 2022-04-04 15:47:01 -04:00
flawedworld
77e5da7466 Add README for external repos folder 2022-04-04 15:47:01 -04:00
flawedworld
92c1c25ec6 [temporary] Add bash script to handle mounting and downloading 2022-04-04 15:47:01 -04:00
flawedworld
1f03dffe48 GrapheneOS configs
Only oriole has been tested
2022-04-04 15:47:01 -04:00
flawedworld
46a82ad50a Remove upstream config folder 2022-04-04 15:47:01 -04:00
flawedworld
701136ca8d Overwrite existing files always during unzip extraction
Otherwise adevtool hangs :(
2022-04-04 15:47:01 -04:00
Danny Lin
95f25fde97 download: Get latest build from last match instead of sorting
This fails for 12L: SP2A.220305.013.A3 < SQ1D.220205.004. Google always
adds builds to the bottom anyway, so just pick the last matched URL.
2022-04-04 15:47:01 -04:00
Danny Lin
4e0a7e1af2 config: pixel: Exclude beta-specific apps 2022-04-04 15:47:01 -04:00
Danny Lin
30158397b3 config: pixel: Re-enable Cast volume adjustment 2022-04-04 15:47:01 -04:00
Danny Lin
b5b62ec4dd build: Fix duplicate generated modules for cross-partition conflicts
The partition check for conflicts fails when we have cross-partition
conflicts, as the same-partition module may also be a conflict.

To fix the issue, keep a separate map of all candidate modules with the
same name and check all of them for duplicate entries, even if some fail
the partition check.
2022-04-04 15:47:01 -04:00
Danny Lin
fd31a7e7cc readme: Document choice of language 2022-04-04 15:47:01 -04:00
Danny Lin
0da043ac53 readme: Add example Pixel outputs 2022-04-04 15:47:01 -04:00
Danny Lin
fdadda91fe docs: Document system source formats 2022-04-04 15:47:01 -04:00
Danny Lin
7fc1a51fe0 docs: commands: Label extract-utils comparison video 2022-04-04 15:47:01 -04:00
Danny Lin
03f89a318d readme: Add speed comparison with LineageOS extract-utils 2022-04-04 15:47:01 -04:00
Danny Lin
da15bcab6b readme: Add asciinema demo video 2022-04-04 15:47:01 -04:00
Danny Lin
4ba1d48544 package: Bump version to 1.0.0 2022-04-04 15:47:01 -04:00
Danny Lin
56c8fcc4e7 config: device: Add type definition for structuredClone 2022-04-04 15:47:01 -04:00
Danny Lin
450808639a license: Update copyright year 2022-04-04 15:47:01 -04:00
Danny Lin
25973c813a generate-all: Generate simple readme 2022-04-04 15:47:01 -04:00
Danny Lin
1bff2abeaf readme: Clarify tagline 2022-04-04 15:47:01 -04:00
Danny Lin
9eefb3b898 docs: pixel-bringup: Add fix-certs 2022-04-04 15:47:01 -04:00
Danny Lin
4fc3d0a302 docs: Document individual commands 2022-04-04 15:47:01 -04:00
Danny Lin
103c33c127 commands: Universal wrapped source for all commands
Not including diff (dual-source) for now
2022-04-04 15:47:01 -04:00
Danny Lin
2c0705f51a commands: Refactor wrapped source code into frontend/ 2022-04-04 15:47:01 -04:00
Danny Lin
4e6a823a93 eslint: Remove AirBnB config 2022-04-04 15:47:01 -04:00
Danny Lin
d82e8b42b2 extract: Use wrapped source 2022-04-04 15:47:01 -04:00
Danny Lin
55a4142ca4 docs: pixel-bringup: Initial bringup guide 2022-04-04 15:47:01 -04:00
Danny Lin
36a1b66934 config: Add example configs with docs 2022-04-04 15:47:01 -04:00
Danny Lin
5c1b146bcc readme: Highlight generated items 2022-04-04 15:47:01 -04:00
Danny Lin
2449ecaf88 Revert "Switch to triple-equals for comparisons"
This reverts commit 3053c87158312e2052cb3a79db15d3914c0e87dc.

We should've done this earlier, but the code is too dependent on == for
null and undefined. Fix it later.

Signed-off-by: Danny Lin <danny@kdrag0n.dev>
2022-04-04 15:47:01 -04:00
Danny Lin
21932f36e3 Switch to triple-equals for comparisons
Triple-equals (===) is still useful with TypeScript.
2022-04-04 15:47:01 -04:00
Danny Lin
5561939d44 yarn: Sync lock 2021-12-25 02:05:26 -08:00
Danny Lin
b46f80935a Apply automatic fixes for eslint issues 2021-12-25 02:05:25 -08:00
Danny Lin
b376b5b277 eslint: Initial config 2021-12-25 02:05:25 -08:00
Danny Lin
1046f51ef7 package: Add eslint and plugins/configs 2021-12-25 02:05:25 -08:00
Danny Lin
dc90c82fe2 package: Update keywords 2021-12-25 02:05:25 -08:00
Danny Lin
5a371055b2 Reformat all code with Prettier 2021-12-25 02:05:23 -08:00
Danny Lin
d694cce8c5 eslint: Remove config
We'll replace this with a new config later.
2021-12-25 01:47:24 -08:00
Danny Lin
d5f7617ac5 prettier: Add initial config 2021-12-25 01:47:05 -08:00
Danny Lin
36459be53a package: Add prettier, remove eslint and mocha 2021-12-25 01:46:48 -08:00