Skip to content

Commit d2ecc5f

Browse files
author
Houssein Djirdeh
authored
Merge pull request #7 from housseindjirdeh/android-release-update
Android release update
2 parents 0c60ba0 + a8e22b0 commit d2ecc5f

20 files changed

+160
-83
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
title: GitPoint
1717
1818
description: > # this means to ignore newlines until "baseurl:"
19-
GitHub in your pocket. GitPoint is a feature-rich unofficial GitHub iOS client that is 100% free.
19+
GitHub in your pocket. GitPoint is a feature-rich unofficial GitHub client that is 100% free. Available for both iOS and Android.
2020
baseurl: "" # the subpath of your site, e.g. /blog
2121
url: "https://gitpoint.co" # the base hostname & protocol for your site, e.g. http://example.com
2222
twitter_username: "@hdjirdeh"

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<footer class="tc pv4 pv4-ns flex flex-column items-center avenir bt b--black-10">
2-
<h3 class="f5 f4-ns fw4 dark-gray">Brought to you by</h3>
1+
<footer class="tc pv4 pv4-ns flex flex-column items-center karla bt b--black-10">
2+
<h3 class="f5 f4-ns fw5 dark-gray">Brought to you by</h3>
33

44
<div class="flex flex-column flex-wrap flex-row-ns justify-between center w-100 w-90-l">
55

_includes/header.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ <h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc dark-gray">GitPoint</h1>
1111
<p class="f5 f3-ns mid-gray lh-copy mt2 mb4 mw6">
1212
GitHub in your pocket
1313
</p>
14-
<a href="https://itunes.apple.com/app/gitpoint/id1251245162?mt=8" class="dib grow">
15-
{% include icon-app-store.svg %}
16-
</a>
14+
15+
<div class="flex">
16+
<a href="https://itunes.apple.com/app/gitpoint/id1251245162?mt=8" class="dib grow mr2">
17+
{% include icon-app-store.svg %}
18+
</a>
19+
<a href="https://play.google.com/store/apps/details?id=com.gitpoint&hl=en" class="dib grow ml2">
20+
{% include icon-play-store.svg %}
21+
</a>
22+
</div>
1723
</div>
1824

1925
<a href="https://github.com/gitpoint/git-point" class="github-corner link" aria-label="View source on GitHub">

_includes/icon-play-store.svg

Lines changed: 1 addition & 0 deletions
Loading

_layouts/home.html

Lines changed: 74 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77

88
<div class="flex h-inherit items-center justify-center tc">
99
<div class="flex flex-column">
10-
<h2 class="f3 f2-m f2-l fw7 dark-gray mb2">
10+
<h2 class="f3 f2-m f2-l fw5 dark-gray mb2">
1111
What is GitPoint?
1212
</h2>
1313

1414
<p class="f6 f4-ns gray lh-copy mw7 mb5">
1515
View repository and user information, control your notifications and even manage your issues
16-
and pull requests. Built with React Native, GitPoint is the most feature-rich unofficial GitHub iOS client that is 100% free.
16+
and pull requests. Built with React Native, GitPoint is the most feature-rich unofficial GitHub client that is 100% free.
1717
</p>
1818
</div>
1919
</div>
2020

2121
<div class="flex items-center justify-center">
22-
<img class="mw5" src="/assets/images/profile-screen-side.jpg" srcset="/assets/images/profile-screen-side@2x.jpg 2x" alt="GitPoint Profile Screen">
22+
<img class="mw6" src="/assets/images/both-devices.jpg" srcset="/assets/images/both-devices@2x.jpg 2x" alt="GitPoint Profile Screen">
2323
</div>
2424
</div>
2525
</div>
@@ -31,20 +31,20 @@ <h2 class="f3 f2-m f2-l fw7 dark-gray mb2">
3131

3232
<div class="flex h-inherit items-center w-third-l mr7-l tc tl-l">
3333
<div class="flex flex-column">
34-
<h2 class="f3 f2-m f2-l fw6 dark-gray mb2">
34+
<h2 class="f3 f2-m f2-l fw5 dark-gray mb2">
3535
What is GitPoint?
3636
</h2>
3737

3838
<p class="f6 f4-ns gray lh-copy mw7 mb5">
3939
View repository and user information, control your notifications and even manage your issues and pull requests. Built with React Native, GitPoint
40-
is the most feature-rich unofficial GitHub iOS client that is 100% free.
40+
is the most feature-rich unofficial GitHub client that is 100% free.
4141
</p>
4242
</div>
4343
</div>
4444

4545
<div class="fl-l">
4646
<div class="flex h-100 items-center justify-center">
47-
<img class="grow mw5" src="/assets/images/profile-screen-side.jpg" srcset="/assets/images/profile-screen-side@2x.jpg 2x" alt="GitPoint Profile Screen">
47+
<img class="grow mw5" src="/assets/images/both-devices.jpg" srcset="/assets/images/both-devices@2x.jpg 2x" alt="GitPoint Profile Screen">
4848
</div>
4949
</div>
5050

@@ -57,7 +57,7 @@ <h2 class="f3 f2-m f2-l fw6 dark-gray mb2">
5757

5858
<div class="flex h-inherit items-center w-third-l mr7-l tc tl-l">
5959
<div class="flex flex-column">
60-
<h2 class="f3 f2-m f2-l fw7 dark-gray mb2">
60+
<h2 class="f3 f2-m f2-l fw5 dark-gray mb2">
6161
Control your notifications
6262
</h2>
6363

@@ -81,13 +81,13 @@ <h2 class="f3 f2-m f2-l fw7 dark-gray mb2">
8181

8282
<div class="dn db-l">
8383
<div class="flex h-100 items-center">
84-
<img class="grow mw5" src="/assets/images/repository-screen.jpg" srcset="/assets/images/repository[email protected] 2x" alt="GitPoint Repository Screen">
84+
<img class="grow mw5" src="/assets/images/repo-screen-android.jpg" srcset="/assets/images/repo-screen-android@2x.jpg 2x" alt="GitPoint Repository Screen">
8585
</div>
8686
</div>
8787

8888
<div class="flex h-inherit items-center w-third-l ml7-l tc tl-l">
8989
<div class="flex flex-column">
90-
<h2 class="f3 f2-m f2-l fw7 dark-gray mb2">
90+
<h2 class="f3 f2-m f2-l fw5 dark-gray mb2">
9191
View any repository or user
9292
</h2>
9393

@@ -99,7 +99,7 @@ <h2 class="f3 f2-m f2-l fw7 dark-gray mb2">
9999

100100
<div class="dn-l">
101101
<div class="flex h-100 items-center justify-center">
102-
<img class="grow mw5" src="/assets/images/repository-screen.jpg" srcset="/assets/images/repository[email protected] 2x" alt="GitPoint Repository Screen">
102+
<img class="grow mw5" src="/assets/images/repo-screen-android.jpg" srcset="/assets/images/repo-screen-android@2x.jpg 2x" alt="GitPoint Repository Screen">
103103
</div>
104104
</div>
105105

@@ -108,7 +108,7 @@ <h2 class="f3 f2-m f2-l fw7 dark-gray mb2">
108108

109109

110110
<div class="flex flex-column items-center justify-center pv5 tc ph4 karla bg-primary">
111-
<h2 class="f3 f2-m f2-l fw7 tc dark-gray mb2">
111+
<h2 class="f3 f2-m f2-l fw5 tc dark-gray mb2">
112112
Manage issues and pull requests
113113
</h2>
114114

@@ -125,77 +125,78 @@ <h2 class="f3 f2-m f2-l fw7 tc dark-gray mb2">
125125
</div>
126126

127127
<div class="pv5 ph4 karla bg-tertiary flex justify-center">
128-
<div class="flex flex-column flex-row-l items-center items-start-l tc tl-ns flex-wrap justify-between w-80">
128+
<div class="flex flex-column flex-row-l items-center items-start-l tc tl-ns flex-wrap justify-between w-80">
129129

130-
<div class="w-40-l">
131-
<div class="flex flex-column w6 mb4">
132-
<h2 class="f3 fw7 white mb2">
133-
Another GitHub client?
134-
</h2>
135-
136-
<p class="f5 white lh-copy mw7">
137-
Every currently available iOS client that I tried to use was either too simple (single-feature),
138-
required payment for the most basic of features (such as commenting on an issue)
139-
and/or didn't have the best UI.
140-
</p>
130+
<div class="w-40-l">
131+
<div class="flex flex-column w6 mb4">
132+
<h2 class="f3 fw7 dark-gray mb2">
133+
Another GitHub client?
134+
</h2>
135+
136+
<p class="f5 dark-gray lh-copy mw7">
137+
Every currently available client that I tried to use was either too simple (single-feature),
138+
required payment for the most basic of features (such as commenting on an issue)
139+
and/or didn't have the best UI.
140+
</p>
141141

142-
<p class="f5 white lh-copy mw7">
143-
I was pretty suprised that I couldn't find a single client that I enjoyed using,
144-
so I built this bad boy.
145-
</p>
146-
</div>
142+
<p class="f5 dark-gray lh-copy mw7">
143+
I was pretty suprised that I couldn't find a single client that I enjoyed using,
144+
so I built this bad boy with the help of some amazing contributors.
145+
</p>
146+
</div>
147147

148-
<div class="flex flex-column w6 mb4 mb0-l">
149-
<h2 class="f3 fw7 white mb2">
150-
Y no Android?!?
151-
</h2>
152-
153-
<p class="f5 white lh-copy mw7">
154-
Since this was built with React Native, publishing an Android version is something that we
155-
definitely need to do.
156-
</p>
148+
<div class="flex flex-column w6 mb4 mb0-l">
149+
<h2 class="f3 fw7 dark-gray mb2">
150+
Can I haz privacy?
151+
</h2>
152+
153+
<p class="f5 dark-gray lh-copy mw7">
154+
When you authenticate your account with GitPoint, your access token is stored in
155+
your device with encryption. It's virtually impossible for us to retrieve that information.
156+
We never view a user's access token or GitHub data whatsoever. It's not possible even if we wanted to.
157+
</p>
157158

158-
<p class="f5 white lh-copy mw7">
159-
There's an <a class="link white fw7 dim" href="https://github.com/gitpoint/git-point/issues/2">open issue</a>
160-
to track this, so take a look there to get an idea of when it'll be released!
161-
</p>
159+
<p class="f5 dark-gray lh-copy mw7">
160+
If you would like to see more information about this, please head on over to our
161+
<a class="link dark-gray fw7 dim" href="https://gitpoint.co/privacy-policy">privacy policy</a>.
162+
</p>
163+
</div>
162164
</div>
163-
</div>
164165

165-
<div class="w-40-l">
166-
<div class="flex flex-column w6 mb4">
167-
<h2 class="f3 fw7 white mb2">
168-
Does this have everything?
169-
</h2>
170-
171-
<p class="f5 white lh-copy mw7">
172-
Nope! Well, not yet :). There are definitely features that still need to be included and
173-
you may notice a few bugs here and there.
174-
</p>
166+
<div class="w-40-l">
167+
<div class="flex flex-column w6 mb4">
168+
<h2 class="f3 fw7 dark-gray mb2">
169+
Does this have everything?
170+
</h2>
171+
172+
<p class="f5 dark-gray lh-copy mw7">
173+
Nope! Well, not yet :). There are definitely features that still need to be included and
174+
you may notice a few bugs here and there.
175+
</p>
175176

176-
<p class="f5 white lh-copy mw7">
177-
Please take a look at the <a class="link white fw7 dim" href="https://github.com/gitpoint/git-point/labels/enhancement">issue list</a>
178-
to see all of the features we plan on adding.
179-
Moreover, don't hesitate to file an issue for a bug or a feature request!
180-
</p>
181-
</div>
177+
<p class="f5 dark-gray lh-copy mw7">
178+
Please take a look at the <a class="link dark-gray fw7 dim" href="https://github.com/gitpoint/git-point/labels/enhancement">issue list</a>
179+
to see all of the features we plan on adding.
180+
Moreover, don't hesitate to file an issue for a bug or a feature request!
181+
</p>
182+
</div>
182183

183-
<div class="flex flex-column w6">
184-
<h2 class="f3 fw7 white mb2">
185-
Can I contribute?
186-
</h2>
187-
188-
<p class="f5 white lh-copy mw7">
189-
Yes please! GitPoint is open source and that's what makes it so great.
190-
Feel free to put up an issue for anything you notice or a pull request to fix an existing one.
191-
Even if you have little to no experience with React Native, I'll be more than happy to help :).
192-
</p>
184+
<div class="flex flex-column w6">
185+
<h2 class="f3 fw7 dark-gray mb2">
186+
Can I contribute?
187+
</h2>
188+
189+
<p class="f5 dark-gray lh-copy mw7">
190+
Yes please! GitPoint is open source and that's what makes it so great.
191+
Feel free to put up an issue for anything you notice or a pull request to fix an existing one.
192+
Even if you have little to no experience with React Native, we'll be more than happy to help :).
193+
</p>
193194

194-
<p class="f5 white lh-copy mw7">
195-
Take a look at the <a class="link white fw7 dim" href="https://github.com/gitpoint/git-point/blob/master/CONTRIBUTING.md">contributing guidelines</a>
196-
for detailed steps on how you can contribute.
197-
</p>
195+
<p class="f5 dark-gray lh-copy mw7">
196+
Take a look at the <a class="link dark-gray fw7 dim" href="https://github.com/gitpoint/git-point/blob/master/CONTRIBUTING.md">contributing guidelines</a>
197+
for detailed steps on how you can contribute. We also have an open <a class="link dark-gray fw7 dim" href="https://gitter.im/git-point">gitter channel</a> and we would love to help anyone get started at any time.
198+
</p>
199+
</div>
198200
</div>
199201
</div>
200202
</div>
201-
</div>

_sass/extra.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,15 @@
5858
}
5959

6060
.bg-secondary {
61-
background-color: #eef2f5;
61+
background-color: #fafafa;
6262
}
6363

6464
.bg-tertiary {
65-
background-color: #2c3e50;
65+
background-color: #f4f4f4;
66+
}
67+
68+
.bg-blue {
69+
background-color: #5caef4;
6670
}
6771

6872
.montserrat {

android-launch.html

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
layout: additional
3+
permalink: /android-launch/
4+
---
5+
<div class="h-100 vh-100-l dt w-100 bg-blue flex flex-column flex-row-l items-center justify-center">
6+
<div class="db dn-l">
7+
<div class="flex flex-column items-center justify-center pt6 mb6">
8+
<div class="dtc v-mid tc ph3 ph4-l">
9+
<div class="link header-logo br-100 pa4 br-near-white bg-near-white h4 w4 dib flex items-center justify-center" href="/">
10+
<img class="w4" src="/assets/images/logo-black.png" alt="GitPoint">
11+
</div>
12+
</div>
13+
14+
<div class="flex flex-column items-center justify-center pv1 tc ph4 karla">
15+
<h1 class="pt3 mb0 f2 fw6 tc near-white">GitPoint</h1>
16+
17+
<p class="f3 near-white lh-copy mt2 mb4 mw6">
18+
Now on Android
19+
</p>
20+
21+
<div class="flex flex-column">
22+
<a href="https://play.google.com/store/apps/details?id=com.gitpoint&hl=en" class="dib grow mb3">
23+
<img class="w4" src="http://i.imgur.com/mtGRPuM.png" />
24+
</a>
25+
<a href="https://gitpoint.co/" class="dib link white dim grow">
26+
View main site
27+
</a>
28+
</div>
29+
</div>
30+
</div>
31+
</div>
32+
33+
<div class="fl-l mb4">
34+
<div class="flex h-100 items-center justify-center">
35+
<img class="grow mw5" src="/assets/images/profile-android-blue.jpg" srcset="/assets/images/[email protected] 2x" alt="GitPoint Notifications Screen">
36+
</div>
37+
</div>
38+
39+
<div class="dn db-l">
40+
<div class="flex flex-column items-center justify-center ml7">
41+
<div class="dtc v-mid tc ph3 ph4-l">
42+
<div class="link header-logo br-100 pa4 br-near-white bg-near-white h4 w4 dib flex items-center justify-center" href="/">
43+
<img class="w4" src="/assets/images/logo-black.png" alt="GitPoint">
44+
</div>
45+
</div>
46+
47+
<div class="flex flex-column items-center justify-center pv1 tc ph4 karla">
48+
<h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc near-white">GitPoint</h1>
49+
50+
<p class="f5 f3-ns near-white lh-copy mt2 mb4 mw6">
51+
Now on Android
52+
</p>
53+
54+
<div class="flex flex-column">
55+
<a href="https://play.google.com/store/apps/details?id=com.gitpoint&hl=en" class="dib grow mb3">
56+
{% include icon-play-store.svg %}
57+
</a>
58+
<a href="https://gitpoint.co/" class="dib link white dim grow">
59+
View main site
60+
</a>
61+
</div>
62+
</div>
63+
</div>
64+
</div>
65+
</div>

assets/images/both-devices.jpg

87.4 KB
Loading

assets/images/[email protected]

142 KB
Loading

assets/images/market.jpg

-6.33 KB
Loading

0 commit comments

Comments
 (0)