diff --git a/ComicsShelf.Android/Properties/AndroidManifest.xml b/ComicsShelf.Android/Properties/AndroidManifest.xml index ee4d261a..4f99a723 100644 --- a/ComicsShelf.Android/Properties/AndroidManifest.xml +++ b/ComicsShelf.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/ComicsShelf.Android/Properties/AssemblyInfo.cs b/ComicsShelf.Android/Properties/AssemblyInfo.cs index 3bdf88df..75e5e311 100644 --- a/ComicsShelf.Android/Properties/AssemblyInfo.cs +++ b/ComicsShelf.Android/Properties/AssemblyInfo.cs @@ -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)] diff --git a/ComicsShelf.UWP/Package.appxmanifest b/ComicsShelf.UWP/Package.appxmanifest index 2f10b377..7179e6f0 100644 --- a/ComicsShelf.UWP/Package.appxmanifest +++ b/ComicsShelf.UWP/Package.appxmanifest @@ -1,6 +1,6 @@  - + Comics Shelf diff --git a/ComicsShelf.UWP/Properties/AssemblyInfo.cs b/ComicsShelf.UWP/Properties/AssemblyInfo.cs index 1a87e246..d9127d8c 100644 --- a/ComicsShelf.UWP/Properties/AssemblyInfo.cs +++ b/ComicsShelf.UWP/Properties/AssemblyInfo.cs @@ -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)] \ No newline at end of file diff --git a/ComicsShelf.iOS/Properties/AssemblyInfo.cs b/ComicsShelf.iOS/Properties/AssemblyInfo.cs index 37928375..0f1a874c 100644 --- a/ComicsShelf.iOS/Properties/AssemblyInfo.cs +++ b/ComicsShelf.iOS/Properties/AssemblyInfo.cs @@ -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")] diff --git a/ComicsShelf/ComicsShelf.csproj b/ComicsShelf/ComicsShelf.csproj index 8931d6ca..a4dfe5a4 100644 --- a/ComicsShelf/ComicsShelf.csproj +++ b/ComicsShelf/ComicsShelf.csproj @@ -5,7 +5,7 @@ Comics Shelf Friendship Solutions Copyright © Friendship Solutions 2018 - 1.4.24 + 1.4.25 diff --git a/README.md b/README.md index 218005ee..b8b44dae 100644 --- a/README.md +++ b/README.md @@ -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. + + +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 + +

+ + + + +

## Try it out diff --git a/resources/Android Adaptive Icons.txt b/resources/AppIcon/Android Adaptive Icons.txt similarity index 100% rename from resources/Android Adaptive Icons.txt rename to resources/AppIcon/Android Adaptive Icons.txt diff --git a/resources/Android Icon Generator Settings.PNG b/resources/AppIcon/Android Icon Generator Settings.PNG similarity index 100% rename from resources/Android Icon Generator Settings.PNG rename to resources/AppIcon/Android Icon Generator Settings.PNG diff --git a/resources/Android icon.png b/resources/AppIcon/Android icon.png similarity index 100% rename from resources/Android icon.png rename to resources/AppIcon/Android icon.png diff --git a/resources/Apple Icon.png b/resources/AppIcon/Apple Icon.png similarity index 100% rename from resources/Apple Icon.png rename to resources/AppIcon/Apple Icon.png diff --git a/resources/Apple Icon.xcf b/resources/AppIcon/Apple Icon.xcf similarity index 100% rename from resources/Apple Icon.xcf rename to resources/AppIcon/Apple Icon.xcf diff --git a/resources/Raw Icon.png b/resources/AppIcon/Raw Icon.png similarity index 100% rename from resources/Raw Icon.png rename to resources/AppIcon/Raw Icon.png diff --git a/resources/Raw Icon.svg b/resources/AppIcon/Raw Icon.svg similarity index 100% rename from resources/Raw Icon.svg rename to resources/AppIcon/Raw Icon.svg diff --git a/resources/Tools.txt b/resources/AppIcon/Tools.txt similarity index 100% rename from resources/Tools.txt rename to resources/AppIcon/Tools.txt diff --git a/resources/Banner/Banner.jpg b/resources/Banner/Banner.jpg new file mode 100644 index 00000000..6b8be5f7 Binary files /dev/null and b/resources/Banner/Banner.jpg differ diff --git a/resources/Banner.pdn b/resources/Banner/Banner.pdn similarity index 100% rename from resources/Banner.pdn rename to resources/Banner/Banner.pdn diff --git a/Examples/Blue Beetle/Blue Beetle 01.cbz b/resources/ComicSamples/Blue Beetle/Blue Beetle 01.cbz similarity index 100% rename from Examples/Blue Beetle/Blue Beetle 01.cbz rename to resources/ComicSamples/Blue Beetle/Blue Beetle 01.cbz diff --git a/Examples/Plastic Man/Plastic Man 01.cbz b/resources/ComicSamples/Plastic Man/Plastic Man 01.cbz similarity index 100% rename from Examples/Plastic Man/Plastic Man 01.cbz rename to resources/ComicSamples/Plastic Man/Plastic Man 01.cbz diff --git a/Examples/Plastic Man/Plastic Man 02.cbz b/resources/ComicSamples/Plastic Man/Plastic Man 02.cbz similarity index 100% rename from Examples/Plastic Man/Plastic Man 02.cbz rename to resources/ComicSamples/Plastic Man/Plastic Man 02.cbz diff --git a/Examples/Plastic Man/Plastic Man 03.cbz b/resources/ComicSamples/Plastic Man/Plastic Man 03.cbz similarity index 100% rename from Examples/Plastic Man/Plastic Man 03.cbz rename to resources/ComicSamples/Plastic Man/Plastic Man 03.cbz diff --git a/Examples/The Peacemaker/The Peacemaker 01.cbz b/resources/ComicSamples/The Peacemaker/The Peacemaker 01.cbz similarity index 100% rename from Examples/The Peacemaker/The Peacemaker 01.cbz rename to resources/ComicSamples/The Peacemaker/The Peacemaker 01.cbz diff --git a/resources/icon_Library.png b/resources/Icons/icon_Library.png similarity index 100% rename from resources/icon_Library.png rename to resources/Icons/icon_Library.png diff --git a/resources/Screenshots/PhoneCollection.png b/resources/Screenshots/PhoneCollection.png new file mode 100644 index 00000000..ace314c6 Binary files /dev/null and b/resources/Screenshots/PhoneCollection.png differ diff --git a/resources/Screenshots/PhoneFeatured.png b/resources/Screenshots/PhoneFeatured.png new file mode 100644 index 00000000..760a5ece Binary files /dev/null and b/resources/Screenshots/PhoneFeatured.png differ diff --git a/resources/Screenshots/PhoneOpened.png b/resources/Screenshots/PhoneOpened.png new file mode 100644 index 00000000..0b282b8f Binary files /dev/null and b/resources/Screenshots/PhoneOpened.png differ diff --git a/resources/Screenshots/TabletFeatured.png b/resources/Screenshots/TabletFeatured.png new file mode 100644 index 00000000..29c276d3 Binary files /dev/null and b/resources/Screenshots/TabletFeatured.png differ