diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-10 15:24:50 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-10 15:24:50 -0700 |
| commit | 4a4fab030b69ec799fae42f9a444392e7be7a43a (patch) | |
| tree | 0db4b668f8ee5cc31527f27a240423e32bc8bc35 /Hotline/Assets.xcassets | |
| parent | b5c2a0f619f645412780d873f17c4333c787ae30 (diff) | |
First crack at threading news. Added read state to news items. Playing with some icon visual styles.
Diffstat (limited to 'Hotline/Assets.xcassets')
13 files changed, 48 insertions, 0 deletions
diff --git a/Hotline/Assets.xcassets/Classic/176.imageset/176@2x.png b/Hotline/Assets.xcassets/Classic/176.imageset/176@2x.png Binary files differindex 929e7f0..983812e 100644 --- a/Hotline/Assets.xcassets/Classic/176.imageset/176@2x.png +++ b/Hotline/Assets.xcassets/Classic/176.imageset/176@2x.png diff --git a/Hotline/Assets.xcassets/Classic/176.imageset/176@3x.png b/Hotline/Assets.xcassets/Classic/176.imageset/176@3x.png Binary files differindex ae03a1d..a485383 100644 --- a/Hotline/Assets.xcassets/Classic/176.imageset/176@3x.png +++ b/Hotline/Assets.xcassets/Classic/176.imageset/176@3x.png diff --git a/Hotline/Assets.xcassets/Classic/2004.imageset/2004@2x.png b/Hotline/Assets.xcassets/Classic/2004.imageset/2004@2x.png Binary files differnew file mode 100644 index 0000000..8466dc7 --- /dev/null +++ b/Hotline/Assets.xcassets/Classic/2004.imageset/2004@2x.png diff --git a/Hotline/Assets.xcassets/Classic/2004.imageset/2004@3x.png b/Hotline/Assets.xcassets/Classic/2004.imageset/2004@3x.png Binary files differnew file mode 100644 index 0000000..4dedd55 --- /dev/null +++ b/Hotline/Assets.xcassets/Classic/2004.imageset/2004@3x.png diff --git a/Hotline/Assets.xcassets/Classic/2004.imageset/Contents.json b/Hotline/Assets.xcassets/Classic/2004.imageset/Contents.json index 188024d..43cde06 100644 --- a/Hotline/Assets.xcassets/Classic/2004.imageset/Contents.json +++ b/Hotline/Assets.xcassets/Classic/2004.imageset/Contents.json @@ -6,10 +6,12 @@ "scale" : "1x" }, { + "filename" : "2004@2x.png", "idiom" : "universal", "scale" : "2x" }, { + "filename" : "2004@3x.png", "idiom" : "universal", "scale" : "3x" } diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json b/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json new file mode 100644 index 0000000..bfb6d35 --- /dev/null +++ b/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Frame 3.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Frame 3@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Frame 3@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3.png b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3.png Binary files differnew file mode 100644 index 0000000..46d144d --- /dev/null +++ b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3.png diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@2x.png b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@2x.png Binary files differnew file mode 100644 index 0000000..2dbb989 --- /dev/null +++ b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@2x.png diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@3x.png b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@3x.png Binary files differnew file mode 100644 index 0000000..649ab86 --- /dev/null +++ b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@3x.png diff --git a/Hotline/Assets.xcassets/News Category.imageset/Contents.json b/Hotline/Assets.xcassets/News Category.imageset/Contents.json new file mode 100644 index 0000000..7245ec5 --- /dev/null +++ b/Hotline/Assets.xcassets/News Category.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Frame 1.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Frame 1@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Frame 1@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Hotline/Assets.xcassets/News Category.imageset/Frame 1.png b/Hotline/Assets.xcassets/News Category.imageset/Frame 1.png Binary files differnew file mode 100644 index 0000000..1c3a080 --- /dev/null +++ b/Hotline/Assets.xcassets/News Category.imageset/Frame 1.png diff --git a/Hotline/Assets.xcassets/News Category.imageset/Frame 1@2x.png b/Hotline/Assets.xcassets/News Category.imageset/Frame 1@2x.png Binary files differnew file mode 100644 index 0000000..e1bce20 --- /dev/null +++ b/Hotline/Assets.xcassets/News Category.imageset/Frame 1@2x.png diff --git a/Hotline/Assets.xcassets/News Category.imageset/Frame 1@3x.png b/Hotline/Assets.xcassets/News Category.imageset/Frame 1@3x.png Binary files differnew file mode 100644 index 0000000..6a16cef --- /dev/null +++ b/Hotline/Assets.xcassets/News Category.imageset/Frame 1@3x.png |