Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #26 from Connexions/new-book-fix
Browse files Browse the repository at this point in the history
removed old CNX Elem Algebra
  • Loading branch information
edwoodward authored Jun 7, 2017
2 parents 75ed822 + aab3aa4 commit 4c392e4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions app/src/main/assets/bookList.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,6 @@
"bookUrl":"http://cnx.org/contents/d442r0wh:g9deOnx5?minimal=true",
"icon":"Fundamentals of Electrical Engineering"
},
{
"bookTitle":"Elementary Algebra",
"title":"Elementary Algebra",
"contentString":"",
"url":"http://cnx.org/contents/e9XCtyLF:uUfJZx98?minimal=true",
"bookUrl":"http://cnx.org/contents/e9XCtyLF:uUfJZx98?minimal=true",
"icon":"Elementary Algebra"
},
{
"bookTitle":"Advanced Algebra II",
"title":"Advanced Algebra II",
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/java/org/cnx/android/utils/CNXUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,6 @@ else if(icon.equals(context.getString(R.string.elec_engineering)) || contentStri
{
coverId = R.drawable.elec_engineering;
}
else if(icon.equals(context.getString(R.string.elem_algebra)) || contentString.equals(context.getString(R.string.elem_algebra)))
{
coverId = R.drawable.elem_algebra;
}
else if(icon.equals(context.getString(R.string.advanced_algebra)) || contentString.equals(context.getString(R.string.advanced_algebra)))
{
coverId = R.drawable.advanced_algebra;
Expand Down
Binary file removed app/src/main/res/drawable-hdpi/elem_algebra.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-mdpi/elem_algebra.png
Binary file not shown.
1 change: 0 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<string name="macro_econ">Principles of Macro-Economics</string>
<string name="bus_fundamentals">Business Fundamentals</string>
<string name="elec_engineering">Fundamentals of Electrical Engineering</string>
<string name="elem_algebra">Elementary Algebra</string>
<string name="advanced_algebra">Advanced Algebra II</string>
<string name="applied_probability">Applied Probability</string>
<string name="fast_fourier">Fast Fourier Transforms</string>
Expand Down

0 comments on commit 4c392e4

Please sign in to comment.