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

Commit

Permalink
Merge pull request #77 from rubentalstra/develop
Browse files Browse the repository at this point in the history
Develop version v3.0.0
  • Loading branch information
rubentalstra authored May 22, 2019
2 parents 1639555 + c6f1d2e commit 5059f23
Show file tree
Hide file tree
Showing 52 changed files with 1,589 additions and 1,874 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

android/local.properties
android/gradlew
ios/Podfile.lock
ios/Flutter/Generated.xcconfig
ios/Runner.xcodeproj/project.pbxproj
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Then you copy this code:
"action_restart":"Restart",
"action_kill":"Kill",
"action_stats": "Stats",
"action_file": "File List (coming panel 0.8)",
"action_file": "File List",
"dark_mode":"Dark mode",
"dark_mode_sub":"Black and Grey Theme",
"cores":"Cores",
Expand Down Expand Up @@ -121,7 +121,11 @@ Then you copy this code:
"rootadmin": "Root admin:",
"2fa": "2FA",
"created_at": "Created at:",
"updated_at": "Updated at:"
"updated_at": "Updated at:",
"admin_actionserver_view_server_info": "View Server info",
"admin_actionserver_edit_server_info": "Edit Server info",
"utilization_stats_offline": "Server is offline",
"utilization_stats_online": "Server is online"
}
```
And change to the languge you are working on.
Expand Down
1 change: 1 addition & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ For all the people who worked with me on this amazing project.
###### Flutter Coders:

> - `@appomatrix#9639`
> - `@Yvan#9877`


Expand Down
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Pterodactyl Mobile App 🚀

[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/gpl-3.0)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/RDTalstra)
<span class="badge-patreon"><a href="https://www.patreon.com/Pterodactyl_app" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/Donate-Patreon-green.svg" alt="Patreon donate button" /></a></span>
[![Codemagic build status](https://api.codemagic.io/apps/5ccaf2ab80113f001c2e4176/5ccaf2ab80113f001c2e4175/status_badge.svg)](https://codemagic.io/apps/5ccaf2ab80113f001c2e4176/5ccaf2ab80113f001c2e4175/latest_build)
Expand All @@ -25,6 +26,9 @@ Admin panel
This project was made possible by everyone who contributed to this project. [CREDITS](https://github.com/rubentalstra/Pterodactyl-app/blob/master/CREDITS.md)


### :heart: Found this project useful?
If you found this project useful, then please consider giving it a :star: on Github and sharing it with your friends via social media.


### Currently available on the Play store.

Expand All @@ -36,6 +40,12 @@ This project was made possible by everyone who contributed to this project. [CRE
V1.0 may 6 '19 - Original Release


# Donate

> If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee:
>
> - [PayPal](https://www.paypal.me/RDTalstra)

### License

Expand All @@ -52,7 +62,7 @@ Facebook:

Instagram:

Website:
Website: [Pterodactyl app website](https://pterodactyl-app.com/)

Project Board: [click here](https://trello.com/b/YqCe05Vl/pterodactyl-app)

Expand All @@ -61,3 +71,20 @@ Project Board: [click here](https://trello.com/b/YqCe05Vl/pterodactyl-app)
flutter build appbundle --release --target-platform=android-arm
flutter build appbundle --release --target-platform=android-arm64
```

License
-------

Copyright 2018 Ruben Talstra

Licensed under the GNU General Public License v3.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.gnu.org/licenses/gpl-3.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (flutterRoot == null) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '37'
flutterVersionCode = '38'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
Expand Down
160 changes: 0 additions & 160 deletions android/gradlew

This file was deleted.

5 changes: 0 additions & 5 deletions android/local.properties

This file was deleted.

7 changes: 5 additions & 2 deletions assets/lang/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@
"updated_at": "Updated at:",
"admin_actionserver_view_server_info": "View Server info",
"admin_actionserver_edit_server_info": "Edit Server info",
"utilization_stats_offline": "Server is offline",
"utilization_stats_online": "Server is online"
"utilization_stats_offline": "Offline",
"utilization_stats_online": "Server is online",
"utilization_stats_starting": "Server is starting",
"utilization_stats_stopping": "Server is stopping",
"utilization_stats_Loading": "Retrieving data"

}
7 changes: 5 additions & 2 deletions assets/lang/dk_DK.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
"updated_at": "Updated at:",
"admin_actionserver_view_server_info": "View Server info",
"admin_actionserver_edit_server_info": "Edit Server info",
"utilization_stats_offline": "Server is offline",
"utilization_stats_online": "Server is online"
"utilization_stats_offline": "Offline",
"utilization_stats_online": "Server is online",
"utilization_stats_starting": "Server is starting",
"utilization_stats_stopping": "Server is stopping",
"utilization_stats_Loading": "Retrieving data"
}
11 changes: 7 additions & 4 deletions assets/lang/en_UK.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"next":"NEXT",
"login_error":"username or password \ncan't be empty",
"login_error_ok":"OK",
"login_admin_account": "Do you have a Admin account? tap here then",
"login_admin_account": "Do you have a Admin account? tap here",
"dashboard":"Dashboard",
"logout":"Logout",
"logout_sub":"Disconnect",
Expand All @@ -27,7 +27,7 @@
"action_restart":"Restart",
"action_kill":"Kill",
"action_stats": "Stats",
"action_file": "File List (coming panel 0.8)",
"action_file": "File List",
"dark_mode":"Dark mode",
"dark_mode_sub":"Black and Grey Theme",
"cores":"Cores",
Expand Down Expand Up @@ -104,6 +104,9 @@
"updated_at": "Updated at:",
"admin_actionserver_view_server_info": "View Server info",
"admin_actionserver_edit_server_info": "Edit Server info",
"utilization_stats_offline": "Server is offline",
"utilization_stats_online": "Server is online"
"utilization_stats_offline": "Offline",
"utilization_stats_online": "Server is online",
"utilization_stats_starting": "Server is starting",
"utilization_stats_stopping": "Server is stopping",
"utilization_stats_Loading": "Retrieving data"
}
11 changes: 7 additions & 4 deletions assets/lang/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"next":"NEXT",
"login_error":"username or password \ncan't be empty",
"login_error_ok":"OK",
"login_admin_account": "Do you have a Admin account? tap here then",
"login_admin_account": "Do you have an Admin account? tap here",
"dashboard":"Dashboard",
"logout":"Logout",
"logout_sub":"Disconnect",
Expand All @@ -27,7 +27,7 @@
"action_restart":"Restart",
"action_kill":"Kill",
"action_stats": "Stats",
"action_file": "File List (coming panel 0.8)",
"action_file": "File List",
"dark_mode":"Dark mode",
"dark_mode_sub":"Black and Grey Theme",
"cores":"Cores",
Expand Down Expand Up @@ -104,6 +104,9 @@
"updated_at": "Updated at:",
"admin_actionserver_view_server_info": "View Server info",
"admin_actionserver_edit_server_info": "Edit Server info",
"utilization_stats_offline": "Server is offline",
"utilization_stats_online": "Server is online"
"utilization_stats_offline": "Offline",
"utilization_stats_online": "Server is online",
"utilization_stats_starting": "Server is starting",
"utilization_stats_stopping": "Server is stopping",
"utilization_stats_Loading": "Retrieving data"
}
7 changes: 5 additions & 2 deletions assets/lang/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
"updated_at": "Updated at:",
"admin_actionserver_view_server_info": "View Server info",
"admin_actionserver_edit_server_info": "Edit Server info",
"utilization_stats_offline": "Server is offline",
"utilization_stats_online": "Server is online"
"utilization_stats_offline": "Offline",
"utilization_stats_online": "Server is online",
"utilization_stats_starting": "Server is starting",
"utilization_stats_stopping": "Server is stopping",
"utilization_stats_Loading": "Retrieving data"
}
9 changes: 6 additions & 3 deletions assets/lang/it_IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"action_restart":"Riavvia",
"action_kill":"Kill",
"action_stats": "Statistiche",
"action_file": "Lista File (coming panel 0.8)",
"action_file": "Lista File",
"dark_mode":"Dark mode",
"dark_mode_sub":"Template Nero e Grigio",
"cores":"Cores",
Expand Down Expand Up @@ -104,6 +104,9 @@
"updated_at": "Updated at:",
"admin_actionserver_view_server_info": "View Server info",
"admin_actionserver_edit_server_info": "Edit Server info",
"utilization_stats_offline": "Server is offline",
"utilization_stats_online": "Server is online"
"utilization_stats_offline": "Offline",
"utilization_stats_online": "Server is online",
"utilization_stats_starting": "Server is starting",
"utilization_stats_stopping": "Server is stopping",
"utilization_stats_Loading": "Retrieving data"
}
Loading

0 comments on commit 5059f23

Please sign in to comment.