summaryrefslogtreecommitdiffstats
path: root/device_sample
Commit message (Collapse)AuthorAgeFilesLines
* wiki: Remove deprecated channelsrazorloves2020-06-091-1/+0
| | | | | | | * it's no longer used for what it was added * replace with 'device.maintainers == empty', where needed Change-Id: I117ee718d851f07046b48d76ea2f892663c382f2
* wiki: Drop battery[fastcharging] parameterLuK13372020-04-261-1/+1
| | | | | | | | * Barely anyone uses this parameter making it kind of useless unless we decide to update remaining 282 - 5 devices. Change-Id: I9fb835de1b1f55932464e34da988a41d3b27baa6
* wiki: RIP network bandsSean McCreary2020-03-161-4/+1
| | | | | | | | | Networks bands are pain in the ass to list and due to that fact they are often wrong and thus misleading. Condense the list of network bands to the technology standard used for each. Change-Id: Ia98e805571ddd4e412bb81b014d61039b93e823d
* wiki: Make "carrier" an optional field for devicesMichael W2019-08-271-1/+0
| | | | | | | | * The usage is already properly guarded in device_info.md * Just need to remove the required field from the doc and clear all empty lines in _data/devices Change-Id: Ie9c83d317a5d28838d3c702e1533599bbd5fe184
* wiki: Update documentation for 16.0Bruno Martins2019-02-251-2/+2
| | | | Change-Id: I7aaf5d8f0878adf35929e477903ee180c1b0b482
* wiki: Reflect the fact that nightly and monthly builds now existBruno Martins2018-12-021-1/+1
| | | | Change-Id: Ia9c939fc0083f9a3736b6febde8557cf6ff4438d
* wiki: Remove has_recovery_partitionMichael W2018-03-241-1/+0
| | | | | | * Was ported from the old wiki but is unused Change-Id: I878d216a8e280b3ed97220aa1b392c71b28e6c2d
* wiki: Update documentation for LineageOS 15.1Harry Youd2018-02-241-1/+1
| | | | Change-Id: Ic75f1dfd3ae21ece593162592e1370d4f17c68d9
* wiki: Add validation for peripheralsMichael W2018-02-041-1/+1
| | | | | | | | | * Now we have validation we can finally keep the peripherals clean * Allow a common set of peripherals * Make the field required * Fix devices to validate Change-Id: I2a1ac6c0eb7fe41e85b7d9e07b34a70f0c0ba325
* wiki: Validate batteryMichael W2018-01-171-1/+3
| | | | | | | | | | | | * Add a definition for battery data: removable (True/False), capacity [mAh], tech (Li-Ion / Li-Po), fastcharge (True/False) * Require removable and capacity * Allow either an array of "model: data" or just "data" (valid for all models / just one model in the yml) or "None" (devices without battery) * Make battery field required Change-Id: Iac4ecd9b6bcb027a631600d3646f9e05de5102a8
* wiki: Rework architecture to allow different archs for cpu and osMichael W2018-01-131-1/+1
| | | | | | * Because 64 bit cpu can also run 32 bit os in some cases Change-Id: I12e79666bf0f8da671479147465c1c11a6d7fc09
* wiki: Validate a few propertiesMichael W2018-01-101-1/+1
| | | | | | | | | | | | | * Add validation for cpu_cores, cpu_freq, current_branch, image, install_method, kernel, maintainer, name, versions and make all of them required fields * Add validation for custom_unlock_cmd, required_bootloader -> optional fields * Fixup the issues due to wrong formatted fields * Enforce a codename minimum length of 1 (Anything else would exclude OnePlus devices ['1', '2', 'X' ...]) Change-Id: I943241062f571d7e5646c16689af6f0b39348329
* wiki: bluetooth device schema validationMichael Cook2018-01-101-1/+1
| | | | | | | | | | - convert bluetooth to bluetooth.profiles (optional) and bluetooth.spec (required) - display in wiki as bluetooth.spec with bluetooth.profiles - set bluetooth to required in schema - prevent a couple unrelated cases that allowed empty arrays Change-Id: Icaad595a87a26e407e6111d6da9f6ead9858318f
* validate release field of device yamlMichael Cook2018-01-021-1/+1
| | | | | | | | | | | | | - release field can contain either: - an ISO8601 reduced precision date: YYYY-MM-DD or YYYY-MM or YYYY - an array containing model to release mappings - added missing dates and model numbers as needed - removed addendums after release date (i.e.: release country) - all devices now have release date - release field set to required Change-Id: I38c42c1e95d7579061eb973358b902e6e1e1dd59
* wiki: Make adding a device easierMichael W2018-01-023-28/+0
| | | | | | | | | * Instead of having everyone copy and modify the same files, automate it * Added a script which generates the files for build, install and info and copies the sample.yml file to the destination path * Adapt the instructions accordingly Change-Id: I3da4da56d5450c6d5ee70244d85ad3d5f730ccc7
* wiki: Improve download and recovery instructionsMichael W2017-11-201-3/+3
| | | | | | | | | | | | * Use <kbd> tag for keys to make them more visible * Separate keys by using '+' * Improve phrasing * Commonize a few different phrasings which can really be the same * Inspired by https://review.lineageos.org/#/c/188063, thanks to salim-b <salim@posteo.de> for the inspiration Change-Id: I62c3a96235c90435d3e0739765f0b5e364fc35a8
* wiki: Fix peripheral namesMichael W2017-10-291-1/+1
| | | | | | * Slipped through in the first one Change-Id: Ie205e332e969ace601b1fda92a18c1bdca1d99af
* Update LeEco devices, add custom unlock command supportScott Warner2017-05-201-0/+1
| | | | | | | They have fastboot support, but some use a custom unlock command. Also bump x2 from 13.0 to 14.1 Change-Id: I04d8612a58ddadd6e1fd4445706cc31c05b8cb81
* templates: Add note about the bootloader version requirementStricted2017-05-191-0/+1
| | | | | | | | | | | * This should only be used to state the requirement for bootloader unlocking purposes (e.g. OPPO r5) or any rooting / recovery install method it depends on (e.g. LG vs985) * Not to be confused with modem/bootloader asserts, information that is unmaintainable in a wiki Change-Id: I683a04a4a1151fea2e51a43e24a63421272c176f
* wiki: Fix wrong device informationMichael W2017-04-111-6/+5
| | | | | | | * Unmaintained * Wrong formats Change-Id: Icf3032a5c5c5539f115cf6d4af1092307f673c31
* wiki: LineageOS, not Lineage!Michael W2017-03-311-1/+1
| | | | Change-Id: I22ee811a309e2cbfce45fe6e44c4398c343016bd
* wiki: Add device architecure to several pagesMichael W2017-03-261-0/+1
| | | | | | | | * Also fix some incorrect soc numbers * nicki: msm8227 -> msm8960 * f400: msm8975 -> msm8974 Change-Id: I4f5f6c0b5c06d4df32daf3798cbf646ac211abe8
* wiki: update device pages permalinksAlexandre Oliveira2017-03-203-3/+3
| | | | | | | | | Moved to /devices/<device>/<page>, which looks prettier and is user more friendly. Info page is /devices/<device>/ Change-Id: I1f72314a2b032addeb0d93eb6a09b7b5c4fa26fe
* wiki: Refactor network info for device info tableBruno Martins2017-02-141-3/+4
| | | | Change-Id: I1941df4277d2e6d354461ccc6797862f0a7d6689
* wiki: add instructions about adding a new device to the wikiSimon Shields2017-02-024-0/+76
Change-Id: If377ccb65671810d79bf595f1af1d182af03b71a