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

Slight UI fixes #9

Merged
merged 39 commits into from
Mar 3, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
17f6ecf
DRAFT!!! add insta (but I don't know original app instagram clientID)
zerezhka Feb 22, 2021
72ab6f6
Fix minor typos in README
hejny Feb 22, 2021
0f8e56a
Add ability to enlarge profile photos by clicking on it
alevlage Feb 23, 2021
acab89d
Invite and search users feature
bit-world Feb 23, 2021
7dbc357
Update InviteListFragment.java
bit-world Feb 23, 2021
744d351
Delete strings.xml
bit-world Feb 23, 2021
aaf582a
Update strings.xml
bit-world Feb 23, 2021
3b47608
Update InviteListFragment.java
bit-world Feb 23, 2021
ce5b2c7
Update InviteListFragment.java
bit-world Feb 23, 2021
5155eac
Update InviteListFragment.java
bit-world Feb 23, 2021
121bac6
Merge branch 'master' of https://github.com/bit-world/Houseclub
bit-world Feb 23, 2021
b4d8c76
Add model/Contact.java
bit-world Feb 23, 2021
5fe781d
Get_suggested_invites implementation
bit-world Feb 23, 2021
7c75900
add insta draft 2
zerezhka Feb 24, 2021
a1a7ae3
Merge branch 'master' into feature/add_your_inst
zerezhka Feb 24, 2021
97edde1
Update strings.xml
bit-world Feb 24, 2021
67927e6
Update InviteListFragment.java
bit-world Feb 24, 2021
b1ee174
Update HomeFragment.java
bit-world Feb 24, 2021
53ba0e8
Update InviteListFragment.java
bit-world Feb 24, 2021
9c92c97
fix indents
dievskiy Feb 24, 2021
7f290dd
to tabs
bit-world Feb 24, 2021
bea3197
move return bar to bottom, change color
dievskiy Feb 26, 2021
b761d8b
Merge branch 'master' into profile-photo-enlarger
alevlage Feb 26, 2021
58be430
Merge branch 'master' into master
bit-world Feb 27, 2021
47862cd
Update InviteListFragment.java
bit-world Feb 27, 2021
2527bfe
Merge branch 'master' of https://github.com/bit-world/Houseclub
bit-world Feb 27, 2021
7331f11
add funkcionality: show mutual followers
josefjebavy Feb 28, 2021
00ddaeb
Merge branch 'master' into feature/add_your_inst
zerezhka Feb 28, 2021
cd84f1e
instagram linking
zerezhka Feb 28, 2021
17ec2b2
Create SearchUsers.java
bit-world Mar 1, 2021
2dd85e3
Delete SearchPeople.java
bit-world Mar 1, 2021
12c6669
Update SearchListFragment.java
bit-world Mar 1, 2021
173a14f
Merge branch 'feature-ui-improvements' of github.com:dievskiy/Houseclub
CarlosUvaSilva Mar 1, 2021
0e454fb
merge
CarlosUvaSilva Mar 1, 2021
4a3ec39
Merge branch 'profile-photo-enlarger' of github.com:alevlage/Houseclub
CarlosUvaSilva Mar 1, 2021
5234668
fix zoom in
CarlosUvaSilva Mar 1, 2021
6e12e19
merge
CarlosUvaSilva Mar 1, 2021
92f39c8
merge
CarlosUvaSilva Mar 1, 2021
a5baff2
set audio maximum quality
CarlosUvaSilva Mar 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into feature/add_your_inst
# Conflicts:
#	Houseclub/build.gradle
#	Houseclub/src/main/java/me/grishka/houseclub/fragments/ProfileFragment.java
#	Houseclub/src/main/res/layout/profile.xml
  • Loading branch information
zerezhka committed Feb 28, 2021
commit 00ddaebeeba6f20e22063a670095a1db85a33c7a
4 changes: 2 additions & 2 deletions Houseclub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "me.grishka.houseclub"
minSdkVersion 24
targetSdkVersion 30
versionCode 8
versionName "1.0.7"
versionCode 9
versionName "1.0.8"

Properties properties = new Properties()
if (project.rootProject.file('local.properties').canRead()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ public class ProfileFragment extends LoaderFragment{
private TextView name, username, followers, following, followsYou, bio, inviteInfo, twitter, instagram,
invites;
private ImageView photo, inviterPhoto;
private Button followBtn;
private View socialButtons;
private Button followBtn, inviteButton;
private EditText invitePhoneNum;
private View socialButtons, inviteLayout;
private WebView webView;
private boolean self;

Expand Down Expand Up @@ -94,6 +95,10 @@ public View onCreateContentView(LayoutInflater inflater, ViewGroup container, Bu
twitter=v.findViewById(R.id.twitter);
instagram=v.findViewById(R.id.instagram);
socialButtons=v.findViewById(R.id.social);
inviteLayout = v.findViewById(R.id.invite_layout);
inviteButton = v.findViewById(R.id.invite_button);
invites = v.findViewById(R.id.num_of_invites);
invitePhoneNum = v.findViewById(R.id.invite_phone_num);
webView=v.findViewById(R.id.webView);

followBtn.setOnClickListener(this::onFollowClick);
Expand Down
33 changes: 33 additions & 0 deletions Houseclub/src/main/res/layout/profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,39 @@
tools:text="Joined 1/2/3\nNominated by whomever"/>

</LinearLayout>

<LinearLayout
android:id="@+id/invite_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="16dp"
android:visibility="gone"
tools:visibility="visible">

<TextView
android:id="@+id/num_of_invites"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:text="You have 3 invites" />

<EditText
android:id="@+id/invite_phone_num"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/invite_phone_hint"
android:importantForAutofill="no"
android:inputType="phone" />

<Button
android:id="@+id/invite_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="@string/invite_button_label" />

</LinearLayout>

</LinearLayout>

</ScrollView>
You are viewing a condensed version of this merge commit. You can view the full changes here.