Skip to content

Commit

Permalink
Merge pull request #48 from LeversonCarlos/working
Browse files Browse the repository at this point in the history
 v1.4.25 merge from working
  • Loading branch information
LeversonCarlos authored Nov 7, 2018
2 parents 7c8c48a + b95e83d commit 7d69988
Show file tree
Hide file tree
Showing 27 changed files with 35 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ComicsShelf.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="10104024" android:versionName="1.4.24" package="com.friendship.ComicsShelf">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="10104025" android:versionName="1.4.25" package="com.friendship.ComicsShelf">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
4 changes: 2 additions & 2 deletions ComicsShelf.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.24.0")]
[assembly: AssemblyFileVersion("1.4.24.0")]
[assembly: AssemblyVersion("1.4.25.0")]
[assembly: AssemblyFileVersion("1.4.25.0")]

// Add some common permissions, these can be removed if not needed
[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
Expand Down
2 changes: 1 addition & 1 deletion ComicsShelf.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="5856ee04-548d-4ab8-8308-8dd4a500fad2" Publisher="CN=7b6f458e-465e-4208-b994-142c1a17dba1" Version="1.4.24.0" />
<Identity Name="5856ee04-548d-4ab8-8308-8dd4a500fad2" Publisher="CN=7b6f458e-465e-4208-b994-142c1a17dba1" Version="1.4.25.0" />
<mp:PhoneIdentity PhoneProductId="ec0cc741-fd3e-485c-81be-68815c480690" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Comics Shelf</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions ComicsShelf.UWP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.24.0")]
[assembly: AssemblyFileVersion("1.4.24.0")]
[assembly: AssemblyVersion("1.4.25.0")]
[assembly: AssemblyFileVersion("1.4.25.0")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions ComicsShelf.iOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.24.0")]
[assembly: AssemblyFileVersion("1.4.24.0")]
[assembly: AssemblyVersion("1.4.25.0")]
[assembly: AssemblyFileVersion("1.4.25.0")]
2 changes: 1 addition & 1 deletion ComicsShelf/ComicsShelf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Product>Comics Shelf</Product>
<Company>Friendship Solutions</Company>
<Copyright>Copyright © Friendship Solutions 2018</Copyright>
<Version>1.4.24</Version>
<Version>1.4.25</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
36 changes: 26 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,36 @@ Mobile viewer for comic book [cbz] files, done as a learning path to Xamarin fra

## A litle history first

I'm a comic book reader (and collector) for a long time. And, as a developer, i wanted to study and learn a new programing language (in this case, Xamarin). So i put this things togheter and decided to make a CBZ file reader that would meet my needs.
With the result already satisfying me, i decided to publish the app in the store to facilitate the distribution to the friends who started to ask me to install it on their devices.
<img src="./resources/AppIcon/Android icon.png"
title="Logo" width="192" height="192" align="right"/>

I'm a comic book reader (and collector) for a long time. And, as a developer, i wanted to study and learn a new programing language (in this case, Xamarin). So i put this things togheter and decided to make a CBZ file reader that would meet my needs.
With the result already satisfying me, i decided to publish the app in the store to facilitate the distribution to the friends who started to ask me to install it on their devices.
In fact, this is the result of a learning work, but done with love and dedication. All critics and suggestion will be welcomed.

## Say hello to your final comic book viewer

The definitive lightweight viewer for your comic book files.
It's really straightforward.
Select and folder on your device where you put yor comic books (those CBZ files).
The app will continually search your folder for newly added files.
Then extract covers and display it as a eye candy shelf.
You click the one you want to read, and start fliping the pages.
The app will learn from your reading habits and suggest other comics from your library for you.
Happy reading.
The definitive lightweight viewer for your comic book files.
It's really straightforward.
Select and folder on your device where you put yor comic books (those CBZ files).
The app will continually search your folder for newly added files.
Then extract covers and display it as a eye candy shelf.
You click the one you want to read, and start fliping the pages.
The app will learn from your reading habits and suggest other comics from your library for you.
Happy reading.

## Some screenshots

<p align="center">
<img src="./resources/Screenshots/PhoneFeatured.png"
title="Phone Featured" width="108" height="192" />
<img src="./resources/Screenshots/PhoneCollection.png"
title="Phone Collection" width="108" height="192" />
<img src="./resources/Screenshots/PhoneOpened.png"
title="Phone Opened" width="108" height="192" />
<img src="./resources/Screenshots/TabletFeatured.png"
title="Tablet Featured" width="256" height="192" />
</p>

## Try it out

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
Binary file added resources/Banner/Banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
Binary file added resources/Screenshots/PhoneCollection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/Screenshots/PhoneFeatured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/Screenshots/PhoneOpened.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/Screenshots/TabletFeatured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d69988

Please sign in to comment.