├── GLOBAL-PREUPLOAD.cfg ├── README.md ├── Xda ├── default.xml └── snippets ├── hycon.xml ├── lineage.xml └── remove.xml /GLOBAL-PREUPLOAD.cfg: -------------------------------------------------------------------------------- 1 | # Settings in here control defaults for `repo upload` checks for all projects 2 | # listed in the manifest. Do not turn on things here without first consulting 3 | # the wider Android team, and make sure you send out a PSA before landing. 4 | 5 | [Options] 6 | ignore_merged_commits = true 7 | 8 | [Builtin Hooks] 9 | commit_msg_test_field = true 10 | 11 | [Tool Paths] 12 | clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format 13 | git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/git-clang-format 14 | gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt 15 | google-java-format = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format 16 | google-java-format-diff = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format-diff.py 17 | cpplint = ${REPO_ROOT}/external/google-styleguide/cpplint/cpplint.py 18 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Hycon OS # 2 | 3 | 4 | Credits: 5 | ======= 6 | * [**PixelExperience**](https://github.com/PixelExperience) 7 | * [**RevengeOS**](https://github.com/RevengeOS) 8 | * [**AOSP**](https://android.googlesource.com) 9 | * [**LineageOS**](https://github.com/LineageOS) 10 | * [**DirtyUnicorns**](https://github.com/dirtyunicorns) 11 | * [**AospExtended**](https://github.com/AospExtended) 12 | * [**ABC**](https://github.com/ezio84?tab=repositories) 13 | * [**Project-Awaken**](https://github.com/Project-Awaken) 14 | * [**PixelExtended**](https://github.com/PixelExtended) 15 | * [**WaveOS**](https://github.com/Wave-Project) 16 | * [**Evolution-X**](https://github.com/Evolution-X) 17 | 18 | ----------------------------------------------------------------------------- 19 | 20 | ### Getting Started: ### 21 | 22 | To initialize your local repository, use a command like this: 23 | ```bash 24 | repo init -u https://github.com/HyconOS/manifest -b eleven 25 | ``` 26 | 27 | ### Then to sync up: ### 28 | 29 | ```bash 30 | repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags 31 | ``` 32 | ## Setting up your build environment ## 33 | To set up your build environment please follow this guide: [Link](https://raw.githubusercontent.com/nathanchance/Android-Tools/master/Guides/Building_AOSP.txt) 34 | 35 | ### Finally to build: ### 36 | 37 | From root directory of Project, perform following commands in terminal: 38 | ```bash 39 | 40 | # Set up environment 41 | $ . build/envsetup.sh 42 | 43 | # Choose a target 44 | $ lunch aosp_$device-userdebug 45 | 46 | # Build the code 47 | $ mka bacon -jX 48 | ``` 49 | # XDA Template 50 | [![XDA-Template](https://i.postimg.cc/rp82Qf02/XDADevelopers-button.png)](https://raw.githubusercontent.com/HyconOS/manifest/eleven/Xda) 51 | 52 | ### Maintainership ### 53 | If You wish to maintain Hycon OS For your device Officially , apply through our maintainership form 54 | 55 | [![Maintainer-Form](https://img.shields.io/badge/maintainership-form-red?style=for-the-badge&logo=google)](https://forms.gle/ZPv5AwP3A5uABPmY6) 56 | 57 | Contact @Prophecy_Child or @introdructor on telegram for further information. Some things to consider before applying: 58 | 59 | • You must own the device. Blind and untested builds aren't allowed. 60 | 61 | • You must have knowledge of git. 62 | 63 | • You must do one or two unofficial build[Post at XDA], be sure that the build is stable for daily usage before applying. Stability context may differ for different devices, so explain for any exceptions. 64 | 65 | • You must have your device sources public [Modified trees needed]. 66 | 67 | ## Maintaining Authorship ## 68 | Please make sure if you submit a patch/fix from another ROM that you maintain authorship. 69 | This is very important to not only us but to the entire open source community. It's what keeps it going and encourages more developers to contribute their work. 70 | 71 | If you manually cherry pick a patch/fix please add the original author prior to pushing to our Gerrit. 72 | This task is very easy and is usually done after you commit a patch/fix locally. 73 | 74 | i.e - Once you type in "git commit -a" the commit message and you have saved it, type in the following: 75 | 76 | ```bash 77 | git commit --amend --author "Author " 78 | ``` 79 | 80 | So it should look like this once you get all author's information: 81 | 82 | ```bash 83 | git commit --amend --author "Alex Cruz " 84 | ``` 85 | 86 | If you do not want to clone or fetch the repo and the patch is on GitHub, you can easily get the author of the patch by adding `.patch` to the end of the commit URL and copy the contents of the lines after the `From:`. 87 | 88 | For example: https://github.com/DirtyUnicorns/android_manifest/commit/9d44b2e34fd0b6674de79d001010e513ba14e312.patch 89 | 90 | It is also recommended that you keep the date intact as well as it helps other open source users figure out the original version that a patch may have come from. Copy the contents of the date line after the `Date:` then add `--date=""` to the above `git commit --amend` command. 91 | -------------------------------------------------------------------------------- /Xda: -------------------------------------------------------------------------------- 1 | 2 | [CENTER][IMG]https://i.postimg.cc/yYKtVPWM/Hycon.png[/IMG][/CENTER] 3 | 4 | 5 | [CENTER][CODE] 6 | /* 7 | * Your warranty is... still valid? 8 | * 9 | * I am not responsible for bricked devices, dead SD cards, 10 | * thermonuclear war, or you getting fired because the alarm app failed. Please 11 | * do some research if you have any concerns about features included in this ROM 12 | * before flashing it! YOU are choosing to make these modifications, and if 13 | * you point the finger at me for messing up your device, I will laugh at you. 14 | */ 15 | [/CODE][/CENTER] 16 | [CENTER][IMG]https://i.postimg.cc/8CYxNgr4/About-us.png[/IMG][/CENTER] 17 | [CENTER][B]Hycon OS is AOSP Based ROM with many pixel features & Customizations. We always try to improve it's stability and performance for better & smooth, lagfree experience.[/B][/CENTER] 18 | 19 | 20 | [CENTER][IMG]https://i.postimg.cc/jj2BpSCC/Features.png[/IMG][/CENTER] 21 | [CENTER][HIDE][CODE][B]Themes:[/B] 22 | [LIST] 23 | [*]Accent picker 24 | [*]Theme backup 25 | [*]Theme styles 26 | [/LIST] 27 | [B]Notifications:[/B][LIST] 28 | [*]Heads up options 29 | [/LIST] 30 | 31 | [B]Miscellaneous:[/B] 32 | [LIST] 33 | [*]Three Finger Swipe 34 | [*]DT2 Sleep 35 | [*]Signature Spoofing 36 | [*]Sensor block per app package 37 | [*]Dashboard conditions 38 | [*]Dashboard suggestions 39 | [*]Disable device identifier restrictions 40 | [/LIST] 41 | 42 | 43 | [B]Lockscreen:[/B] 44 | [LIST] 45 | [*]Lockscreen charging info 46 | [*]Lockscreen album art 47 | [*]Shortcuts 48 | [*]Lockscreen style 49 | [*]Hide lock icon 50 | [*]DT2sleep 51 | [*]Media Artwork 52 | [/LIST] 53 | 54 | [B]Status Bar[/B] 55 | [LIST] 56 | [*]Battery Icon Style 57 | [*]Battery Percentage 58 | [*]Battery stats 59 | [/LIST] 60 | 61 | [B]Carrier Label[/B] 62 | [LIST] 63 | [*]Custom Carrier Label 64 | [*]Carrier Label Fonts, Size, Colors 65 | [/LIST] 66 | 67 | [B]Clock Customization[/B] 68 | [LIST] 69 | [*]Auto-hide Clock 70 | [*]Clock Style 71 | [*]Icon Manager 72 | [*]Statusbar Icons 73 | [*]Signal Icon Switch 74 | [*]Toast app icon 75 | [*]Bluetooth battery status 76 | [/LIST] 77 | 78 | [B]Quick Settings[/B] 79 | [LIST] 80 | [*]Vibrate on Touch 81 | [*]Tint 82 | [*]Settings icon toggle 83 | [*]Edit icon toggle 84 | [*]QS Blur 85 | [*]Background opacity 86 | [*]QS Layout Customization 87 | [*]Brightness Slider Positions and customization 88 | [/LIST] 89 | 90 | [B]Traffic Indicators[/B] 91 | [LIST] 92 | [*]Traffic Indicator Placement 93 | [*]Activity Layout 94 | [*]Net Type Activity 95 | [*]Net font size customization 96 | [*]Show/Hide arrows toggle 97 | [*]Net activity auto-hide threshold 98 | [/LIST] 99 | 100 | [B]Hardware[/B] 101 | [LIST] 102 | [*]Buttons 103 | [*]Kill app button 104 | [*]Screen off power button torch 105 | [*]Music Control 106 | [*]Volume rocker wake 107 | [/LIST] 108 | 109 | [B]Navigation[/B] 110 | [LIST] 111 | [*]On-Screen nav bar 112 | [*]System Navigation 113 | [*]Full Screen gestures 114 | [*]Left/Right Swipe Action 115 | [/LIST] 116 | 117 | [B]Power Menu[/B] 118 | [LIST] 119 | [*]Restart toggle 120 | [*]Advanced Restart Toggle 121 | [*]Screenshot toggle 122 | [/LIST] 123 | 124 | [B]Display[/B] 125 | [LIST] 126 | [*]Ambient Display 127 | [*]Always on 128 | [*]Custom Options 129 | [*]Batter level on bottom 130 | [*]New notifications toggle 131 | [*]Ambient music ticker 132 | [*]Night Light 133 | [*]Adaptive Brightness 134 | [*]Styles and wallpapers 135 | [*]Display Colors 136 | [*]Screen Savers 137 | [*]Screen rotations 138 | [*]DT2w 139 | [*]Wake on plug 140 | [/LIST] 141 | [/CODE][/HIDE][/CENTER] 142 | 143 | 144 | [CENTER][IMG]https://i.postimg.cc/vTrKr122/Instructions.png[/IMG][/CENTER] 145 | [CENTER]1. First Important Step is to Backup (though depends on you if you wanna be safe or no :P) 146 | 2. Download Hycon Latest ROM Zip 147 | 3. Flash ROM Zip & Vendor (if applicable according to your device manual :P) 148 | 4. Flash any add-ons if you want to like Gapps, Magisk, Etc. 149 | 5. Reboot & enjoy![/CENTER] 150 | 151 | 152 | [CENTER][IMG]https://i.postimg.cc/5ydGQ5gF/Downloads.png[/IMG][/CENTER] 153 | [CENTER][URL="Add Download link Of Rom Here"][B]HYCON OS Version Number[/B][/URL][/CENTER] 154 | 155 | 156 | [CENTER][IMG]https://i.postimg.cc/85r9CXRS/Faq.png[/IMG][/CENTER] 157 | [CENTER][HIDE][CODE]1. Hycon OS is based on? 158 | Ans. Its based on AOSP 159 | 2. Do we need to flash Gapps? 160 | Ans. Depends on your device variant. If your official device support has Vanilla version then you have to flash Gapps according to your choice. 161 | 3. When will be the next update! Any ETAs? 162 | Ans. There will be regular updates as and when the team is ready to push a new update. Kindly do not ask for ETAs. 163 | 4. I need this feature/ I found some bugs! 164 | Ans. Firstly if u find any bug then please check with your add-ons like magisk module, zips, etc u flashed and whether its related or no. Though if your sure that its from rom side then kindly grab a [URL="https://telegra.ph/Logcats-are-important-03-01"]Logcat[/URL] and report us [URL="https://t.me/HyconOSCommunity"]Here[/URL] 165 | Secondly for feature request yes u can request them on the above link.[/CODE][/HIDE][/CENTER] 166 | 167 | 168 | [CENTER][IMG]https://i.postimg.cc/BZHR9yZ5/Our-team.png[/IMG][/CENTER] 169 | [B]Introdructor[/B] - Lead Developer/Maintainer 170 | [B]Madmax[/B] - Lead Developer/Maintainer 171 | 172 | 173 | [CENTER][IMG]https://i.postimg.cc/3xnPfv8P/Credits.png[/IMG][/CENTER] 174 | [CENTER]Pixel Experience 175 | AOSP 176 | LineageOS 177 | MSM Xtended 178 | Evolution X 179 | Derpfest 180 | POSP 181 | And all the other devs/ROMs[/CENTER] 182 | 183 | 184 | [B]You can find our all sources down here:-[/B] 185 | [URL="Add Kernel Source Link Here"]Kernel Source[/URL] 186 | [URL="https://github.com/HyconOS"]Github[/URL] 187 | [URL="https://github.com/Hycon-Devices"]Devices[/URL] 188 | [URL="https://t.me/HyconOSCommunity"]Telegram Group[/URL] 189 | [URL="Enter Device Support Grpup Link Here"]Your Device Support Group[/URL] 190 | 191 | [SIZE=3][B]Hycon OS, for Your Device Name[/B][/SIZE] 192 | 193 | 194 | [B]ROM OS Version:[/B] Android 11 195 | [B]ROM Kernel:[/B] Linux X.X 196 | [B]ROM Firmware Required:[/B] Enter Required Firmware Here 197 | 198 | [B][U]Version Information[/U] 199 | Status:[/B] Beta 200 | [B]Current Beta Version:[/B] Rom Version Number 201 | [B]Beta Release Date:[/B] Enter Date Here 202 | 203 | [B]Created[ /B] Enter Thread Creation Date 204 | [B]Last Updated[/B] Enter Last Thread Updated Date Here 205 | -------------------------------------------------------------------------------- /default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 10 | 11 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550 | 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | 572 | 573 | 574 | 575 | 576 | 577 | 578 | 579 | 580 | 581 | 582 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590 | 591 | 592 | 593 | 594 | 595 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623 | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 631 | 632 | 633 | 634 | 635 | 636 | 637 | 638 | 639 | 640 | 641 | 642 | 643 | 644 | 645 | 646 | 647 | 648 | 649 | 650 | 651 | 652 | 653 | 654 | 655 | 656 | 657 | 658 | 659 | 660 | 661 | 662 | 663 | 664 | 665 | 666 | 667 | 668 | 669 | 670 | 671 | 672 | 673 | 674 | 675 | 676 | 677 | 678 | 679 | 680 | 681 | 682 | 683 | 684 | 685 | 686 | 687 | 688 | 689 | 690 | 691 | 692 | 693 | 694 | 695 | 696 | 697 | 698 | 699 | 700 | 701 | 702 | 703 | 704 | 705 | 706 | 707 | 708 | 709 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 726 | 727 | 728 | 729 | 730 | 731 | 732 | 733 | 734 | 735 | 736 | 737 | 738 | 739 | 740 | 741 | 742 | 743 | 744 | 745 | 746 | 747 | 748 | 749 | 750 | 751 | 752 | 753 | 754 | 755 | 756 | 757 | 758 | 759 | 760 | 761 | 762 | 763 | 764 | 765 | 766 | 767 | 768 | 769 | 770 | 771 | 772 | 773 | 774 | 775 | 776 | 777 | 778 | 779 | 780 | 781 | 782 | 783 | 784 | 785 | 786 | 787 | 788 | 789 | 790 | 791 | 792 | 793 | 794 | 795 | 796 | 797 | 798 | 799 | 800 | 801 | 802 | 803 | 804 | 805 | 806 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 815 | 816 | 817 | 818 | 819 | 820 | 821 | 822 | 823 | 824 | 825 | 826 | 827 | 828 | 829 | 830 | 831 | 832 | 833 | 834 | 835 | 836 | 837 | 838 | 839 | 840 | 841 | 842 | 843 | 844 | 845 | 846 | 847 | 848 | 849 | 850 | 851 | 852 | 853 | -------------------------------------------------------------------------------- /snippets/hycon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 15 | 16 | 19 | 20 | 23 | 24 | 27 | 28 | 31 | 32 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | -------------------------------------------------------------------------------- /snippets/lineage.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /snippets/remove.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | --------------------------------------------------------------------------------