aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Assets.xcassets
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2024-05-10 15:24:50 -0700
committerDustin Mierau <dustin@mierau.me>2024-05-10 15:24:50 -0700
commit4a4fab030b69ec799fae42f9a444392e7be7a43a (patch)
tree0db4b668f8ee5cc31527f27a240423e32bc8bc35 /Hotline/Assets.xcassets
parentb5c2a0f619f645412780d873f17c4333c787ae30 (diff)
First crack at threading news. Added read state to news items. Playing with some icon visual styles.
Diffstat (limited to 'Hotline/Assets.xcassets')
-rw-r--r--Hotline/Assets.xcassets/Classic/176.imageset/176@2x.pngbin2278 -> 2352 bytes
-rw-r--r--Hotline/Assets.xcassets/Classic/176.imageset/176@3x.pngbin3776 -> 3918 bytes
-rw-r--r--Hotline/Assets.xcassets/Classic/2004.imageset/2004@2x.pngbin0 -> 908 bytes
-rw-r--r--Hotline/Assets.xcassets/Classic/2004.imageset/2004@3x.pngbin0 -> 1519 bytes
-rw-r--r--Hotline/Assets.xcassets/Classic/2004.imageset/Contents.json2
-rw-r--r--Hotline/Assets.xcassets/News Bundle.imageset/Contents.json23
-rw-r--r--Hotline/Assets.xcassets/News Bundle.imageset/Frame 3.pngbin0 -> 405 bytes
-rw-r--r--Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@2x.pngbin0 -> 988 bytes
-rw-r--r--Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@3x.pngbin0 -> 1783 bytes
-rw-r--r--Hotline/Assets.xcassets/News Category.imageset/Contents.json23
-rw-r--r--Hotline/Assets.xcassets/News Category.imageset/Frame 1.pngbin0 -> 402 bytes
-rw-r--r--Hotline/Assets.xcassets/News Category.imageset/Frame 1@2x.pngbin0 -> 777 bytes
-rw-r--r--Hotline/Assets.xcassets/News Category.imageset/Frame 1@3x.pngbin0 -> 1178 bytes
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
index 929e7f0..983812e 100644
--- a/Hotline/Assets.xcassets/Classic/176.imageset/176@2x.png
+++ b/Hotline/Assets.xcassets/Classic/176.imageset/176@2x.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/Classic/176.imageset/176@3x.png b/Hotline/Assets.xcassets/Classic/176.imageset/176@3x.png
index ae03a1d..a485383 100644
--- a/Hotline/Assets.xcassets/Classic/176.imageset/176@3x.png
+++ b/Hotline/Assets.xcassets/Classic/176.imageset/176@3x.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/Classic/2004.imageset/2004@2x.png b/Hotline/Assets.xcassets/Classic/2004.imageset/2004@2x.png
new file mode 100644
index 0000000..8466dc7
--- /dev/null
+++ b/Hotline/Assets.xcassets/Classic/2004.imageset/2004@2x.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/Classic/2004.imageset/2004@3x.png b/Hotline/Assets.xcassets/Classic/2004.imageset/2004@3x.png
new file mode 100644
index 0000000..4dedd55
--- /dev/null
+++ b/Hotline/Assets.xcassets/Classic/2004.imageset/2004@3x.png
Binary files differ
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
new file mode 100644
index 0000000..46d144d
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@2x.png b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@2x.png
new file mode 100644
index 0000000..2dbb989
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@2x.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@3x.png b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@3x.png
new file mode 100644
index 0000000..649ab86
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Bundle.imageset/Frame 3@3x.png
Binary files differ
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
new file mode 100644
index 0000000..1c3a080
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Category.imageset/Frame 1.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Category.imageset/Frame 1@2x.png b/Hotline/Assets.xcassets/News Category.imageset/Frame 1@2x.png
new file mode 100644
index 0000000..e1bce20
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Category.imageset/Frame 1@2x.png
Binary files differ
diff --git a/Hotline/Assets.xcassets/News Category.imageset/Frame 1@3x.png b/Hotline/Assets.xcassets/News Category.imageset/Frame 1@3x.png
new file mode 100644
index 0000000..6a16cef
--- /dev/null
+++ b/Hotline/Assets.xcassets/News Category.imageset/Frame 1@3x.png
Binary files differ