Skip to content

Commit

Permalink
Merge pull request #19 from yahoo/v1.3.0
Browse files Browse the repository at this point in the history
v1.3.0 Piano notes!
  • Loading branch information
jgbirk committed Mar 11, 2021
2 parents ecbf725 + 4e84159 commit d3b7aae
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> This is a demo app with audio charts rendering and functionality. Allows for other apps to render accessible audio charts. To see it in action, please build the demo app on your device or emulator. You can also try it out on the Yahoo Finance Android app on the Play Store, that uses this library to make audio charts available.
<img src="https://user-images.githubusercontent.com/12967899/76646108-c370b300-6530-11ea-98a5-1aa03145c31b.png" width="310" height="630" /> <img src="https://user-images.githubusercontent.com/12967899/76646112-c66ba380-6530-11ea-812e-03c05154d7b5.png" width="310" height="630" />
<img src="https://user-images.githubusercontent.com/12967899/76646111-c66ba380-6530-11ea-8058-23ca06112093.png" width="310" height="630" /> <img src="https://user-images.githubusercontent.com/12967899/76646106-c2d81c80-6530-11ea-9a5f-fb4d263a7f6c.png" width="310" height="630" />
<img src="https://user-images.githubusercontent.com/12967899/110689366-99d48100-81b0-11eb-836e-06192fe800cd.png" width="310" height="630" /> <img src="https://user-images.githubusercontent.com/12967899/110689368-9a6d1780-81b0-11eb-81dd-c75e90e57838.png" width="310" height="630" />

Charts such as stocks, sports scores and political polls are still almost impossible to use for people with visual impairment. The quick summary of thousands or more data points charts are meant for is virtually not usable for about 300 million people worldwide and for users on a voice interface. This is a first step towards changing that.

Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {
// ...
// Songbird SDK
compile 'com.yahoo.finance:songbird:1.0.1' // Use latest version
compile 'com.yahoo.finance:songbird:1.3.0' // Use latest version
// ...
}
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1970e5ce4437d0a7eeae9dfe888b2573
1 change: 1 addition & 0 deletions com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3a4b32f0a40de21c6c62709f3950996764c0900e
35 changes: 35 additions & 0 deletions com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yahoo.finance</groupId>
<artifactId>songbird</artifactId>
<version>1.3.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.3.50</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4643210919c1579f506ed1cb98ef3b3d
1 change: 1 addition & 0 deletions com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9b862ea4e49d19f0838708d294bce12ee3c089b5
7 changes: 4 additions & 3 deletions com/yahoo/finance/songbird/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
<groupId>com.yahoo.finance</groupId>
<artifactId>songbird</artifactId>
<versioning>
<latest>1.2.1</latest>
<release>1.2.1</release>
<latest>1.3.0</latest>
<release>1.3.0</release>
<versions>
<version>1.0.1</version>
<version>1.1.0</version>
<version>1.1.1</version>
<version>1.2.0</version>
<version>1.2.1</version>
<version>1.3.0</version>
</versions>
<lastUpdated>20200528191039</lastUpdated>
<lastUpdated>20210311153121</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/yahoo/finance/songbird/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
285d35dad7974ce93498729e1c30d4bd
f4f14115cf4f447773da6cfb2c16c61e
2 changes: 1 addition & 1 deletion com/yahoo/finance/songbird/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
503b65bb3fcfc7a0003f2e78acd4bbb6a953a543
d2b1bac989650dd97e823193168a8209ba31ed1d
2 changes: 1 addition & 1 deletion songbird/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'maven-publish'
}
group = 'com.yahoo.finance'
version = "1.2.1"
version = "1.3.0"
project.ext.artifactId = 'songbird'

apply plugin: 'com.android.library'
Expand Down

0 comments on commit d3b7aae

Please sign in to comment.