Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #15 from deissh/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
deissh authored Sep 24, 2019
2 parents a88d548 + bccb666 commit d81224a
Show file tree
Hide file tree
Showing 47 changed files with 27 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Thumbs.db
UserInterfaceState.xcuserstate

google-services.json
anibemanga.apk
nekkoch-manga.apk
.firebase
17 changes: 15 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="ru.anibe.mobile" version="1.2.12" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Манга Anibe</name>
<widget id="ch.nekko.manga" version="1.2.13" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Манга Nekko.ch</name>
<description>Поиск и чтение манги на русском.</description>
<author email="deissh@yandex,ru" href="http://vk.com/keelvel/">Deissh</author>
<access origin="*" />
Expand Down Expand Up @@ -80,6 +80,19 @@
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
<icon height="20" src="resources/ios/icon/icon-20.png" width="20" />
<icon height="40" src="resources/ios/icon/[email protected]" width="40" />
<icon height="60" src="resources/ios/icon/[email protected]" width="60" />
<icon height="29" src="resources/ios/icon/icon-29.png" width="29" />
<icon height="58" src="resources/ios/icon/[email protected]" width="58" />
<icon height="87" src="resources/ios/icon/[email protected]" width="87" />
<icon height="48" src="resources/ios/icon/[email protected]" width="48" />
<icon height="55" src="resources/ios/icon/[email protected]" width="55" />
<icon height="88" src="resources/ios/icon/[email protected]" width="88" />
<icon height="172" src="resources/ios/icon/[email protected]" width="172" />
<icon height="196" src="resources/ios/icon/[email protected]" width="196" />
<splash height="2436" src="resources/ios/splash/Default-2436h.png" width="1125" />
<splash height="1125" src="resources/ios/splash/Default-Landscape-2436h.png" width="2436" />
</platform>
<plugin name="cordova-sqlite-storage" spec="3.2.0" />
<plugin name="cordova-plugin-statusbar" spec="2.4.2" />
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "anibe.app",
"name": "nekko.manga",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
Expand Down
Binary file modified resources/android/icon/drawable-hdpi-icon.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 modified resources/android/icon/drawable-ldpi-icon.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 modified resources/android/icon/drawable-mdpi-icon.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 modified resources/android/icon/drawable-xhdpi-icon.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 modified resources/android/icon/drawable-xxhdpi-icon.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 modified resources/android/icon/drawable-xxxhdpi-icon.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 modified resources/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/ios/icon/icon-1024.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/ios/icon/icon-20.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/ios/icon/[email protected]
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/ios/icon/[email protected]
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/ios/icon/[email protected]
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/ios/icon/[email protected]
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/ios/icon/icon-29.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/ios/icon/[email protected]
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/ios/icon/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/ios/icon/icon-40.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 modified resources/ios/icon/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/ios/icon/[email protected]
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/ios/icon/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/ios/icon/icon-50.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 modified resources/ios/icon/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/ios/icon/icon-60.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 modified resources/ios/icon/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/ios/icon/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/ios/icon/icon-72.png
Binary file modified resources/ios/icon/[email protected]
Binary file modified resources/ios/icon/icon-76.png
Binary file modified resources/ios/icon/[email protected]
Binary file modified resources/ios/icon/[email protected]
Binary file added resources/ios/icon/[email protected]
Binary file added resources/ios/icon/[email protected]
Binary file modified resources/ios/icon/icon-small.png
Binary file modified resources/ios/icon/[email protected]
Binary file modified resources/ios/icon/[email protected]
Binary file modified resources/ios/icon/icon.png
Binary file modified resources/ios/icon/[email protected]
Binary file added resources/ios/splash/Default-2436h.png
Binary file added resources/ios/splash/Default-Landscape-2436h.png
8 changes: 4 additions & 4 deletions src/app/pages/search-results/search-results.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- old -->


<div class="movies-flex" *ngIf="render">
<!-- <div class="movies-flex" *ngIf="render">
<div class="movie" *ngFor="let manga of render" (click)="openPost(manga.id)">
<div class="poster">
<img *ngIf="manga.cover" class="poster" [src]="manga.cover">
Expand All @@ -41,10 +41,10 @@
<div class="year">{{ manga.author }}</div>
<div class="vote"><ion-icon name="star"></ion-icon><b>{{ manga.rating }}</b>/10</div>
</div>
</div>
</div> -->


<!-- <ion-virtual-scroll [items]="render" approxItemHeight="20px" #scroller class="scroller">
<ion-virtual-scroll [items]="render" approxItemHeight="20px" #scroller class="scroller">
<ion-item *virtualItem="let item" class="post" (click)="openPost(item.id)">
<ion-img (click)="openPost(item.id)" [src]="item.cover" class="cover"></ion-img>
<ion-label text-wrap>
Expand All @@ -57,7 +57,7 @@
</ion-text>
</ion-label>
</ion-item>
</ion-virtual-scroll> -->
</ion-virtual-scroll>

<ion-infinite-scroll threshold="100px" (ionInfinite)="loadNewPage($event)">
<ion-infinite-scroll-content loadingSpinner="bubbles" loadingText="Загрузка...">
Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/viewlist/viewlist.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<ion-toolbar>
<ion-buttons slot="start">
<ion-button (click)="togle()" *ngIf="!mode" >
<ion-icon name="keypad"></ion-icon>
<ion-icon name="keypad" color="primary"></ion-icon>
</ion-button>
<ion-button (click)="togle()" *ngIf="mode" >
<ion-icon name="list"></ion-icon>
<ion-icon name="list" color="primary"></ion-icon>
</ion-button>
</ion-buttons>
<ion-title>{{ name }}</ion-title>
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Манга Anibe",
"short_name": "anibe!manga",
"name": "Манга Nekko",
"short_name": "nekko!manga",
"theme_color": "#1976d2",
"background_color": "#fafafa",
"display": "standalone",
Expand Down
2 changes: 1 addition & 1 deletion src/ngsw-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"index": "/index.html",
"assetGroups": [
{
"name": "Манга Anibe",
"name": "Манга Nekko.ch",
"installMode": "prefetch",
"resources": {
"files": [
Expand Down

0 comments on commit d81224a

Please sign in to comment.