|
474 | 474 | android:host="public-api.wordpress.com" |
475 | 475 | android:pathPattern="/mbar/.*" |
476 | 476 | android:scheme="https" /> |
| 477 | + <data |
| 478 | + android:host="public-api.wordpress.com" |
| 479 | + android:pathPattern="/bar/.*" |
| 480 | + android:scheme="https" /> |
477 | 481 | </intent-filter> |
478 | 482 | </activity> |
479 | 483 |
|
|
581 | 585 | android:pathPattern="/site-monitoring/.*" |
582 | 586 | android:scheme="http" /> |
583 | 587 |
|
| 588 | + <data |
| 589 | + android:host="wordpress.com" |
| 590 | + android:path="/read" |
| 591 | + android:scheme="https" /> |
| 592 | + |
| 593 | + <data |
| 594 | + android:host="wordpress.com" |
| 595 | + android:path="/read" |
| 596 | + android:scheme="http" /> |
| 597 | + |
| 598 | + <data |
| 599 | + android:host="wordpress.com" |
| 600 | + android:path="/discover" |
| 601 | + android:scheme="https" /> |
| 602 | + |
| 603 | + <data |
| 604 | + android:host="wordpress.com" |
| 605 | + android:path="/discover" |
| 606 | + android:scheme="http" /> |
| 607 | + |
| 608 | + <data |
| 609 | + android:host="wordpress.com" |
| 610 | + android:pathPattern="/read/feeds/.*" |
| 611 | + android:scheme="https" /> |
| 612 | + |
| 613 | + <data |
| 614 | + android:host="wordpress.com" |
| 615 | + android:pathPattern="/read/feeds/.*" |
| 616 | + android:scheme="http" /> |
| 617 | + |
| 618 | + <data |
| 619 | + android:host="wordpress.com" |
| 620 | + android:pathPattern="/reader/feeds/.*" |
| 621 | + android:scheme="https" /> |
| 622 | + |
| 623 | + <data |
| 624 | + android:host="wordpress.com" |
| 625 | + android:pathPattern="/reader/feeds/.*" |
| 626 | + android:scheme="http" /> |
| 627 | + |
| 628 | + <data |
| 629 | + android:host="wordpress.com" |
| 630 | + android:path="/read/search" |
| 631 | + android:scheme="https" |
| 632 | + tools:ignore="IntentFilterUniqueDataAttributes" /> |
| 633 | + |
| 634 | + <data |
| 635 | + android:host="wordpress.com" |
| 636 | + android:path="/read/search" |
| 637 | + android:scheme="http" |
| 638 | + tools:ignore="IntentFilterUniqueDataAttributes" /> |
| 639 | + |
| 640 | + <data |
| 641 | + android:host="wordpress.com" |
| 642 | + android:path="/reader/search" |
| 643 | + android:scheme="https" |
| 644 | + tools:ignore="IntentFilterUniqueDataAttributes" /> |
| 645 | + |
| 646 | + <data |
| 647 | + android:host="wordpress.com" |
| 648 | + android:path="/reader/search" |
| 649 | + android:scheme="http" |
| 650 | + tools:ignore="IntentFilterUniqueDataAttributes" /> |
| 651 | + |
| 652 | + <data |
| 653 | + android:host="wordpress.com" |
| 654 | + android:pathPattern="/tag/.*" |
| 655 | + android:scheme="https" |
| 656 | + tools:ignore="IntentFilterUniqueDataAttributes" /> |
| 657 | + |
| 658 | + <data |
| 659 | + android:host="wordpress.com" |
| 660 | + android:pathPattern="/tag/.*" |
| 661 | + android:scheme="http" |
| 662 | + tools:ignore="IntentFilterUniqueDataAttributes" /> |
| 663 | + |
584 | 664 | </intent-filter> |
585 | 665 | </activity-alias> |
586 | 666 |
|
|
612 | 692 | <data |
613 | 693 | android:host="wordpress.com" |
614 | 694 | android:pathPattern="/read/feeds/.*/posts/.*" |
615 | | - android:scheme="https" > |
| 695 | + android:scheme="https" |
| 696 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
616 | 697 | </data> |
617 | 698 |
|
618 | 699 | <data |
619 | 700 | android:host="wordpress.com" |
620 | 701 | android:pathPattern="/read/feeds/.*/posts/.*" |
621 | | - android:scheme="http" > |
| 702 | + android:scheme="http" |
| 703 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
622 | 704 | </data> |
623 | 705 |
|
624 | 706 | <data |
625 | 707 | android:host="wordpress.com" |
626 | 708 | android:pathPattern="/read/blogs/.*/posts/.*" |
627 | | - android:scheme="https" > |
| 709 | + android:scheme="https" |
| 710 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
628 | 711 | </data> |
629 | 712 |
|
630 | 713 | <data |
631 | 714 | android:host="wordpress.com" |
632 | 715 | android:pathPattern="/read/blogs/.*/posts/.*" |
633 | | - android:scheme="http" > |
| 716 | + android:scheme="http" |
| 717 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
634 | 718 | </data> |
635 | 719 |
|
636 | 720 | <data |
637 | 721 | android:host="*.wordpress.com" |
638 | 722 | android:pathPattern="/2.../../../.*" |
639 | | - android:scheme="https" > |
| 723 | + android:scheme="https" |
| 724 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
640 | 725 | </data> |
641 | 726 |
|
642 | 727 | <data |
643 | 728 | android:host="*.wordpress.com" |
644 | 729 | android:pathPattern="/2.../../../.*" |
645 | | - android:scheme="http" > |
| 730 | + android:scheme="http" |
| 731 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
646 | 732 | </data> |
647 | 733 |
|
648 | 734 | <data |
649 | 735 | android:host="*.wordpress.com" |
650 | 736 | android:pathPattern="/19../../../.*" |
651 | | - android:scheme="https" > |
| 737 | + android:scheme="https" |
| 738 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
652 | 739 | </data> |
653 | 740 |
|
654 | 741 | <data |
655 | 742 | android:host="*.wordpress.com" |
656 | 743 | android:pathPattern="/19../../../.*" |
657 | | - android:scheme="http" > |
| 744 | + android:scheme="http" |
| 745 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
658 | 746 | </data> |
659 | 747 |
|
660 | 748 | <data |
661 | 749 | android:host="wordpress.com" |
662 | 750 | android:pathPattern="/reader/feeds/.*/posts/.*" |
663 | | - android:scheme="https" > |
| 751 | + android:scheme="https" |
| 752 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
664 | 753 | </data> |
665 | 754 |
|
666 | 755 | <data |
667 | 756 | android:host="wordpress.com" |
668 | 757 | android:pathPattern="/reader/feeds/.*/posts/.*" |
669 | | - android:scheme="http" > |
| 758 | + android:scheme="http" |
| 759 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
| 760 | + </data> |
| 761 | + |
| 762 | + <data |
| 763 | + android:host="wordpress.com" |
| 764 | + android:pathPattern="/reader/blogs/.*/posts/.*" |
| 765 | + android:scheme="https" |
| 766 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
| 767 | + </data> |
| 768 | + |
| 769 | + <data |
| 770 | + android:host="wordpress.com" |
| 771 | + android:pathPattern="/reader/blogs/.*/posts/.*" |
| 772 | + android:scheme="http" |
| 773 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
| 774 | + </data> |
| 775 | + |
| 776 | + <data |
| 777 | + android:host="www.wordpress.com" |
| 778 | + android:pathPattern="/read/feeds/.*/posts/.*" |
| 779 | + android:scheme="https" |
| 780 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
| 781 | + </data> |
| 782 | + |
| 783 | + <data |
| 784 | + android:host="www.wordpress.com" |
| 785 | + android:pathPattern="/read/feeds/.*/posts/.*" |
| 786 | + android:scheme="http" |
| 787 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
| 788 | + </data> |
| 789 | + |
| 790 | + <data |
| 791 | + android:host="www.wordpress.com" |
| 792 | + android:pathPattern="/read/blogs/.*/posts/.*" |
| 793 | + android:scheme="https" |
| 794 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
| 795 | + </data> |
| 796 | + |
| 797 | + <data |
| 798 | + android:host="www.wordpress.com" |
| 799 | + android:pathPattern="/read/blogs/.*/posts/.*" |
| 800 | + android:scheme="http" |
| 801 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
| 802 | + </data> |
| 803 | + |
| 804 | + <data |
| 805 | + android:host="www.wordpress.com" |
| 806 | + android:pathPattern="/reader/feeds/.*/posts/.*" |
| 807 | + android:scheme="https" |
| 808 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
| 809 | + </data> |
| 810 | + |
| 811 | + <data |
| 812 | + android:host="www.wordpress.com" |
| 813 | + android:pathPattern="/reader/feeds/.*/posts/.*" |
| 814 | + android:scheme="http" |
| 815 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
| 816 | + </data> |
| 817 | + |
| 818 | + <data |
| 819 | + android:host="www.wordpress.com" |
| 820 | + android:pathPattern="/reader/blogs/.*/posts/.*" |
| 821 | + android:scheme="https" |
| 822 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
| 823 | + </data> |
| 824 | + |
| 825 | + <data |
| 826 | + android:host="www.wordpress.com" |
| 827 | + android:pathPattern="/reader/blogs/.*/posts/.*" |
| 828 | + android:scheme="http" |
| 829 | + tools:ignore="IntentFilterUniqueDataAttributes" > |
670 | 830 | </data> |
671 | 831 |
|
672 | 832 | <action android:name="org.wordpress.android.action.VIEW_POST" /> |
|
0 commit comments