Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
going live, finally
Browse files Browse the repository at this point in the history
  • Loading branch information
wiomoc committed Sep 28, 2020
1 parent a01acc0 commit 8d15c54
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
14 changes: 10 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# HFT-App native
[![Build Status](https://travis-ci.org/hft-app/native.svg?branch=master)](https://travis-ci.org/hft-app/native)

Remastered HFT App, uses Vue and Cordova, doesn't require any own backend.
Remastered HFT App, uses Vue and Cordova, doesn't require any own backend. Summary of all relevant information for your daily study routine at the HFT Stuttgart.

**Currently** runs as Android App and as Firefox WebExtension
[<img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="240">](https://play.google.com/store/apps/details?id=de.hft.app)
[<img src="https://developer.apple.com/app-store/marketing/guidelines/images/badge-example-preferred_2x.png" width="187" style="padding: 15px">](https://apps.apple.com/us/app/id1533457318)

[Latest Release](https://github.com/hft-app/native/releases/latest)

[Latest Release (Android _.apk_ / Firefox Webextension _.xpi_)](https://github.com/hft-app/native/releases/latest)

## Screenshots
<p float="left">
<img src="https://raw.githubusercontent.com/hft-app/native/master/screenshot/lectures.png" width="400" alt="events" style="margin: 20px">
<img src="https://raw.githubusercontent.com/hft-app/native/master/screenshot/events.png" width="400" alt="events" style="margin: 20px">
<img src="https://raw.githubusercontent.com/hft-app/native/master/screenshot/grades.png" width="400" alt="grades" style="margin: 20px">
<img src="https://raw.githubusercontent.com/hft-app/native/master/screenshot/meals_en.png" width="400" alt="meals" style="margin: 20px" >
<img src="https://raw.githubusercontent.com/hft-app/native/master/screenshot/meals_ios.png" width="400" alt="meals" style="margin: 20px" >
<img src="https://raw.githubusercontent.com/hft-app/native/master/screenshot/printers.png" width="400" alt="printers" style="margin: 20px">
<img src="https://raw.githubusercontent.com/hft-app/native/master/screenshot/menu_webext.png" width="500" alt="menu">
</p>
Expand Down Expand Up @@ -46,3 +48,7 @@ Remastered HFT App, uses Vue and Cordova, doesn't require any own backend.
- [x] Add english translation
- [x] Generate list of professors dynamically
- [ ] Keep scrollposition after back navigation/tab switch
- [x] Go live
- [ ] Webext for
1. [ ] Chrome
2. [ ] Safari (macOS)
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "hft-app",
"version": "3.0.8",
"version": "3.0.9",
"description": "The HFT App",
"browser_specific_settings": {
"gecko": {
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,6 +1,6 @@
{
"name": "hft-app",
"version": "3.0.8",
"version": "3.0.9",
"private": true,
"description": "",
"author": "Christoph Walcher & Lukas Jans",
Expand Down
Binary file added screenshot/meals_ios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src-cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="de.hft.app" version="3.0.8" xmlns="http://www.w3.org/ns/widgets">
<widget id="de.hft.app" version="3.0.9" xmlns="http://www.w3.org/ns/widgets">
<name>HFT App</name>
<description>
The HFT App
Expand Down
2 changes: 1 addition & 1 deletion src-cordova/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 src-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "de.hft.app",
"displayName": "HFT App",
"version": "3.0.8",
"version": "3.0.9",
"description": "The HFT App",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8d15c54

Please sign in to comment.