Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
6beeaf54
Commit
6beeaf54
authored
Jul 05, 2018
by
Sajal Narang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove FTP from Quick links
parent
01db6740
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
185 additions
and
123 deletions
+185
-123
app/src/main/java/app/insti/fragment/QLinksFragment.java
app/src/main/java/app/insti/fragment/QLinksFragment.java
+0
-2
app/src/main/res/layout/fragment_qlinks.xml
app/src/main/res/layout/fragment_qlinks.xml
+185
-121
No files found.
app/src/main/java/app/insti/fragment/QLinksFragment.java
View file @
6beeaf54
...
@@ -38,7 +38,6 @@ public class QLinksFragment extends BaseFragment {
...
@@ -38,7 +38,6 @@ public class QLinksFragment extends BaseFragment {
TextView
CAMP
=
getActivity
().
findViewById
(
R
.
id
.
button_CAMP
);
TextView
CAMP
=
getActivity
().
findViewById
(
R
.
id
.
button_CAMP
);
TextView
MSStore
=
getActivity
().
findViewById
(
R
.
id
.
button_MSStore
);
TextView
MSStore
=
getActivity
().
findViewById
(
R
.
id
.
button_MSStore
);
TextView
BigHome
=
getActivity
().
findViewById
(
R
.
id
.
button_BigHomeCloud
);
TextView
BigHome
=
getActivity
().
findViewById
(
R
.
id
.
button_BigHomeCloud
);
TextView
FTP
=
getActivity
().
findViewById
(
R
.
id
.
button_FTP
);
TextView
Intercom
=
getActivity
().
findViewById
(
R
.
id
.
button_Intercom
);
TextView
Intercom
=
getActivity
().
findViewById
(
R
.
id
.
button_Intercom
);
TextView
Hospital
=
getActivity
().
findViewById
(
R
.
id
.
button_Hospital
);
TextView
Hospital
=
getActivity
().
findViewById
(
R
.
id
.
button_Hospital
);
TextView
VPN
=
getActivity
().
findViewById
(
R
.
id
.
button_VPN
);
TextView
VPN
=
getActivity
().
findViewById
(
R
.
id
.
button_VPN
);
...
@@ -61,7 +60,6 @@ public class QLinksFragment extends BaseFragment {
...
@@ -61,7 +60,6 @@ public class QLinksFragment extends BaseFragment {
CAMP
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://camp.iitb.ac.in/"
);
}
});
CAMP
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://camp.iitb.ac.in/"
);
}
});
MSStore
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"http://msstore.iitb.ac.in/"
);
}
});
MSStore
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"http://msstore.iitb.ac.in/"
);
}
});
BigHome
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://home.iitb.ac.in/"
);
}
});
BigHome
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://home.iitb.ac.in/"
);
}
});
FTP
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"ftp://ftp.iitb.ac.in/"
);
}
});
Intercom
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://portal.iitb.ac.in/TelephoneDirectory/"
);
}
});
Intercom
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://portal.iitb.ac.in/TelephoneDirectory/"
);
}
});
Hospital
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"http://www.iitb.ac.in/hospital/"
);
}
});
Hospital
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"http://www.iitb.ac.in/hospital/"
);
}
});
VPN
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://www.cc.iitb.ac.in/engservices/engaccessingiitffromoutside/19-vpn"
);
}
});
VPN
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
public
void
onClick
(
View
v
)
{
goToUrl
(
"https://www.cc.iitb.ac.in/engservices/engaccessingiitffromoutside/19-vpn"
);
}
});
...
...
app/src/main/res/layout/fragment_qlinks.xml
View file @
6beeaf54
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<FrameLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
...
@@ -9,125 +8,190 @@
...
@@ -9,125 +8,190 @@
<ScrollView
<ScrollView
android:layout_width=
"fill_parent"
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
>
android:layout_height=
"wrap_content"
>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:orientation=
"vertical"
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
>
<TextView
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:text=
" CMS"
android:textSize=
"25sp"
/>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"fill_parent"
<TextView
android:layout_height=
"fill_parent"
android:id=
"@+id/button_CMS"
android:textSize=
"@dimen/quick_links_size"
android:orientation=
"vertical"
>
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
<TextView
android:text=
"CMS"
/>
android:layout_width=
"fill_parent"
<TextView
android:layout_height=
"wrap_content"
android:id=
"@+id/button_CMSMaint"
android:textSize=
"@dimen/quick_links_size"
android:text=
" CMS"
android:layout_width=
"match_parent"
android:textSize=
"25sp"
/>
android:layout_height=
"wrap_content"
android:text=
"CMS - Maintainance"
/>
<TextView
<TextView
android:id=
"@+id/button_CMS"
android:id=
"@+id/button_CMSNet"
android:textSize=
"@dimen/quick_links_size"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"CMS"
android:text=
"CMS - Network"
/>
android:textSize=
"@dimen/quick_links_size"
/>
<TextView
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:text=
" Academics"
android:textSize=
"25sp"
/>
<TextView
<TextView
android:id=
"@+id/button_ASC"
android:textSize=
"@dimen/quick_links_size"
android:id=
"@+id/button_CMSMaint"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"ASC"
/>
android:text=
"CMS - Maintainance"
<TextView
android:textSize=
"@dimen/quick_links_size"
/>
android:id=
"@+id/button_ASCExt"
android:textSize=
"@dimen/quick_links_size"
android:layout_width=
"match_parent"
<TextView
android:layout_height=
"wrap_content"
android:id=
"@+id/button_CMSNet"
android:text=
"External ASC"
/>
android:layout_width=
"match_parent"
<TextView
android:layout_height=
"wrap_content"
android:id=
"@+id/button_Moodle"
android:textSize=
"@dimen/quick_links_size"
android:text=
"CMS - Network"
android:layout_width=
"match_parent"
android:textSize=
"@dimen/quick_links_size"
/>
android:layout_height=
"wrap_content"
android:text=
"Moodle"
/>
<TextView
<TextView
android:layout_width=
"fill_parent"
android:id=
"@+id/button_Internship"
android:textSize=
"@dimen/quick_links_size"
android:layout_height=
"wrap_content"
android:layout_width=
"match_parent"
android:text=
" Academics"
android:layout_height=
"wrap_content"
android:textSize=
"25sp"
/>
android:text=
"Internship Login"
/>
<TextView
<TextView
android:id=
"@+id/button_Placement"
android:textSize=
"@dimen/quick_links_size"
android:id=
"@+id/button_ASC"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"Placement Login"
/>
android:text=
"ASC"
<TextView
android:textSize=
"@dimen/quick_links_size"
/>
android:id=
"@+id/button_Library"
android:textSize=
"@dimen/quick_links_size"
android:layout_width=
"match_parent"
<TextView
android:layout_height=
"wrap_content"
android:id=
"@+id/button_ASCExt"
android:text=
"Central Library"
/>
android:layout_width=
"match_parent"
<TextView
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:text=
" Calender"
android:textSize=
"25sp"
/>
android:layout_height=
"wrap_content"
<TextView
android:text=
"External ASC"
android:id=
"@+id/button_Acad_calender"
android:textSize=
"@dimen/quick_links_size"
android:textSize=
"@dimen/quick_links_size"
/>
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
<TextView
android:text=
"Academic Calender"
/>
android:id=
"@+id/button_Moodle"
<TextView
android:layout_width=
"match_parent"
android:id=
"@+id/button_Acad_timetable"
android:textSize=
"@dimen/quick_links_size"
android:layout_height=
"wrap_content"
android:layout_width=
"match_parent"
android:text=
"Moodle"
android:layout_height=
"wrap_content"
android:textSize=
"@dimen/quick_links_size"
/>
android:text=
"Academic Timetable"
/>
<TextView
<TextView
android:id=
"@+id/button_Holidays"
android:textSize=
"@dimen/quick_links_size"
android:id=
"@+id/button_Internship"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"Holidays List"
/>
android:text=
"Internship Login"
<TextView
android:textSize=
"@dimen/quick_links_size"
/>
android:id=
"@+id/button_Circulars"
android:textSize=
"@dimen/quick_links_size"
android:layout_width=
"match_parent"
<TextView
android:layout_height=
"wrap_content"
android:id=
"@+id/button_Placement"
android:text=
"Circulars"
/>
android:layout_width=
"match_parent"
<TextView
android:layout_height=
"wrap_content"
android:id=
"@+id/button_Courselist"
android:textSize=
"@dimen/quick_links_size"
android:text=
"Placement Login"
android:layout_width=
"match_parent"
android:textSize=
"@dimen/quick_links_size"
/>
android:layout_height=
"wrap_content"
android:text=
"CMS Maintainance"
/>
<TextView
<TextView
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:text=
" Services"
android:textSize=
"25sp"
/>
android:id=
"@+id/button_Library"
<TextView
android:layout_width=
"match_parent"
android:id=
"@+id/button_GPO"
android:textSize=
"@dimen/quick_links_size"
android:layout_height=
"wrap_content"
android:layout_width=
"match_parent"
android:text=
"Central Library"
android:layout_height=
"wrap_content"
android:textSize=
"@dimen/quick_links_size"
/>
android:text=
"GPO"
/>
<TextView
<TextView
android:id=
"@+id/button_CAMP"
android:textSize=
"@dimen/quick_links_size"
android:layout_width=
"fill_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
" Calender"
android:text=
"CAMP"
/>
android:textSize=
"25sp"
/>
<TextView
android:id=
"@+id/button_MSStore"
android:textSize=
"@dimen/quick_links_size"
<TextView
android:layout_width=
"match_parent"
android:id=
"@+id/button_Acad_calender"
android:layout_height=
"wrap_content"
android:layout_width=
"match_parent"
android:text=
"Microsoft Store"
/>
android:layout_height=
"wrap_content"
<TextView
android:text=
"Academic Calender"
android:id=
"@+id/button_BigHomeCloud"
android:textSize=
"@dimen/quick_links_size"
android:textSize=
"@dimen/quick_links_size"
/>
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
<TextView
android:text=
"BigHome Cloud"
/>
android:id=
"@+id/button_Acad_timetable"
<TextView
android:layout_width=
"match_parent"
android:id=
"@+id/button_FTP"
android:textSize=
"@dimen/quick_links_size"
android:layout_height=
"wrap_content"
android:layout_width=
"match_parent"
android:text=
"Academic Timetable"
android:layout_height=
"wrap_content"
android:textSize=
"@dimen/quick_links_size"
/>
android:text=
"FTP"
/>
<TextView
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:text=
" Miscellaneous"
android:textSize=
"25sp"
/>
<TextView
<TextView
android:id=
"@+id/button_Holidays"
android:id=
"@+id/button_Intercom"
android:textSize=
"@dimen/quick_links_size"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"Holidays List"
android:text=
"Intercom Extensions"
/>
android:textSize=
"@dimen/quick_links_size"
/>
<TextView
android:id=
"@+id/button_Hospital"
android:textSize=
"@dimen/quick_links_size"
<TextView
android:layout_width=
"match_parent"
android:id=
"@+id/button_Circulars"
android:layout_height=
"wrap_content"
android:layout_width=
"match_parent"
android:text=
"Hospital"
/>
android:layout_height=
"wrap_content"
<TextView
android:text=
"Circulars"
android:id=
"@+id/button_VPN"
android:textSize=
"@dimen/quick_links_size"
android:textSize=
"@dimen/quick_links_size"
/>
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
<TextView
android:text=
"VPN Guide"
/>
android:id=
"@+id/button_Courselist"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
</LinearLayout>
android:text=
"CMS Maintainance"
android:textSize=
"@dimen/quick_links_size"
/>
<TextView
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:text=
" Services"
android:textSize=
"25sp"
/>
<TextView
android:id=
"@+id/button_GPO"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"GPO"
android:textSize=
"@dimen/quick_links_size"
/>
<TextView
android:id=
"@+id/button_CAMP"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"CAMP"
android:textSize=
"@dimen/quick_links_size"
/>
<TextView
android:id=
"@+id/button_MSStore"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"Microsoft Store"
android:textSize=
"@dimen/quick_links_size"
/>
<TextView
android:id=
"@+id/button_BigHomeCloud"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"BigHome Cloud"
android:textSize=
"@dimen/quick_links_size"
/>
<TextView
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:text=
" Miscellaneous"
android:textSize=
"25sp"
/>
<TextView
android:id=
"@+id/button_Intercom"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"Intercom Extensions"
android:textSize=
"@dimen/quick_links_size"
/>
<TextView
android:id=
"@+id/button_Hospital"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"Hospital"
android:textSize=
"@dimen/quick_links_size"
/>
<TextView
android:id=
"@+id/button_VPN"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"VPN Guide"
android:textSize=
"@dimen/quick_links_size"
/>
</LinearLayout>
</ScrollView>
</ScrollView>
</FrameLayout>
</FrameLayout>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment