Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SY-120 check Internet connection #126

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Conversation

frostyshadows
Copy link
Collaborator

At the start of every Activity, check whether or not users are connected to the Internet. If not, show the No Internet fragment

Copy link
Contributor

@chan-kelv chan-kelv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

most of the changes are mostly just to move things to style and resource files

android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#171618"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a color? should move to style or color resource

android:textSize="20sp"
android:textStyle="normal|bold" />
android:layout_height="match_parent"
android:background="#171618"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

color style

android:fontFamily="serif-monospace"
android:onClick="useCurrentLocation"
android:text="@string/current_location"
android:textColor="#ffffff"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style

android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:backgroundTint="#665966"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style

android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:fontFamily="serif-monospace"
android:text="Where do you want to go?"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

text to string files

Copy link
Contributor

@chan-kelv chan-kelv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just want to make sure it compiles like this. Can't run it on my own yet (system being funky)


<<<<<<< HEAD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants