├── .ruby-version ├── Digipost ├── foundmonmed-webfont.ttf ├── foundmonreg-webfont.ttf ├── Images-Prod.xcassets │ ├── Contents.json │ ├── AppIcon-Beta.appiconset │ │ ├── Icon-40.png │ │ ├── Icon-76.png │ │ ├── Digipost_ios.png │ │ ├── Icon-40@2x.png │ │ ├── Icon-40@3x.png │ │ ├── Icon-60@2x.png │ │ ├── Icon-60@3x.png │ │ ├── Icon-76@2x.png │ │ ├── Icon-83.5@2x.png │ │ ├── Icon-Small.png │ │ ├── Icon-Small@2x.png │ │ └── Icon-Small@3x.png │ └── AppIcon.appiconset │ │ ├── 40 - Search.png │ │ ├── 60-iPhone@2x.png │ │ ├── 60-iPhone@3x.png │ │ ├── 76 - iPad 2 .png │ │ ├── Digipost_ios.png │ │ ├── 167-iPadPro@2x.png │ │ ├── 29 - Settings.png │ │ ├── 40 - Search@2x.png │ │ ├── 40 - Search@3x.png │ │ ├── 29 - Settings@2x.png │ │ ├── 29 - Settings@3x.png │ │ ├── 40 - Search@2x-1.png │ │ ├── 76 - iPad 2 @2x.png │ │ └── 29 - Settings@2x-1.png ├── Images-Shared.xcassets │ ├── Contents.json │ ├── Login │ │ ├── Contents.json │ │ ├── nybrukerregistrering.imageset │ │ │ ├── papirfly.png │ │ │ ├── papirfly-1.png │ │ │ ├── papirfly-2.png │ │ │ └── Contents.json │ │ ├── enkel-hengelaas.imageset │ │ │ ├── enkel-hengelaas.png │ │ │ ├── enkel-hengelaas-1.png │ │ │ ├── enkel-hengelaas-2.png │ │ │ └── Contents.json │ │ ├── 1Password.imageset │ │ │ ├── onepassword-navbar-light.png │ │ │ ├── onepassword-navbar-light@2x.png │ │ │ ├── onepassword-navbar-light@3x.png │ │ │ └── Contents.json │ │ ├── dobbel-hengelaas.imageset │ │ │ ├── dobbel-hengelaas.png │ │ │ ├── dobbel-hengelaas-1.png │ │ │ ├── dobbel-hengelaas-2.png │ │ │ └── Contents.json │ │ ├── digipostlogo.imageset │ │ │ ├── Digipost logo RGB stor.png │ │ │ ├── Digipost logo RGB stor-1.png │ │ │ ├── Digipost logo RGB stor-2.png │ │ │ └── Contents.json │ │ ├── login-background-ipad.imageset │ │ │ ├── login-background-ipad@1x.png │ │ │ ├── login-background-ipad@2x.png │ │ │ └── Contents.json │ │ └── login-background-light.imageset │ │ │ ├── login-background-light@2x.jpg │ │ │ ├── login-background-light@3x.jpg │ │ │ └── Contents.json │ ├── Invoice │ │ ├── Contents.json │ │ ├── invoice-bank-sbanken.imageset │ │ │ ├── sbanken.png │ │ │ ├── sbanken_2x.png │ │ │ ├── sbanken_3x.png │ │ │ └── Contents.json │ │ ├── invoice-bank-dnb.imageset │ │ │ ├── invoice-bank-dnb.png │ │ │ ├── invoice-bank-dnb@2x.png │ │ │ ├── invoice-bank-dnb@3x.png │ │ │ └── Contents.json │ │ ├── invoice-bank-klpbanken.imageset │ │ │ ├── invoice-bank-klp.png │ │ │ ├── invoice-bank-klp@2x.png │ │ │ ├── invoice-bank-klp@3x.png │ │ │ └── Contents.json │ │ ├── invoice-bank-sbanken-large.imageset │ │ │ ├── sbanken_stor.png │ │ │ ├── sbanken_stor_2x.png │ │ │ ├── sbanken_stor_3x.png │ │ │ └── Contents.json │ │ ├── invoice-bank-handelsbanken.imageset │ │ │ ├── handelsbanken.png │ │ │ ├── handelsbanken-@2x.png │ │ │ ├── handelsbanken-@3x.png │ │ │ └── Contents.json │ │ ├── invoice-bank-dnb-large.imageset │ │ │ ├── invoice-bank-dnb_large.png │ │ │ ├── invoice-bank-dnb_large@2x.png │ │ │ ├── invoice-bank-dnb_large@3x.png │ │ │ └── Contents.json │ │ ├── invoice-bank-gjensidige.imageset │ │ │ ├── invoice-bank-gjensidige.png │ │ │ ├── invoice-bank-gjensidige@2x.png │ │ │ ├── invoice-bank-gjensidige@3x.png │ │ │ └── Contents.json │ │ ├── invoice-list-icon-unpaid.imageset │ │ │ ├── invoice-list-icon-unpaid.png │ │ │ ├── invoice-list-icon-unpaid@2x.png │ │ │ ├── invoice-list-icon-unpaid@3x.png │ │ │ └── Contents.json │ │ ├── invoice-bank-handelsbanken-large.imageset │ │ │ ├── handelsbanken-large.png │ │ │ ├── handelsbanken-large@2x.png │ │ │ ├── handelsbanken-large@3x.png │ │ │ └── Contents.json │ │ ├── invoice-bank-klpbanken-large.imageset │ │ │ ├── invoice-bank-klp_large.png │ │ │ ├── invoice-bank-klp_large@2x.png │ │ │ ├── invoice-bank-klp_large@3x.png │ │ │ └── Contents.json │ │ ├── invoice-bank-gjensidige-large.imageset │ │ │ ├── invoice-bank-gjensidige_large.png │ │ │ ├── invoice-bank-gjensidige_large@2x.png │ │ │ ├── invoice-bank-gjensidige_large@3x.png │ │ │ └── Contents.json │ │ └── invoice-list-icon-added-to-payments.imageset │ │ │ ├── invoice-list-icon-added-to-payments.png │ │ │ ├── invoice-list-icon-added-to-payments@2x.png │ │ │ ├── invoice-list-icon-added-to-payments@3x.png │ │ │ └── Contents.json │ ├── Appointment │ │ ├── Contents.json │ │ ├── Info.imageset │ │ │ ├── Info.png │ │ │ ├── Info@2x.png │ │ │ ├── Info@3x.png │ │ │ └── Contents.json │ │ ├── Sted.imageset │ │ │ ├── Sted.png │ │ │ ├── Sted@2x.png │ │ │ ├── Sted@3x.png │ │ │ └── Contents.json │ │ ├── Time.imageset │ │ │ ├── Time.png │ │ │ ├── Time@2x.png │ │ │ ├── Time@3x.png │ │ │ └── Contents.json │ │ ├── Kalender.imageset │ │ │ ├── kalender-ikon.png │ │ │ ├── kalender-ikon@2x.png │ │ │ ├── kalender-ikon@3x.png │ │ │ └── Contents.json │ │ ├── EksternLink.imageset │ │ │ ├── ekstern-link-ikon.png │ │ │ ├── ekstern-link-ikon@2x.png │ │ │ ├── ekstern-link-ikon@3x.png │ │ │ └── Contents.json │ │ ├── Kalender-listeikon.imageset │ │ │ ├── kalender-listeikon.png │ │ │ ├── kalender-listeikon@2x.png │ │ │ ├── kalender-listeikon@3x.png │ │ │ └── Contents.json │ │ └── Kalender-lagt-til.imageset │ │ │ ├── lagt-til-kalender-ikon.png │ │ │ ├── lagt-til-kalender-ikon@2x.png │ │ │ ├── lagt-til-kalender-ikon@3x.png │ │ │ └── Contents.json │ ├── Folder Icons │ │ ├── Contents.json │ │ ├── back.imageset │ │ │ ├── Back.pdf │ │ │ └── Contents.json │ │ ├── forwardarrow.imageset │ │ │ ├── Forward.pdf │ │ │ └── Contents.json │ │ ├── list-icon-inbox.imageset │ │ │ ├── Inbox_32.png │ │ │ └── Contents.json │ │ ├── Searchbackground.imageset │ │ │ ├── Søkefelt.png │ │ │ └── Contents.json │ │ ├── list-icon-folder.imageset │ │ │ ├── Inbox_32.png │ │ │ ├── icon-folder.png │ │ │ └── Contents.json │ │ ├── list-icon-logout.imageset │ │ │ ├── Logout_32px.png │ │ │ └── Contents.json │ │ ├── list-icon-receipt.imageset │ │ │ ├── tag_ffffff_16-2.png │ │ │ ├── tag_ffffff_32-2.png │ │ │ └── Contents.json │ │ ├── tom_mappe_breven.imageset │ │ │ ├── tom_mappe_breven.pdf │ │ │ └── Contents.json │ │ ├── list-icon-arrow-white.imageset │ │ │ ├── tableview-arrow.png │ │ │ ├── tableview-arrow@2x.png │ │ │ └── Contents.json │ │ ├── empty-folder-fly.imageset │ │ │ ├── Tom_mappe_flua_vektor.pdf │ │ │ └── Contents.json │ │ └── list-icon-unread-counter.imageset │ │ │ ├── unread-counter.png │ │ │ ├── unread-counter@2x.png │ │ │ └── Contents.json │ ├── Upload menu │ │ ├── Contents.json │ │ ├── From_camera.imageset │ │ │ ├── Camera.pdf │ │ │ └── Contents.json │ │ ├── Upload_small.imageset │ │ │ ├── Upload.pdf │ │ │ └── Contents.json │ │ └── Upload_apps.imageset │ │ │ ├── Upload_apps.pdf │ │ │ └── Contents.json │ ├── New Folder icons │ │ ├── Contents.json │ │ ├── Bonus.imageset │ │ │ ├── Beer.pdf │ │ │ └── Contents.json │ │ ├── Home.imageset │ │ │ ├── Home.pdf │ │ │ └── Contents.json │ │ ├── Paper.imageset │ │ │ ├── File.pdf │ │ │ └── Contents.json │ │ ├── Star.imageset │ │ │ ├── Star.pdf │ │ │ └── Contents.json │ │ ├── Tags.imageset │ │ │ ├── Tags.pdf │ │ │ └── Contents.json │ │ ├── Bonus_32.imageset │ │ │ ├── Beer.pdf │ │ │ └── Contents.json │ │ ├── Box.imageset │ │ │ ├── Archive.pdf │ │ │ └── Contents.json │ │ ├── Camera.imageset │ │ │ ├── Camera.pdf │ │ │ └── Contents.json │ │ ├── Folder.imageset │ │ │ ├── Folder.pdf │ │ │ └── Contents.json │ │ ├── Heart.imageset │ │ │ ├── Heart.pdf │ │ │ └── Contents.json │ │ ├── Home_32.imageset │ │ │ ├── Home.pdf │ │ │ └── Contents.json │ │ ├── Money.imageset │ │ │ ├── Money.pdf │ │ │ └── Contents.json │ │ ├── Money_32.imageset │ │ │ ├── USD.pdf │ │ │ └── Contents.json │ │ ├── Paper_32.imageset │ │ │ ├── File.pdf │ │ │ └── Contents.json │ │ ├── Star_32.imageset │ │ │ ├── Star.pdf │ │ │ └── Contents.json │ │ ├── Tags_32.imageset │ │ │ ├── Tag.pdf │ │ │ └── Contents.json │ │ ├── Trophy.imageset │ │ │ ├── Trophy.pdf │ │ │ └── Contents.json │ │ ├── Box_32.imageset │ │ │ ├── Archive.pdf │ │ │ └── Contents.json │ │ ├── Heart_32.imageset │ │ │ ├── Heart.pdf │ │ │ └── Contents.json │ │ ├── Letter.imageset │ │ │ ├── Envelope.pdf │ │ │ └── Contents.json │ │ ├── Receipt.imageset │ │ │ ├── Receipt.pdf │ │ │ └── Contents.json │ │ ├── Upload.imageset │ │ │ ├── Upload-2.pdf │ │ │ └── Contents.json │ │ ├── Camera_32.imageset │ │ │ ├── Camera.pdf │ │ │ └── Contents.json │ │ ├── Folder_32.imageset │ │ │ ├── Folder.pdf │ │ │ └── Contents.json │ │ ├── Settings.imageset │ │ │ ├── Settings.png │ │ │ └── Contents.json │ │ ├── Suitcase.imageset │ │ │ ├── Suitcase.pdf │ │ │ └── Contents.json │ │ ├── Trophy_32.imageset │ │ │ ├── Trophy.pdf │ │ │ └── Contents.json │ │ ├── Letter_32.imageset │ │ │ ├── Envelope.pdf │ │ │ └── Contents.json │ │ ├── Receipt_32.imageset │ │ │ ├── Receipt-1.pdf │ │ │ └── Contents.json │ │ ├── Suitcase_32.imageset │ │ │ ├── Suitcase.pdf │ │ │ └── Contents.json │ │ ├── Home_active.imageset │ │ │ ├── Home_valgt.pdf │ │ │ └── Contents.json │ │ ├── Paper_active.imageset │ │ │ ├── File_valgt.pdf │ │ │ └── Contents.json │ │ ├── Star_active.imageset │ │ │ ├── Star_valgt.pdf │ │ │ └── Contents.json │ │ ├── Tags_active.imageset │ │ │ ├── Tags_valgt.pdf │ │ │ └── Contents.json │ │ ├── Box_active.imageset │ │ │ ├── Archive_valgt.pdf │ │ │ └── Contents.json │ │ ├── Heart_active.imageset │ │ │ ├── Heart_valgt.pdf │ │ │ └── Contents.json │ │ ├── Money_active.imageset │ │ │ ├── Money_valgt.pdf │ │ │ └── Contents.json │ │ ├── Camera_active.imageset │ │ │ ├── Camera_valgt.pdf │ │ │ └── Contents.json │ │ ├── Folder_active.imageset │ │ │ ├── Folder_valgt.pdf │ │ │ └── Contents.json │ │ ├── Letter_active.imageset │ │ │ ├── Envelope_valgt.pdf │ │ │ └── Contents.json │ │ ├── Trophy_active.imageset │ │ │ ├── Trophy_valgt.pdf │ │ │ └── Contents.json │ │ ├── Suitcase_active.imageset │ │ │ ├── Suitcase_valgt.pdf │ │ │ └── Contents.json │ │ ├── Receipt_active.imageset │ │ │ ├── Receipt_active-1.pdf │ │ │ └── Contents.json │ │ ├── Admin_32.imageset │ │ │ └── Contents.json │ │ ├── Help_32.imageset │ │ │ └── Contents.json │ │ ├── Inbox_32.imageset │ │ │ └── Contents.json │ │ ├── lock_32.imageset │ │ │ └── Contents.json │ │ ├── Account_32.imageset │ │ │ └── Contents.json │ │ ├── Faktura_32.imageset │ │ │ └── Contents.json │ │ ├── Ikons_128px.imageset │ │ │ └── Contents.json │ │ ├── Logout_32.imageset │ │ │ └── Contents.json │ │ └── paperclip_32.imageset │ │ │ └── Contents.json │ ├── Letter action toolbar │ │ ├── Contents.json │ │ ├── More.imageset │ │ │ ├── More.pdf │ │ │ └── Contents.json │ │ ├── Move.imageset │ │ │ ├── Move.pdf │ │ │ └── Contents.json │ │ ├── Delete.imageset │ │ │ ├── Delete.pdf │ │ │ └── Contents.json │ │ ├── Forward.imageset │ │ │ ├── Forward.pdf │ │ │ └── Contents.json │ │ ├── Open_in.imageset │ │ │ ├── Open_in.pdf │ │ │ └── Contents.json │ │ ├── New name.imageset │ │ │ ├── New name.pdf │ │ │ └── Contents.json │ │ ├── Pay_Bill.imageset │ │ │ ├── Pay_Bill.pdf │ │ │ └── Contents.json │ │ └── Toolbar_Info.imageset │ │ │ ├── Info.pdf │ │ │ └── Contents.json │ ├── Feedback.imageset │ │ ├── Feedback.pdf │ │ └── Contents.json │ ├── Composer View │ │ ├── Add.imageset │ │ │ ├── Add.pdf │ │ │ └── Contents.json │ │ ├── Bold.imageset │ │ │ ├── Bold.pdf │ │ │ └── Contents.json │ │ ├── Link.imageset │ │ │ ├── Link.pdf │ │ │ └── Contents.json │ │ ├── left.imageset │ │ │ ├── Left.pdf │ │ │ └── Contents.json │ │ ├── Italic.imageset │ │ │ ├── Italic.pdf │ │ │ └── Contents.json │ │ ├── center.imageset │ │ │ ├── Center.pdf │ │ │ └── Contents.json │ │ ├── right.imageset │ │ │ ├── Right .pdf │ │ │ └── Contents.json │ │ ├── Styling.imageset │ │ │ ├── Styling.pdf │ │ │ └── Contents.json │ │ ├── company.imageset │ │ │ ├── company.png │ │ │ └── Contents.json │ │ ├── checkmark.imageset │ │ │ ├── checkmark.png │ │ │ └── Contents.json │ │ ├── deleteModule.imageset │ │ │ ├── deleteModule@2x.png │ │ │ └── Contents.json │ │ ├── composer arrow.imageset │ │ │ ├── composer arrow.png │ │ │ └── Contents.json │ │ ├── recipient-checkmark.imageset │ │ │ ├── recipient-checkmark.png │ │ │ └── Contents.json │ │ └── close module selector icon.imageset │ │ │ ├── close module selector icon@2x.png │ │ │ ├── close module selector icon@3x.png │ │ │ └── Contents.json │ ├── LaunchImage.launchimage │ │ ├── Default@2x.png │ │ ├── Default-568h@2x.png │ │ ├── Default-iPad-L.png │ │ ├── Default-iPad-P.png │ │ ├── Default-iPad-L@2x.png │ │ └── Default-iPad-P@2x.png │ ├── NewFeatures │ │ ├── newFeatures-phone.imageset │ │ │ ├── phone.png │ │ │ └── Contents.json │ │ └── newFeatures-ipad.imageset │ │ │ ├── ipad@3x.png │ │ │ └── Contents.json │ ├── Document Icons │ │ ├── Lock_icon_big.imageset │ │ │ ├── Lock_icon_big.pdf │ │ │ └── Contents.json │ │ ├── list-icon-arrow-gray.imageset │ │ │ ├── list-arrow.pdf │ │ │ └── Contents.json │ │ ├── Knappen_bakgrunn.imageset │ │ │ ├── Knappen_bakgrunn.pdf │ │ │ └── Contents.json │ │ ├── list-icon-padlock.imageset │ │ │ ├── icon-list-padlock.pdf │ │ │ └── Contents.json │ │ ├── list-icon-attachment.imageset │ │ │ ├── icon_list_attachment.pdf │ │ │ └── Contents.json │ │ ├── list-icon-checkbox-unchecked.imageset │ │ │ ├── edit-checkbox.pdf │ │ │ └── Contents.json │ │ └── list-icon-checkbox-checked.imageset │ │ │ ├── edit-checkbox-checked.pdf │ │ │ └── Contents.json │ ├── Lastopp_norsk_vertikal.imageset │ │ ├── Lastopp_veileder_norsk.pdf │ │ └── Contents.json │ ├── Letter │ │ └── empty-letterview.imageset │ │ │ ├── ipad-emptyletterview.png │ │ │ ├── ipad-emptyletterview@2x.png │ │ │ ├── ipad-emptyletterview@3x.png │ │ │ └── Contents.json │ ├── Navbar Icons │ │ ├── icon-navbar-menu.imageset │ │ │ ├── icon-navbar-menu.png │ │ │ ├── icon-navbar-menu@2x.png │ │ │ └── Contents.json │ │ ├── navbar-icon-info.imageset │ │ │ ├── icon-navbar-info.png │ │ │ ├── icon-navbar-info@2x.png │ │ │ └── Contents.json │ │ ├── icon-navbar-drawer.imageset │ │ │ ├── icon-navbar-drawer.png │ │ │ ├── icon-navbar-drawer@2x.png │ │ │ └── Contents.json │ │ ├── navbar-icon-action.imageset │ │ │ ├── icon-navbar-export.png │ │ │ ├── icon-navbar-export@2x.png │ │ │ └── Contents.json │ │ ├── navbar-icon-posten.imageset │ │ │ ├── logo-posten-navbar-44@1x.png │ │ │ ├── logo-posten-navbar-44@2x.png │ │ │ └── Contents.json │ │ ├── navbar-icon-info-iphone-landscape.imageset │ │ │ ├── icon-navbar-info-landscape.png │ │ │ ├── icon-navbar-info-landscape@2x.png │ │ │ └── Contents.json │ │ ├── navbar-icon-posten-iphone-landscape.imageset │ │ │ ├── logo-posten-navbar-32@2x.png │ │ │ └── Contents.json │ │ └── navbar-icon-action-iphone-landscape.imageset │ │ │ ├── icon-navbar-export-landscape.png │ │ │ ├── icon-navbar-export-landscape@2x.png │ │ │ └── Contents.json │ ├── Account Icons │ │ └── Accountlist arrow.imageset │ │ │ ├── kontoliste-pil@2x.png │ │ │ ├── kontoliste-pil@3x.png │ │ │ └── Contents.json │ ├── Lastopp_engelsk_vertikal.imageset │ │ ├── Lastopp_veileder_english.pdf │ │ └── Contents.json │ ├── Onboarding │ │ ├── background-iphone.imageset │ │ │ ├── background-iphone@2x.png │ │ │ └── Contents.json │ │ ├── background-mask-iphone.imageset │ │ │ ├── background-mask-iphone@2x.png │ │ │ └── Contents.json │ │ └── background-parallax-iphone.imageset │ │ │ ├── background-parallax-iphone@2x.png │ │ │ └── Contents.json │ ├── Veileder_lastopp_horisontalt.imageset │ │ ├── Veileder_lastopp_horisontalt.png │ │ └── Contents.json │ ├── PostenLogo_hvitskygge_iPhone.imageset │ │ ├── PostenLogo_hvitskygge_iPhone@1x.png │ │ ├── PostenLogo_hvitskygge_iPhone@2x.png │ │ ├── PostenLogo_hvitskygge_iPhone@3x.png │ │ └── Contents.json │ ├── Lastopp_veileder_norsk_horisontal.imageset │ │ ├── Lastopp_veileder_norsk_horisontal.pdf │ │ └── Contents.json │ └── Lastopp_veileder_english_horisontal.imageset │ │ ├── Lastopp_veileder_english_horisontal.pdf │ │ └── Contents.json ├── 2-5-1.xcassets │ ├── en-2-5-1_1-ipad.imageset │ │ ├── en-2-5-0_1-ipad@2x.png │ │ ├── en-2-5-0_1-ipad@3x.png │ │ └── Contents.json │ ├── en-2-5-1_2-ipad.imageset │ │ ├── en-2-5-0_2-ipad@2x.png │ │ ├── en-2-5-0_2-ipad@3x.png │ │ └── Contents.json │ ├── en-2-5-1_3-ipad.imageset │ │ ├── en-2-5-0_3-ipad@2x.png │ │ ├── en-2-5-0_3-ipad@3x.png │ │ └── Contents.json │ ├── en-2-5-1_4-ipad.imageset │ │ ├── en-2-5-0_4-ipad@2x.png │ │ ├── en-2-5-0_4-ipad@3x.png │ │ └── Contents.json │ ├── no-2-5-1_1-ipad.imageset │ │ ├── no-2-5-0_1-ipad@2x.png │ │ ├── no-2-5-0_1-ipad@3x.png │ │ └── Contents.json │ ├── no-2-5-1_2-ipad.imageset │ │ ├── no-2-5-0_2-ipad@2x.png │ │ ├── no-2-5-0_2-ipad@3x.png │ │ └── Contents.json │ ├── no-2-5-1_3-ipad.imageset │ │ ├── no-2-5-0_3-ipad@2x.png │ │ ├── no-2-5-0_3-ipad@3x.png │ │ └── Contents.json │ ├── no-2-5-1_4-ipad.imageset │ │ ├── no-2-5-0_4-ipad@2x.png │ │ ├── no-2-5-0_4-ipad@3x.png │ │ └── Contents.json │ ├── en-2-5-1_1-iphone.imageset │ │ ├── en-2-5-0_1-iphone@2x.png │ │ ├── en-2-5-0_1-iphone@3x.png │ │ └── Contents.json │ ├── en-2-5-1_2-iphone.imageset │ │ ├── en-2-5-0_2-iphone@2x.png │ │ ├── en-2-5-0_2-iphone@3x.png │ │ └── Contents.json │ ├── en-2-5-1_3-iphone.imageset │ │ ├── en-2-5-0_3-iphone@2x.png │ │ ├── en-2-5-0_3-iphone@3x.png │ │ └── Contents.json │ ├── en-2-5-1_4-iphone.imageset │ │ ├── en-2-5-0_4-iphone@2x.png │ │ ├── en-2-5-0_4-iphone@3x.png │ │ └── Contents.json │ ├── no-2-5-1_1-iphone.imageset │ │ ├── no-2-5-0_1-iphone@2x.png │ │ ├── no-2-5-0_1-iphone@3x.png │ │ └── Contents.json │ ├── no-2-5-1_2-iphone.imageset │ │ ├── no-2-5-0_2-iphone@2x.png │ │ ├── no-2-5-0_2-iphone@3x.png │ │ └── Contents.json │ ├── no-2-5-1_3-iphone.imageset │ │ ├── no-2-5-0_3-iphone@2x.png │ │ ├── no-2-5-0_3-iphone@3x.png │ │ └── Contents.json │ └── no-2-5-1_4-iphone.imageset │ │ ├── no-2-5-0_4-iphone@2x.png │ │ ├── no-2-5-0_4-iphone@3x.png │ │ └── Contents.json ├── en.lproj │ ├── UnlockHighAuthenticationLevelView.strings │ └── InfoPlist.strings ├── nb.lproj │ ├── UnlockHighAuthenticationLevelView.strings │ └── InfoPlist.strings ├── stylesheet.css ├── Model.xcdatamodeld │ ├── .xccurrentversion │ └── Model.xcdatamodel │ │ └── contents ├── Code39.h ├── Digipost.entitlements ├── Digipost-Prefix.pch ├── DigipostQA.xcconfig ├── SHCSplitViewController.h ├── NSFetchedResultsController+Additions.h ├── UIViewController+Additions.h ├── GCMToken.swift ├── NSString+SHA1String.h ├── UIViewController+BackButton.h ├── GoogleService-Info.plist ├── NSNumber+JsonParsing.h ├── String+Formatting.swift ├── NSURLRequest+QueryParameters.h ├── NSString+CoreDataConvenience.h ├── UIViewController+NeedsReload.h ├── NSString+Hmac.h ├── POSLetterPopoverView.h ├── NSString+RandomNumber.h ├── NSString+Convenience.h ├── POSMetadataObject.swift ├── POSUploadTableViewCell.m ├── vpn.sh ├── SHCDocumentsViewController+NavigationHierarchy.h ├── UIRefreshControl+Additions.h ├── NSNumber+JsonParsing.m ├── UIDevice+Extension.swift ├── APIResponse.swift ├── NSString+CoreDataConvenience.m ├── POSMetadataInfo.swift ├── UIColor+Convenience.h └── POSLetterPopoverTableViewCell.h ├── DigipostModelTests ├── oAuthTokenNoAccessToken.json ├── InvalidOAuthToken.json ├── ValidOAuthTokenHigherSecurity.json ├── ValidOAuthToken.json ├── InvalidTokenDifferingAud.json ├── ValidTokenExpiresSoon.json ├── InvalidTokenDifferingSignature.json └── Info.plist ├── DigipostQA.entitlements ├── bin ├── pod └── sandbox-pod ├── .gitignore ├── GoogleService-Info.plist ├── DigipostUITests └── Info.plist └── Digipost-Test-Dpost Tests └── Info.plist /.ruby-version: -------------------------------------------------------------------------------- 1 | 2.6.0 2 | -------------------------------------------------------------------------------- /Digipost/foundmonmed-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/foundmonmed-webfont.ttf -------------------------------------------------------------------------------- /Digipost/foundmonreg-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/foundmonreg-webfont.ttf -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Upload menu/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Feedback.imageset/Feedback.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Feedback.imageset/Feedback.pdf -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-40.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-76.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/40 - Search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/40 - Search.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/60-iPhone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/60-iPhone@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/60-iPhone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/60-iPhone@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/76 - iPad 2 .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/76 - iPad 2 .png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/Digipost_ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/Digipost_ios.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/167-iPadPro@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/167-iPadPro@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/29 - Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/29 - Settings.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/40 - Search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/40 - Search@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/40 - Search@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/40 - Search@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Info.imageset/Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Info.imageset/Info.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Sted.imageset/Sted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Sted.imageset/Sted.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Time.imageset/Time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Time.imageset/Time.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/Add.imageset/Add.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/Add.imageset/Add.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/back.imageset/Back.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/back.imageset/Back.pdf -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Digipost_ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Digipost_ios.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-40@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-40@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-60@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-60@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-76@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-83.5@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-Small.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/29 - Settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/29 - Settings@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/29 - Settings@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/29 - Settings@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/40 - Search@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/40 - Search@2x-1.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/76 - iPad 2 @2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/76 - iPad 2 @2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Info.imageset/Info@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Info.imageset/Info@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Info.imageset/Info@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Info.imageset/Info@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Sted.imageset/Sted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Sted.imageset/Sted@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Sted.imageset/Sted@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Sted.imageset/Sted@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Time.imageset/Time@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Time.imageset/Time@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Time.imageset/Time@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Time.imageset/Time@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/Bold.imageset/Bold.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/Bold.imageset/Bold.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/Link.imageset/Link.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/Link.imageset/Link.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/left.imageset/Left.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/left.imageset/Left.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_1-ipad.imageset/en-2-5-0_1-ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_1-ipad.imageset/en-2-5-0_1-ipad@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_1-ipad.imageset/en-2-5-0_1-ipad@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_1-ipad.imageset/en-2-5-0_1-ipad@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_2-ipad.imageset/en-2-5-0_2-ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_2-ipad.imageset/en-2-5-0_2-ipad@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_2-ipad.imageset/en-2-5-0_2-ipad@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_2-ipad.imageset/en-2-5-0_2-ipad@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_3-ipad.imageset/en-2-5-0_3-ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_3-ipad.imageset/en-2-5-0_3-ipad@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_3-ipad.imageset/en-2-5-0_3-ipad@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_3-ipad.imageset/en-2-5-0_3-ipad@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_4-ipad.imageset/en-2-5-0_4-ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_4-ipad.imageset/en-2-5-0_4-ipad@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_4-ipad.imageset/en-2-5-0_4-ipad@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_4-ipad.imageset/en-2-5-0_4-ipad@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_1-ipad.imageset/no-2-5-0_1-ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_1-ipad.imageset/no-2-5-0_1-ipad@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_1-ipad.imageset/no-2-5-0_1-ipad@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_1-ipad.imageset/no-2-5-0_1-ipad@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_2-ipad.imageset/no-2-5-0_2-ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_2-ipad.imageset/no-2-5-0_2-ipad@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_2-ipad.imageset/no-2-5-0_2-ipad@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_2-ipad.imageset/no-2-5-0_2-ipad@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_3-ipad.imageset/no-2-5-0_3-ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_3-ipad.imageset/no-2-5-0_3-ipad@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_3-ipad.imageset/no-2-5-0_3-ipad@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_3-ipad.imageset/no-2-5-0_3-ipad@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_4-ipad.imageset/no-2-5-0_4-ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_4-ipad.imageset/no-2-5-0_4-ipad@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_4-ipad.imageset/no-2-5-0_4-ipad@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_4-ipad.imageset/no-2-5-0_4-ipad@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-Small@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-Small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon-Beta.appiconset/Icon-Small@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Prod.xcassets/AppIcon.appiconset/29 - Settings@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Prod.xcassets/AppIcon.appiconset/29 - Settings@2x-1.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/Italic.imageset/Italic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/Italic.imageset/Italic.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/center.imageset/Center.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/center.imageset/Center.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/right.imageset/Right .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/right.imageset/Right .pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Bonus.imageset/Beer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Bonus.imageset/Beer.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Home.imageset/Home.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Home.imageset/Home.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Paper.imageset/File.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Paper.imageset/File.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Star.imageset/Star.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Star.imageset/Star.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Tags.imageset/Tags.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Tags.imageset/Tags.pdf -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_1-iphone.imageset/en-2-5-0_1-iphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_1-iphone.imageset/en-2-5-0_1-iphone@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_1-iphone.imageset/en-2-5-0_1-iphone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_1-iphone.imageset/en-2-5-0_1-iphone@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_2-iphone.imageset/en-2-5-0_2-iphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_2-iphone.imageset/en-2-5-0_2-iphone@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_2-iphone.imageset/en-2-5-0_2-iphone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_2-iphone.imageset/en-2-5-0_2-iphone@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_3-iphone.imageset/en-2-5-0_3-iphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_3-iphone.imageset/en-2-5-0_3-iphone@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_3-iphone.imageset/en-2-5-0_3-iphone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_3-iphone.imageset/en-2-5-0_3-iphone@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_4-iphone.imageset/en-2-5-0_4-iphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_4-iphone.imageset/en-2-5-0_4-iphone@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_4-iphone.imageset/en-2-5-0_4-iphone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/en-2-5-1_4-iphone.imageset/en-2-5-0_4-iphone@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_1-iphone.imageset/no-2-5-0_1-iphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_1-iphone.imageset/no-2-5-0_1-iphone@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_1-iphone.imageset/no-2-5-0_1-iphone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_1-iphone.imageset/no-2-5-0_1-iphone@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_2-iphone.imageset/no-2-5-0_2-iphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_2-iphone.imageset/no-2-5-0_2-iphone@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_2-iphone.imageset/no-2-5-0_2-iphone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_2-iphone.imageset/no-2-5-0_2-iphone@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_3-iphone.imageset/no-2-5-0_3-iphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_3-iphone.imageset/no-2-5-0_3-iphone@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_3-iphone.imageset/no-2-5-0_3-iphone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_3-iphone.imageset/no-2-5-0_3-iphone@3x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_4-iphone.imageset/no-2-5-0_4-iphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_4-iphone.imageset/no-2-5-0_4-iphone@2x.png -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_4-iphone.imageset/no-2-5-0_4-iphone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/2-5-1.xcassets/no-2-5-1_4-iphone.imageset/no-2-5-0_4-iphone@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/Styling.imageset/Styling.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/Styling.imageset/Styling.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/company.imageset/company.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/company.imageset/company.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default-568h@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default-iPad-L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default-iPad-L.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default-iPad-P.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default-iPad-P.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Bonus_32.imageset/Beer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Bonus_32.imageset/Beer.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Box.imageset/Archive.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Box.imageset/Archive.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Camera.imageset/Camera.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Camera.imageset/Camera.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Folder.imageset/Folder.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Folder.imageset/Folder.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Heart.imageset/Heart.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Heart.imageset/Heart.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Home_32.imageset/Home.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Home_32.imageset/Home.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Money.imageset/Money.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Money.imageset/Money.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Money_32.imageset/USD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Money_32.imageset/USD.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Paper_32.imageset/File.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Paper_32.imageset/File.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Star_32.imageset/Star.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Star_32.imageset/Star.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Tags_32.imageset/Tag.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Tags_32.imageset/Tag.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Trophy.imageset/Trophy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Trophy.imageset/Trophy.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Upload menu/From_camera.imageset/Camera.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Upload menu/From_camera.imageset/Camera.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default-iPad-L@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default-iPad-L@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default-iPad-P@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/LaunchImage.launchimage/Default-iPad-P@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/More.imageset/More.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Letter action toolbar/More.imageset/More.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Move.imageset/Move.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Letter action toolbar/Move.imageset/Move.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Box_32.imageset/Archive.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Box_32.imageset/Archive.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Heart_32.imageset/Heart.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Heart_32.imageset/Heart.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Letter.imageset/Envelope.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Letter.imageset/Envelope.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Receipt.imageset/Receipt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Receipt.imageset/Receipt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Upload.imageset/Upload-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Upload.imageset/Upload-2.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Upload menu/Upload_small.imageset/Upload.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Upload menu/Upload_small.imageset/Upload.pdf -------------------------------------------------------------------------------- /Digipost/en.lproj/UnlockHighAuthenticationLevelView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UIButton"; normalTitle = "UNLOCK_BUTTON"; ObjectID = "bhi-kj-NJH"; */ 3 | "bhi-kj-NJH.normalTitle" = "Unlock message"; 4 | -------------------------------------------------------------------------------- /Digipost/nb.lproj/UnlockHighAuthenticationLevelView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UIButton"; normalTitle = "Lås opp brevet"; ObjectID = "bhi-kj-NJH"; */ 3 | "bhi-kj-NJH.normalTitle" = "Lås opp meldingen"; 4 | -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender.imageset/kalender-ikon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Kalender.imageset/kalender-ikon.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/checkmark.imageset/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/checkmark.imageset/checkmark.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/forwardarrow.imageset/Forward.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/forwardarrow.imageset/Forward.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Delete.imageset/Delete.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Letter action toolbar/Delete.imageset/Delete.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/nybrukerregistrering.imageset/papirfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/nybrukerregistrering.imageset/papirfly.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Camera_32.imageset/Camera.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Camera_32.imageset/Camera.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Folder_32.imageset/Folder.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Folder_32.imageset/Folder.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Settings.imageset/Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Settings.imageset/Settings.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Suitcase.imageset/Suitcase.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Suitcase.imageset/Suitcase.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Trophy_32.imageset/Trophy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Trophy_32.imageset/Trophy.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/NewFeatures/newFeatures-phone.imageset/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/NewFeatures/newFeatures-phone.imageset/phone.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Upload menu/Upload_apps.imageset/Upload_apps.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Upload menu/Upload_apps.imageset/Upload_apps.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender.imageset/kalender-ikon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Kalender.imageset/kalender-ikon@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender.imageset/kalender-ikon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Kalender.imageset/kalender-ikon@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-inbox.imageset/Inbox_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/list-icon-inbox.imageset/Inbox_32.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken.imageset/sbanken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken.imageset/sbanken.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Forward.imageset/Forward.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Letter action toolbar/Forward.imageset/Forward.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Open_in.imageset/Open_in.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Letter action toolbar/Open_in.imageset/Open_in.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/enkel-hengelaas.imageset/enkel-hengelaas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/enkel-hengelaas.imageset/enkel-hengelaas.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/nybrukerregistrering.imageset/papirfly-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/nybrukerregistrering.imageset/papirfly-1.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/nybrukerregistrering.imageset/papirfly-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/nybrukerregistrering.imageset/papirfly-2.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Letter_32.imageset/ Envelope.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Letter_32.imageset/ Envelope.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Receipt_32.imageset/Receipt-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Receipt_32.imageset/Receipt-1.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Suitcase_32.imageset/Suitcase.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Suitcase_32.imageset/Suitcase.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/NewFeatures/newFeatures-ipad.imageset/ipad@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/NewFeatures/newFeatures-ipad.imageset/ipad@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/Searchbackground.imageset/Søkefelt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/Searchbackground.imageset/Søkefelt.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-folder.imageset/Inbox_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/list-icon-folder.imageset/Inbox_32.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken.imageset/sbanken_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken.imageset/sbanken_2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken.imageset/sbanken_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken.imageset/sbanken_3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/New name.imageset/New name.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Letter action toolbar/New name.imageset/New name.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Pay_Bill.imageset/Pay_Bill.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Letter action toolbar/Pay_Bill.imageset/Pay_Bill.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Toolbar_Info.imageset/Info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Letter action toolbar/Toolbar_Info.imageset/Info.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/1Password.imageset/onepassword-navbar-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/1Password.imageset/onepassword-navbar-light.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/dobbel-hengelaas.imageset/dobbel-hengelaas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/dobbel-hengelaas.imageset/dobbel-hengelaas.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/enkel-hengelaas.imageset/enkel-hengelaas-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/enkel-hengelaas.imageset/enkel-hengelaas-1.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/enkel-hengelaas.imageset/enkel-hengelaas-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/enkel-hengelaas.imageset/enkel-hengelaas-2.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Home_active.imageset/Home_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Home_active.imageset/Home_valgt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Paper_active.imageset/File_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Paper_active.imageset/File_valgt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Star_active.imageset/Star_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Star_active.imageset/Star_valgt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Tags_active.imageset/Tags_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Tags_active.imageset/Tags_valgt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/EksternLink.imageset/ekstern-link-ikon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/EksternLink.imageset/ekstern-link-ikon.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/deleteModule.imageset/deleteModule@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/deleteModule.imageset/deleteModule@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/Lock_icon_big.imageset/Lock_icon_big.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Document Icons/Lock_icon_big.imageset/Lock_icon_big.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-folder.imageset/icon-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/list-icon-folder.imageset/icon-folder.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-logout.imageset/Logout_32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/list-icon-logout.imageset/Logout_32px.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb.imageset/invoice-bank-dnb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb.imageset/invoice-bank-dnb.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/digipostlogo.imageset/Digipost logo RGB stor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/digipostlogo.imageset/Digipost logo RGB stor.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/dobbel-hengelaas.imageset/dobbel-hengelaas-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/dobbel-hengelaas.imageset/dobbel-hengelaas-1.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/dobbel-hengelaas.imageset/dobbel-hengelaas-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/dobbel-hengelaas.imageset/dobbel-hengelaas-2.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Box_active.imageset/Archive_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Box_active.imageset/Archive_valgt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Heart_active.imageset/Heart_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Heart_active.imageset/Heart_valgt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Money_active.imageset/Money_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Money_active.imageset/Money_valgt.pdf -------------------------------------------------------------------------------- /DigipostModelTests/oAuthTokenNoAccessToken.json: -------------------------------------------------------------------------------- 1 | { 2 | "access_token": null, 3 | "expires_in": 900, 4 | "refresh_token": "26948-YvNlcGm4qv_VWPpwpMaBkovoMqbks7ESgNNd4S3FU7I", 5 | "token_type": "bearer" 6 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/EksternLink.imageset/ekstern-link-ikon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/EksternLink.imageset/ekstern-link-ikon@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/EksternLink.imageset/ekstern-link-ikon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/EksternLink.imageset/ekstern-link-ikon@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/composer arrow.imageset/composer arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/composer arrow.imageset/composer arrow.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb.imageset/invoice-bank-dnb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb.imageset/invoice-bank-dnb@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb.imageset/invoice-bank-dnb@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb.imageset/invoice-bank-dnb@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Lastopp_norsk_vertikal.imageset/Lastopp_veileder_norsk.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Lastopp_norsk_vertikal.imageset/Lastopp_veileder_norsk.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter/empty-letterview.imageset/ipad-emptyletterview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Letter/empty-letterview.imageset/ipad-emptyletterview.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/1Password.imageset/onepassword-navbar-light@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/1Password.imageset/onepassword-navbar-light@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/1Password.imageset/onepassword-navbar-light@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/1Password.imageset/onepassword-navbar-light@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/digipostlogo.imageset/Digipost logo RGB stor-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/digipostlogo.imageset/Digipost logo RGB stor-1.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/digipostlogo.imageset/Digipost logo RGB stor-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/digipostlogo.imageset/Digipost logo RGB stor-2.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Camera_active.imageset/Camera_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Camera_active.imageset/Camera_valgt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Folder_active.imageset/Folder_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Folder_active.imageset/Folder_valgt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Letter_active.imageset/Envelope_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Letter_active.imageset/Envelope_valgt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Trophy_active.imageset/Trophy_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Trophy_active.imageset/Trophy_valgt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/list-icon-arrow-gray.imageset/list-arrow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Document Icons/list-icon-arrow-gray.imageset/list-arrow.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-receipt.imageset/tag_ffffff_16-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/list-icon-receipt.imageset/tag_ffffff_16-2.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-receipt.imageset/tag_ffffff_32-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/list-icon-receipt.imageset/tag_ffffff_32-2.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/tom_mappe_breven.imageset/tom_mappe_breven.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/tom_mappe_breven.imageset/tom_mappe_breven.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken.imageset/invoice-bank-klp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken.imageset/invoice-bank-klp.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken-large.imageset/sbanken_stor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken-large.imageset/sbanken_stor.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter/empty-letterview.imageset/ipad-emptyletterview@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Letter/empty-letterview.imageset/ipad-emptyletterview@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter/empty-letterview.imageset/ipad-emptyletterview@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Letter/empty-letterview.imageset/ipad-emptyletterview@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/icon-navbar-menu.imageset/icon-navbar-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/icon-navbar-menu.imageset/icon-navbar-menu.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-info.imageset/icon-navbar-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-info.imageset/icon-navbar-info.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Suitcase_active.imageset/Suitcase_valgt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Suitcase_active.imageset/Suitcase_valgt.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Account Icons/Accountlist arrow.imageset/kontoliste-pil@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Account Icons/Accountlist arrow.imageset/kontoliste-pil@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Account Icons/Accountlist arrow.imageset/kontoliste-pil@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Account Icons/Accountlist arrow.imageset/kontoliste-pil@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender-listeikon.imageset/kalender-listeikon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Kalender-listeikon.imageset/kalender-listeikon.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/Knappen_bakgrunn.imageset/Knappen_bakgrunn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Document Icons/Knappen_bakgrunn.imageset/Knappen_bakgrunn.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/list-icon-padlock.imageset/icon-list-padlock.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Document Icons/list-icon-padlock.imageset/icon-list-padlock.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-arrow-white.imageset/tableview-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/list-icon-arrow-white.imageset/tableview-arrow.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken.imageset/handelsbanken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken.imageset/handelsbanken.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken.imageset/invoice-bank-klp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken.imageset/invoice-bank-klp@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken.imageset/invoice-bank-klp@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken.imageset/invoice-bank-klp@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken-large.imageset/sbanken_stor_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken-large.imageset/sbanken_stor_2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken-large.imageset/sbanken_stor_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken-large.imageset/sbanken_stor_3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Lastopp_engelsk_vertikal.imageset/Lastopp_veileder_english.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Lastopp_engelsk_vertikal.imageset/Lastopp_veileder_english.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/icon-navbar-drawer.imageset/icon-navbar-drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/icon-navbar-drawer.imageset/icon-navbar-drawer.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/icon-navbar-menu.imageset/icon-navbar-menu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/icon-navbar-menu.imageset/icon-navbar-menu@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-action.imageset/icon-navbar-export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-action.imageset/icon-navbar-export.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-info.imageset/icon-navbar-info@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-info.imageset/icon-navbar-info@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Receipt_active.imageset/Receipt_active-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/New Folder icons/Receipt_active.imageset/Receipt_active-1.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Onboarding/background-iphone.imageset/background-iphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Onboarding/background-iphone.imageset/background-iphone@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender-lagt-til.imageset/lagt-til-kalender-ikon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Kalender-lagt-til.imageset/lagt-til-kalender-ikon.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender-listeikon.imageset/kalender-listeikon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Kalender-listeikon.imageset/kalender-listeikon@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender-listeikon.imageset/kalender-listeikon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Kalender-listeikon.imageset/kalender-listeikon@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/empty-folder-fly.imageset/Tom_mappe_flua_vektor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/empty-folder-fly.imageset/Tom_mappe_flua_vektor.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-unread-counter.imageset/unread-counter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/list-icon-unread-counter.imageset/unread-counter.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken.imageset/handelsbanken-@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken.imageset/handelsbanken-@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken.imageset/handelsbanken-@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken.imageset/handelsbanken-@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/login-background-ipad.imageset/login-background-ipad@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/login-background-ipad.imageset/login-background-ipad@1x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/login-background-ipad.imageset/login-background-ipad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/login-background-ipad.imageset/login-background-ipad@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender-lagt-til.imageset/lagt-til-kalender-ikon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Kalender-lagt-til.imageset/lagt-til-kalender-ikon@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender-lagt-til.imageset/lagt-til-kalender-ikon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Appointment/Kalender-lagt-til.imageset/lagt-til-kalender-ikon@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/recipient-checkmark.imageset/recipient-checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/recipient-checkmark.imageset/recipient-checkmark.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-arrow-white.imageset/tableview-arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/list-icon-arrow-white.imageset/tableview-arrow@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-unread-counter.imageset/unread-counter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Folder Icons/list-icon-unread-counter.imageset/unread-counter@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb-large.imageset/invoice-bank-dnb_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb-large.imageset/invoice-bank-dnb_large.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige.imageset/invoice-bank-gjensidige.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige.imageset/invoice-bank-gjensidige.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/login-background-light.imageset/login-background-light@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/login-background-light.imageset/login-background-light@2x.jpg -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/login-background-light.imageset/login-background-light@3x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Login/login-background-light.imageset/login-background-light@3x.jpg -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/icon-navbar-drawer.imageset/icon-navbar-drawer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/icon-navbar-drawer.imageset/icon-navbar-drawer@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-action.imageset/icon-navbar-export@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-action.imageset/icon-navbar-export@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/list-icon-attachment.imageset/icon_list_attachment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Document Icons/list-icon-attachment.imageset/icon_list_attachment.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/list-icon-checkbox-unchecked.imageset/edit-checkbox.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Document Icons/list-icon-checkbox-unchecked.imageset/edit-checkbox.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb-large.imageset/invoice-bank-dnb_large@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb-large.imageset/invoice-bank-dnb_large@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb-large.imageset/invoice-bank-dnb_large@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb-large.imageset/invoice-bank-dnb_large@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-unpaid.imageset/invoice-list-icon-unpaid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-unpaid.imageset/invoice-list-icon-unpaid.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-posten.imageset/logo-posten-navbar-44@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-posten.imageset/logo-posten-navbar-44@1x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-posten.imageset/logo-posten-navbar-44@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-posten.imageset/logo-posten-navbar-44@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Admin_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Help_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Inbox_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/lock_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Veileder_lastopp_horisontalt.imageset/Veileder_lastopp_horisontalt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Veileder_lastopp_horisontalt.imageset/Veileder_lastopp_horisontalt.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige.imageset/invoice-bank-gjensidige@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige.imageset/invoice-bank-gjensidige@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige.imageset/invoice-bank-gjensidige@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige.imageset/invoice-bank-gjensidige@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken-large.imageset/handelsbanken-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken-large.imageset/handelsbanken-large.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken-large.imageset/invoice-bank-klp_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken-large.imageset/invoice-bank-klp_large.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-unpaid.imageset/invoice-list-icon-unpaid@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-unpaid.imageset/invoice-list-icon-unpaid@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-unpaid.imageset/invoice-list-icon-unpaid@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-unpaid.imageset/invoice-list-icon-unpaid@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Account_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Faktura_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Ikons_128px.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Logout_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/paperclip_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "version" : 1, 9 | "author" : "xcode" 10 | } 11 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Onboarding/background-mask-iphone.imageset/background-mask-iphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Onboarding/background-mask-iphone.imageset/background-mask-iphone@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/PostenLogo_hvitskygge_iPhone.imageset/PostenLogo_hvitskygge_iPhone@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/PostenLogo_hvitskygge_iPhone.imageset/PostenLogo_hvitskygge_iPhone@1x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/PostenLogo_hvitskygge_iPhone.imageset/PostenLogo_hvitskygge_iPhone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/PostenLogo_hvitskygge_iPhone.imageset/PostenLogo_hvitskygge_iPhone@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/PostenLogo_hvitskygge_iPhone.imageset/PostenLogo_hvitskygge_iPhone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/PostenLogo_hvitskygge_iPhone.imageset/PostenLogo_hvitskygge_iPhone@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken-large.imageset/invoice-bank-klp_large@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken-large.imageset/invoice-bank-klp_large@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken-large.imageset/invoice-bank-klp_large@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken-large.imageset/invoice-bank-klp_large@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/list-icon-checkbox-checked.imageset/edit-checkbox-checked.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Document Icons/list-icon-checkbox-checked.imageset/edit-checkbox-checked.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken-large.imageset/handelsbanken-large@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken-large.imageset/handelsbanken-large@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken-large.imageset/handelsbanken-large@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken-large.imageset/handelsbanken-large@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige-large.imageset/invoice-bank-gjensidige_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige-large.imageset/invoice-bank-gjensidige_large.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Lastopp_veileder_norsk_horisontal.imageset/Lastopp_veileder_norsk_horisontal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Lastopp_veileder_norsk_horisontal.imageset/Lastopp_veileder_norsk_horisontal.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Onboarding/background-parallax-iphone.imageset/background-parallax-iphone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Onboarding/background-parallax-iphone.imageset/background-parallax-iphone@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/close module selector icon.imageset/close module selector icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/close module selector icon.imageset/close module selector icon@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/close module selector icon.imageset/close module selector icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Composer View/close module selector icon.imageset/close module selector icon@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Feedback.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Feedback.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige-large.imageset/invoice-bank-gjensidige_large@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige-large.imageset/invoice-bank-gjensidige_large@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige-large.imageset/invoice-bank-gjensidige_large@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige-large.imageset/invoice-bank-gjensidige_large@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/Add.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Add.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/Bold.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Bold.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/Link.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Link.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/left.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Left.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/back.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Back.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Lastopp_veileder_english_horisontal.imageset/Lastopp_veileder_english_horisontal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Lastopp_veileder_english_horisontal.imageset/Lastopp_veileder_english_horisontal.pdf -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/Italic.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Italic.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/Styling.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Styling.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/center.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Center.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/right.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Right .pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-info-iphone-landscape.imageset/icon-navbar-info-landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-info-iphone-landscape.imageset/icon-navbar-info-landscape.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-posten-iphone-landscape.imageset/logo-posten-navbar-32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-posten-iphone-landscape.imageset/logo-posten-navbar-32@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Bonus.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Beer.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Box.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Archive.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Heart.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Heart.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Home.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Home.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Home_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Home.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Money.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Money.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Money_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "USD.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Paper.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "File.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Star.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Star.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Star_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Star.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Tags.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Tags.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Tags_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Tag.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/forwardarrow.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Forward.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/More.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "More.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Move.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Move.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-action-iphone-landscape.imageset/icon-navbar-export-landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-action-iphone-landscape.imageset/icon-navbar-export-landscape.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-info-iphone-landscape.imageset/icon-navbar-info-landscape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-info-iphone-landscape.imageset/icon-navbar-info-landscape@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Bonus_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Beer.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Box_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Archive.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Camera.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Camera.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Camera_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Camera.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Folder.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Folder.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Folder_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Folder.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Heart_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Heart.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Letter.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Envelope.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Paper_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "File.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Receipt.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Receipt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Suitcase.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Suitcase.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Trophy.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Trophy.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Trophy_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Trophy.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Upload.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Upload-2.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Upload menu/From_camera.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Camera.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Upload menu/Upload_small.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Upload.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-added-to-payments.imageset/invoice-list-icon-added-to-payments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-added-to-payments.imageset/invoice-list-icon-added-to-payments.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Delete.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Delete.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Forward.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Forward.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/New name.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "New name.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Open_in.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Open_in.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Pay_Bill.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Pay_Bill.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter action toolbar/Toolbar_Info.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Info.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-action-iphone-landscape.imageset/icon-navbar-export-landscape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-action-iphone-landscape.imageset/icon-navbar-export-landscape@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Home_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Home_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Letter_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : " Envelope.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Receipt_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Receipt-1.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Star_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Star_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Suitcase_32.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Suitcase.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Tags_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Tags_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Upload menu/Upload_apps.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Upload_apps.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/Lock_icon_big.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Lock_icon_big.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-added-to-payments.imageset/invoice-list-icon-added-to-payments@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-added-to-payments.imageset/invoice-list-icon-added-to-payments@2x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-added-to-payments.imageset/invoice-list-icon-added-to-payments@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digipost/ios/HEAD/Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-added-to-payments.imageset/invoice-list-icon-added-to-payments@3x.png -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Camera_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Camera_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Folder_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Folder_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Heart_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Heart_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Money_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Money_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Paper_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "File_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Trophy_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Trophy_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/list-icon-arrow-gray.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "list-arrow.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Lastopp_norsk_vertikal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Lastopp_veileder_norsk.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Letter_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Envelope_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Receipt_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Receipt_active-1.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Suitcase_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Suitcase_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/list-icon-padlock.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon-list-padlock.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/empty-folder-fly.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Tom_mappe_flua_vektor.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/list-icon-attachment.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "icon_list_attachment.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/list-icon-checkbox-unchecked.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "edit-checkbox.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/nb.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | "NSPhotoLibraryUsageDescription"="Digipost trenger tilgang for at du skal kunne laste opp bilder i arkivet ditt."; 3 | "NSCameraUsageDescription" = "Digipost trenger tilgang for at du skal kunne laste opp bilder i arkivet ditt."; 4 | -------------------------------------------------------------------------------- /Digipost/stylesheet.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-size: 10px 3 | } 4 | 5 | div { margin: 2em } 6 | 7 | div h1 { margin-bottom: 1em } 8 | 9 | .align-left { text-align: left } 10 | .align-center { text-align: center } 11 | .align-right { text-align: right } 12 | 13 | .image { 14 | width: 100%; 15 | } 16 | -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Lastopp_veileder_norsk_horisontal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Lastopp_veileder_norsk_horisontal.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Lastopp_veileder_english_horisontal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Lastopp_veileder_english_horisontal.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode" 11 | } 12 | } -------------------------------------------------------------------------------- /Digipost/Model.xcdatamodeld/.xccurrentversion: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | _XCCurrentVersionName 6 | Model v2.3.xcdatamodel 7 | 8 | 9 | -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Box_active.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Archive_valgt.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode", 11 | "template-rendering-intent" : "original" 12 | } 13 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Lastopp_engelsk_vertikal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Lastopp_veileder_english.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode", 11 | "template-rendering-intent" : "original" 12 | } 13 | } -------------------------------------------------------------------------------- /Digipost/Model.xcdatamodeld/Model.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/list-icon-checkbox-checked.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "edit-checkbox-checked.pdf" 6 | } 7 | ], 8 | "info" : { 9 | "version" : 1, 10 | "author" : "xcode", 11 | "template-rendering-intent" : "template" 12 | } 13 | } -------------------------------------------------------------------------------- /DigipostQA.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | aps-environment 6 | development 7 | com.apple.developer.default-data-protection 8 | NSFileProtectionComplete 9 | 10 | 11 | -------------------------------------------------------------------------------- /Digipost/Code39.h: -------------------------------------------------------------------------------- 1 | // 2 | // Code39.h 3 | // Code39Test 4 | // 5 | // Created by Lin Patrick on 10/17/15. 6 | // MIT https://github.com/bclin087/Simple-Code39-generator-for-iOS 7 | 8 | #import 9 | #import 10 | 11 | @interface Code39 : NSObject 12 | 13 | + (UIImage *)code39ImageFromString:(NSString *)strSource Width:(CGFloat)barcodew Height:(CGFloat)barcodeh; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /bin/pod: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | # 3 | # This file was generated by Bundler. 4 | # 5 | # The application 'pod' is installed as part of a gem, and 6 | # this file is here to facilitate running it. 7 | # 8 | 9 | require 'pathname' 10 | ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", 11 | Pathname.new(__FILE__).realpath) 12 | 13 | require 'rubygems' 14 | require 'bundler/setup' 15 | 16 | load Gem.bin_path('cocoapods', 'pod') 17 | -------------------------------------------------------------------------------- /DigipostModelTests/InvalidOAuthToken.json: -------------------------------------------------------------------------------- 1 | { 2 | "expires_in": 900, 3 | "id_token": "Dx13jqAgeoKmpvcpFDt7/Ww+j6vt/V2mgO1NjfrJ99g=.eyJhdWQiOiJkaWdpcG9zdC1vYXV0aC10ZXN0LWFwcCIsICJleHAiOjkwMCwgInVzZXJfaWQiOiIzNGU2ODlhOGVlNjg0MzZmYmJlYzU0N2I3N2M0NzU0ZCIsICJpc3MiOiJodHRwczpcL1wvd3d3LmRpZ2lwb3N0Lm5vXC8iLCAiaWF0IjoxNDE2OTk1Mjc5LCAibm9uY2UiOiJudWxsIn0=", 4 | "refresh_token": "22980-6IvBOuNI0LLXVUjx3xZ2PXFNISMd8CGk4BIVP6vgvh8", 5 | "token_type": "bearer" 6 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/company.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "company.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /DigipostModelTests/ValidOAuthTokenHigherSecurity.json: -------------------------------------------------------------------------------- 1 | { 2 | "access_token": "qaR3SV66lRKgNs5SmNNIACJ_cMccgHKTS9_xlfnHCy4", 3 | "token_type": "bearer", 4 | "id_token": "MAhzAMYHr6FYYxjbrDlejn8gfidXE5Dm1Au4RQPDUtc=.eyJhdWQiOiJkaWdpcG9zdC1vYXV0aC10ZXN0LWFwcCIsICJleHAiOjg5OSwgInVzZXJfaWQiOiJmNTg5ZGY5Mjk1ZmQ0NjFjYWEwNmM2NDkzN2ZlYmEyNiIsICJpc3MiOiJodHRwczpcL1wvd3d3LmRpZ2lwb3N0Lm5vXC8iLCAiaWF0IjoxNDMyNjQ1MDAzLCAibm9uY2UiOiItODgwMjAxNTAzIn0=", 5 | "expires_in": 899 6 | } -------------------------------------------------------------------------------- /bin/sandbox-pod: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | # 3 | # This file was generated by Bundler. 4 | # 5 | # The application 'sandbox-pod' is installed as part of a gem, and 6 | # this file is here to facilitate running it. 7 | # 8 | 9 | require 'pathname' 10 | ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", 11 | Pathname.new(__FILE__).realpath) 12 | 13 | require 'rubygems' 14 | require 'bundler/setup' 15 | 16 | load Gem.bin_path('cocoapods', 'sandbox-pod') 17 | -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/checkmark.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "checkmark.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/New Folder icons/Settings.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Settings.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/NewFeatures/newFeatures-ipad.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x" 10 | }, 11 | { 12 | "idiom" : "universal", 13 | "scale" : "3x", 14 | "filename" : "ipad@3x.png" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/NewFeatures/newFeatures-phone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "phone.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-inbox.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "Inbox_32.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-logout.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "Logout_32px.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/composer arrow.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "composer arrow.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/deleteModule.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "deleteModule@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/tom_mappe_breven.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "tom_mappe_breven.pdf", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | "NSPhotoLibraryUsageDescription" = "Digipost needs access in order to upload pictures to your archive."; 3 | "NSCameraUsageDescription" = "Digipost needs access in order to upload pictures to your archive."; 4 | "NSCalendarsUsageDescription" = "Digipost needs access in order to add events to your calendar"; 5 | "NSRemindersUsageDescription" = "Digipost needs access in order to add events to your calendar"; 6 | -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Onboarding/background-iphone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "background-iphone@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/recipient-checkmark.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "recipient-checkmark.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Onboarding/background-mask-iphone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "background-mask-iphone@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Veileder_lastopp_horisontalt.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "Veileder_lastopp_horisontalt.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Onboarding/background-parallax-iphone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "background-parallax-iphone@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_1-ipad.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "en-2-5-0_1-ipad@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "en-2-5-0_1-ipad@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_2-ipad.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "en-2-5-0_2-ipad@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "en-2-5-0_2-ipad@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_3-ipad.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "en-2-5-0_3-ipad@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "en-2-5-0_3-ipad@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_4-ipad.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "en-2-5-0_4-ipad@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "en-2-5-0_4-ipad@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_1-ipad.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "no-2-5-0_1-ipad@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "no-2-5-0_1-ipad@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_2-ipad.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "no-2-5-0_2-ipad@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "no-2-5-0_2-ipad@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_3-ipad.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "no-2-5-0_3-ipad@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "no-2-5-0_3-ipad@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_4-ipad.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "no-2-5-0_4-ipad@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "no-2-5-0_4-ipad@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-posten-iphone-landscape.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "logo-posten-navbar-32@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-folder.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "icon-folder.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "Inbox_32.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_1-iphone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "en-2-5-0_1-iphone@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "en-2-5-0_1-iphone@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_2-iphone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "en-2-5-0_2-iphone@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "en-2-5-0_2-iphone@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_3-iphone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "en-2-5-0_3-iphone@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "en-2-5-0_3-iphone@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/en-2-5-1_4-iphone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "en-2-5-0_4-iphone@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "en-2-5-0_4-iphone@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_1-iphone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "no-2-5-0_1-iphone@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "no-2-5-0_1-iphone@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_2-iphone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "no-2-5-0_2-iphone@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "no-2-5-0_2-iphone@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_3-iphone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "no-2-5-0_3-iphone@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "no-2-5-0_3-iphone@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/2-5-1.xcassets/no-2-5-1_4-iphone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "no-2-5-0_4-iphone@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "no-2-5-0_4-iphone@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Xcode 2 | .DS_Store 3 | build/ 4 | *.pbxuser 5 | !default.pbxuser 6 | *.mode1v3 7 | !default.mode1v3 8 | *.mode2v3 9 | !default.mode2v3 10 | *.perspectivev3 11 | !default.perspectivev3 12 | *.xcworkspace 13 | *.trace 14 | !default.xcworkspace 15 | xcuserdata 16 | profile 17 | *.moved-aside 18 | DerivedData 19 | .idea/ 20 | Pods 21 | oauth.h 22 | uiauto/results 23 | UI-Test.trace/instrument_data 24 | Podfile.lock 25 | 26 | #Infer 27 | infer-out/ 28 | 29 | #Fastlane 30 | fastlane/ 31 | 32 | #VSCode 33 | .vscode/ -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-receipt.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "tag_ffffff_16-2.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "tag_ffffff_32-2.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /DigipostModelTests/ValidOAuthToken.json: -------------------------------------------------------------------------------- 1 | { 2 | "refresh_token": "2182158-EO5u_tMIuod4w_wWFPJCWnoR7UT6C7d6VKRZIGEgfqs", 3 | "access_token": "qaR3SV66lRKgNs5SmNNIACJ_cMccgHKTS9_xlfnHCy4", 4 | "token_type": "bearer", 5 | "id_token": "MAhzAMYHr6FYYxjbrDlejn8gfidXE5Dm1Au4RQPDUtc=.eyJhdWQiOiJkaWdpcG9zdC1vYXV0aC10ZXN0LWFwcCIsICJleHAiOjg5OSwgInVzZXJfaWQiOiJmNTg5ZGY5Mjk1ZmQ0NjFjYWEwNmM2NDkzN2ZlYmEyNiIsICJpc3MiOiJodHRwczpcL1wvd3d3LmRpZ2lwb3N0Lm5vXC8iLCAiaWF0IjoxNDMyNjQ1MDAzLCAibm9uY2UiOiItODgwMjAxNTAzIn0=", 6 | "expires_in": 899 7 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Account Icons/Accountlist arrow.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "kontoliste-pil@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "kontoliste-pil@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Info.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Info.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "Info@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "Info@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Sted.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Sted.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "Sted@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "Sted@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Time.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Time.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "Time@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "Time@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-arrow-white.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "tableview-arrow.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "tableview-arrow@2x.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/list-icon-unread-counter.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "unread-counter.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "unread-counter@2x.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/icon-navbar-menu.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "icon-navbar-menu.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "icon-navbar-menu@2x.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-info.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "icon-navbar-info.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "icon-navbar-info@2x.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /DigipostModelTests/InvalidTokenDifferingAud.json: -------------------------------------------------------------------------------- 1 | { 2 | "refresh_token": "2182158-EO5u_tMIuod4w_wWFPJCWnoR7UT6C7d6VKRZIGEgfqs", 3 | "access_token": "qaR3SV66lRKgNs5SmNNIACJ_cMccgHKTS9_xlfnHCy4", 4 | "token_type": "bearer", 5 | "id_token": "MAhzAMYHr6FYYxjbrDlejn8gfidXE5Dm1Au4RQPDUtc=.eyJhdWQiOiJkaWdpcG9zdC1vYXV0aC10ZXN0IiwgImV4cCI6ODk5LCAidXNlcl9pZCI6ImY1ODlkZjkyOTVmZDQ2MWNhYTA2YzY0OTM3ZmViYTI2IiwgImlzcyI6Imh0dHBzOlwvXC93d3cuZGlnaXBvc3Qubm9cLyIsICJpYXQiOjE0MzI2NDUwMDMsICJub25jZSI6Ii04ODAyMDE1MDMifQ==", 6 | "expires_in": 899 7 | } -------------------------------------------------------------------------------- /DigipostModelTests/ValidTokenExpiresSoon.json: -------------------------------------------------------------------------------- 1 | { 2 | "refresh_token": "2182158-EO5u_tMIuod4w_wWFPJCWnoR7UT6C7d6VKRZIGEgfqs", 3 | "access_token": "qaR3SV66lRKgNs5SmNNIACJ_cMccgHKTS9_xlfnHCy4", 4 | "token_type": "bearer", 5 | "id_token": "MAhzAMYHr6FYYxjbrDlejn8gfidXE5Dm1Au4RQPDUtc=.eyJhdWQiOiJkaWdpcG9zdC1vYXV0aC10ZXN0LWFwcCIsICJleHAiOjg5OSwgInVzZXJfaWQiOiJmNTg5ZGY5Mjk1ZmQ0NjFjYWEwNmM2NDkzN2ZlYmEyNiIsICJpc3MiOiJodHRwczpcL1wvd3d3LmRpZ2lwb3N0Lm5vXC8iLCAiaWF0IjoxNDMyNjQ1MDAzLCAibm9uY2UiOiItODgwMjAxNTAzIn0=", 6 | "expires_in": 8 7 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/icon-navbar-drawer.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "icon-navbar-drawer.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "icon-navbar-drawer@2x.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-action.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "icon-navbar-export.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "icon-navbar-export@2x.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Digipost.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | aps-environment 6 | development 7 | com.apple.developer.associated-domains 8 | 9 | applinks:www.digipost.no 10 | 11 | com.apple.developer.default-data-protection 12 | NSFileProtectionComplete 13 | 14 | 15 | -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/login-background-ipad.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "login-background-ipad@1x.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "login-background-ipad@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/login-background-light.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "login-background-light@2x.jpg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "filename" : "login-background-light@3x.jpg", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /DigipostModelTests/InvalidTokenDifferingSignature.json: -------------------------------------------------------------------------------- 1 | { 2 | "refresh_token": "2182158-EO5u_tMIuod4w_wWFPJCWnoR7UT6C7d6VKRZIGEgfqs", 3 | "access_token": "qaR3SV66lRKgNs5SmNNIACJ_cMccgHKTS9_xlfnHCy4", 4 | "token_type": "bearer", 5 | "id_token": "MAhzAMYHr6FYYxjbrDlejn8gfidX35Dm1Au4RQPDUtc=.eyJhdWQiOiJkaWdpcG9zdC1vYXV0aC10ZXN0LWFwcCIsICJleHAiOjg5OSwgInVzZXJfaWQiOiJmNTg5ZGY5Mjk1ZmQ0NjFjYWEwNmM2NDkzN2ZlYmEyNiIsICJpc3MiOiJodHRwczpcL1wvd3d3LmRpZ2lwb3N0Lm5vXC8iLCAiaWF0IjoxNDMyNjQ1MDAzLCAibm9uY2UiOiItODgwMjAxNTAzIn0=", 6 | "expires_in": 899 7 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-posten.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "logo-posten-navbar-44@1x.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "logo-posten-navbar-44@2x.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "sbanken.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "sbanken_2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "sbanken_3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/nybrukerregistrering.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "papirfly.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "papirfly-1.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "papirfly-2.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "kalender-ikon.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "kalender-ikon@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "kalender-ikon@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Composer View/close module selector icon.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x", 10 | "filename" : "close module selector icon@2x.png" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x", 15 | "filename" : "close module selector icon@3x.png" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/enkel-hengelaas.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "enkel-hengelaas-2.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "enkel-hengelaas.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "enkel-hengelaas-1.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-info-iphone-landscape.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "icon-navbar-info-landscape.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "icon-navbar-info-landscape@2x.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-sbanken-large.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "sbanken_stor.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "sbanken_stor_2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "sbanken_stor_3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/dobbel-hengelaas.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "dobbel-hengelaas-2.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "dobbel-hengelaas-1.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "dobbel-hengelaas.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Navbar Icons/navbar-icon-action-iphone-landscape.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "icon-navbar-export-landscape.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "icon-navbar-export-landscape@2x.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x" 16 | } 17 | ], 18 | "info" : { 19 | "version" : 1, 20 | "author" : "xcode" 21 | } 22 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/EksternLink.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "ekstern-link-ikon.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "ekstern-link-ikon@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "ekstern-link-ikon@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "invoice-bank-dnb.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "invoice-bank-dnb@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "invoice-bank-dnb@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "handelsbanken.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "handelsbanken-@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "handelsbanken-@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "invoice-bank-klp.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "invoice-bank-klp@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "invoice-bank-klp@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender-listeikon.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "kalender-listeikon.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "kalender-listeikon@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "kalender-listeikon@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Letter/empty-letterview.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "ipad-emptyletterview.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "ipad-emptyletterview@2x.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x", 16 | "filename" : "ipad-emptyletterview@3x.png" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/digipostlogo.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Digipost logo RGB stor.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "Digipost logo RGB stor-1.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "Digipost logo RGB stor-2.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Login/1Password.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "onepassword-navbar-light.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "onepassword-navbar-light@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "onepassword-navbar-light@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Appointment/Kalender-lagt-til.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "lagt-til-kalender-ikon.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "lagt-til-kalender-ikon@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "lagt-til-kalender-ikon@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-dnb-large.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "invoice-bank-dnb_large.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "invoice-bank-dnb_large@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "invoice-bank-dnb_large@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "invoice-bank-gjensidige.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "invoice-bank-gjensidige@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "invoice-bank-gjensidige@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-handelsbanken-large.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "handelsbanken-large.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "handelsbanken-large@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "handelsbanken-large@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-klpbanken-large.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "invoice-bank-klp_large.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "invoice-bank-klp_large@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "invoice-bank-klp_large@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-unpaid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "invoice-list-icon-unpaid.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "invoice-list-icon-unpaid@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "invoice-list-icon-unpaid@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/PostenLogo_hvitskygge_iPhone.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "PostenLogo_hvitskygge_iPhone@1x.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "PostenLogo_hvitskygge_iPhone@2x.png" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "scale" : "3x", 16 | "filename" : "PostenLogo_hvitskygge_iPhone@3x.png" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-bank-gjensidige-large.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "invoice-bank-gjensidige_large.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "invoice-bank-gjensidige_large@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "invoice-bank-gjensidige_large@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Document Icons/Knappen_bakgrunn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "Knappen_bakgrunn.pdf", 6 | "resizing" : { 7 | "mode" : "9-part", 8 | "center" : { 9 | "mode" : "fill", 10 | "width" : 1, 11 | "height" : 1 12 | }, 13 | "capInsets" : { 14 | "bottom" : 9, 15 | "top" : 8, 16 | "right" : 5, 17 | "left" : 5 18 | } 19 | } 20 | } 21 | ], 22 | "info" : { 23 | "version" : 1, 24 | "author" : "xcode" 25 | } 26 | } -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Invoice/invoice-list-icon-added-to-payments.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "invoice-list-icon-added-to-payments.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "invoice-list-icon-added-to-payments@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "invoice-list-icon-added-to-payments@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Digipost/Digipost-Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header 3 | // 4 | // The contents of this file are implicitly included at the beginning of every source file. 5 | // 6 | 7 | #import 8 | 9 | #ifndef __IPHONE_5_0 10 | #warning "This project uses features only available in iOS SDK 5.0 and later." 11 | #endif 12 | 13 | #ifdef __OBJC__ 14 | #import 15 | #import 16 | #endif 17 | 18 | 19 | 20 | /* 21 | * An easier method to write RGB colors 22 | */ 23 | #define RGBA( r, g, b, a ) [UIColor colorWithRed: r/255.0 green: g/255.0 blue: b/255.0 alpha: a] 24 | #define RGB( r, g, b ) RGBA( r, g, b, 1.0f ) -------------------------------------------------------------------------------- /Digipost/Images-Shared.xcassets/Folder Icons/Searchbackground.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "resizing" : { 9 | "mode" : "3-part-horizontal", 10 | "center" : { 11 | "mode" : "fill", 12 | "width" : 1 13 | }, 14 | "capInsets" : { 15 | "right" : 6, 16 | "left" : 6 17 | } 18 | }, 19 | "idiom" : "universal", 20 | "filename" : "Søkefelt.png", 21 | "scale" : "2x" 22 | }, 23 | { 24 | "idiom" : "universal", 25 | "scale" : "3x" 26 | } 27 | ], 28 | "info" : { 29 | "version" : 1, 30 | "author" : "xcode" 31 | } 32 | } -------------------------------------------------------------------------------- /Digipost/DigipostQA.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #include "Shared.xcconfig" 18 | 19 | SERVER_URI = \@\"https:\/\/www.qa.digipost.no\" 20 | -------------------------------------------------------------------------------- /Digipost/SHCSplitViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface SHCSplitViewController : UISplitViewController 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Digipost/NSFetchedResultsController+Additions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface NSFetchedResultsController (Additions) 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Digipost/UIViewController+Additions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface UIViewController (Additions) 20 | 21 | - (void)updateNavbar; 22 | @end 23 | -------------------------------------------------------------------------------- /Digipost/GCMToken.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | @objc(GCMToken) 18 | class GCMToken : NSManagedObject { 19 | @NSManaged var date: Date 20 | @NSManaged var token: String 21 | } 22 | -------------------------------------------------------------------------------- /Digipost/NSString+SHA1String.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface NSString (SHA1String) 20 | 21 | - (NSString *)SHA1String; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Digipost/UIViewController+BackButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface UIViewController (BackButton) 20 | 21 | - (BOOL)pos_hasBackButton; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /GoogleService-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | GCM_SENDER_ID 6 | 184070946914 7 | PLIST_VERSION 8 | 1 9 | BUNDLE_ID 10 | no.posten.Digipost.qa 11 | PROJECT_ID 12 | cloud-messaging-digipost-test 13 | IS_ADS_ENABLED 14 | 15 | IS_ANALYTICS_ENABLED 16 | 17 | IS_APPINVITE_ENABLED 18 | 19 | IS_GCM_ENABLED 20 | 21 | IS_SIGNIN_ENABLED 22 | 23 | GOOGLE_APP_ID 24 | 1:184070946914:ios:7f7d66500141aac7 25 | 26 | 27 | -------------------------------------------------------------------------------- /Digipost/GoogleService-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | GCM_SENDER_ID 6 | 1079051739965 7 | PLIST_VERSION 8 | 1 9 | BUNDLE_ID 10 | no.posten.Digipost 11 | PROJECT_ID 12 | cloud-messaging-digipost 13 | IS_ADS_ENABLED 14 | 15 | IS_ANALYTICS_ENABLED 16 | 17 | IS_APPINVITE_ENABLED 18 | 19 | IS_GCM_ENABLED 20 | 21 | IS_SIGNIN_ENABLED 22 | 23 | GOOGLE_APP_ID 24 | 1:1079051739965:ios:edb64bb51fdb8595 25 | 26 | 27 | -------------------------------------------------------------------------------- /Digipost/NSNumber+JsonParsing.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface NSNumber (JsonParsing) 20 | 21 | + (NSNumber *)nilOrValueForValue:(id)value; 22 | @end 23 | -------------------------------------------------------------------------------- /Digipost/String+Formatting.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | extension String { 18 | func removeWhitespaces() -> String { 19 | return components(separatedBy: .whitespaces).joined() 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Digipost/NSURLRequest+QueryParameters.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface NSURLRequest (QueryParameters) 20 | 21 | - (NSDictionary *)queryParameters; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Digipost/NSString+CoreDataConvenience.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface NSString (CoreDataConvenience) 20 | + (NSString *)nilOrValueForValue:(id)value; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Digipost/UIViewController+NeedsReload.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface UIViewController (NeedsReload) 20 | 21 | @property (assign, nonatomic) BOOL needsReload; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Digipost/NSString+Hmac.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface NSString (Hmac) 20 | 21 | + (NSString *)pos_base64HmacSha256:(NSString *)data secret:(NSString *)key; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /DigipostModelTests/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en-US 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | BNDL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1 23 | 24 | 25 | -------------------------------------------------------------------------------- /Digipost/POSLetterPopoverView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface POSLetterPopoverView : UIView 20 | @property (weak, nonatomic) IBOutlet NSLayoutConstraint *popoverViewHeightConstraint; 21 | @end 22 | -------------------------------------------------------------------------------- /DigipostUITests/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | no.digipost.$(PRODUCT_NAME:rfc1034identifier) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | BNDL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1 23 | 24 | 25 | -------------------------------------------------------------------------------- /Digipost/NSString+RandomNumber.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface NSString (RandomNumber) 20 | 21 | + (NSString *)randomNumberString; 22 | + (NSString *)secureRandomString; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Digipost-Test-Dpost Tests/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | no.Digipost.$(PRODUCT_NAME:rfc1034identifier) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | BNDL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1 23 | 24 | 25 | -------------------------------------------------------------------------------- /Digipost/NSString+Convenience.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface NSString (Convenience) 20 | 21 | +(NSString*)stringByAddingSpace:(NSString*)stringToAddSpace atIndex:(NSInteger)index; 22 | @end 23 | -------------------------------------------------------------------------------- /Digipost/POSMetadataObject.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | import Foundation 18 | 19 | @objc class POSMetadataObject : NSObject{ 20 | var type : String = "" 21 | 22 | init(type:String){ 23 | self.type = type 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /Digipost/POSUploadTableViewCell.m: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import "POSUploadTableViewCell.h" 18 | 19 | NSString *const kUploadTableViewCellIdentifier = @"UploadCellIdentifier"; 20 | 21 | @implementation POSUploadTableViewCell 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Digipost/vpn.sh: -------------------------------------------------------------------------------- 1 | # LOGIN digipost VPN 2 | 3 | # change these variables for your setup 4 | 5 | keychainItem=digipostVPN # this name has to match "Account" in keychain 6 | VPNName="VPN (Cisco IPSec)" # match the name of the VPN service to run 7 | 8 | get_pw () { 9 | security 2>&1 >/dev/null find-generic-password -ga $keychainItem \ 10 | |ruby -e 'print $1 if STDIN.gets =~ /^password: "(.*)"$/' 11 | } 12 | 13 | echo "fetching VPN credentials from keychain account \"$keychainItem\"" 14 | echo "Using VPN service: $VPNName" 15 | 16 | scutil --nc stop "$VPNName" 17 | 18 | scutil --nc start "$VPNName" 19 | 20 | osascript -e "if application \"scutil\" is running then" 21 | osascript -e " tell application \"System Events\" to keystroke \"$(get_pw)\"" 22 | osascript -e " tell application \"System Events\" to keystroke return" 23 | osascript -e "end if" 24 | 25 | 26 | 27 | exit 28 | -------------------------------------------------------------------------------- /Digipost/SHCDocumentsViewController+NavigationHierarchy.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import "POSDocumentsViewController.h" 18 | 19 | @interface POSDocumentsViewController (NavigationHierarchy) 20 | 21 | - (void)addAccountsAnFoldersVCToDoucmentHierarchy; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Digipost/UIRefreshControl+Additions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface UIRefreshControl (Additions) 20 | 21 | - (void)updateRefreshControlTextRefreshing:(BOOL)refreshing; 22 | - (void)initializeRefreshControlText; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Digipost/NSNumber+JsonParsing.m: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import "NSNumber+JsonParsing.h" 18 | 19 | @implementation NSNumber (JsonParsing) 20 | + (NSNumber *)nilOrValueForValue:(id)value 21 | { 22 | return [value isKindOfClass:[NSNumber class]] ? value : @0; 23 | } 24 | @end 25 | -------------------------------------------------------------------------------- /Digipost/UIDevice+Extension.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | import UIKit 18 | 19 | extension UIDevice { 20 | 21 | func isIpad() -> Bool { 22 | if userInterfaceIdiom == .pad { 23 | return true 24 | } 25 | return false 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /Digipost/APIResponse.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | import Foundation 18 | 19 | class APIResponse: NSObject { 20 | var json: AnyObject? 21 | var date: Date? 22 | 23 | init(json: AnyObject?, date: Date?) { 24 | self.json = json 25 | self.date = date 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /Digipost/NSString+CoreDataConvenience.m: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import "NSString+CoreDataConvenience.h" 18 | 19 | @implementation NSString (CoreDataConvenience) 20 | + (NSString *)nilOrValueForValue:(id)value 21 | { 22 | return [value isKindOfClass:[NSString class]] ? value : nil; 23 | } 24 | @end 25 | -------------------------------------------------------------------------------- /Digipost/POSMetadataInfo.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | import Foundation 18 | 19 | @objc class POSMetadataInfo : NSObject{ 20 | var title = "" 21 | var text = "" 22 | 23 | init(title:String, text: String){ 24 | self.title = title 25 | self.text = text 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /Digipost/UIColor+Convenience.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface UIColor (Convenience) 20 | 21 | + (UIColor *)pos_colorWithR:(CGFloat)r G:(CGFloat)g B:(CGFloat)b; 22 | + (UIColor *)pos_colorWithR:(CGFloat)r G:(CGFloat)g B:(CGFloat)b alpha:(CGFloat)alpha; 23 | @end 24 | -------------------------------------------------------------------------------- /Digipost/POSLetterPopoverTableViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // Copyright (C) Posten Norge AS 3 | // 4 | // Licensed under the Apache License, Version 2.0 (the "License"); 5 | // you may not use this file except in compliance with the License. 6 | // You may obtain a copy of the License at 7 | // 8 | // http://www.apache.org/licenses/LICENSE-2.0 9 | // 10 | // Unless required by applicable law or agreed to in writing, software 11 | // distributed under the License is distributed on an "AS IS" BASIS, 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | // See the License for the specific language governing permissions and 14 | // limitations under the License. 15 | // 16 | 17 | #import 18 | 19 | @interface POSLetterPopoverTableViewCell : UITableViewCell 20 | @property (weak, nonatomic) IBOutlet UILabel *titleLabel; 21 | @property (weak, nonatomic) IBOutlet UILabel *descriptionText; 22 | 23 | @end 24 | --------------------------------------------------------------------------------