Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
0c1b38a
Basic UI for Android Techneaux Mobile App Designed for the login page…
cmd-drake Oct 20, 2015
5b5e941
error handling added for login
cmd-drake Oct 20, 2015
227c7ed
1800 number calls a phone number. for now it calls Lucian's phone. do…
cmd-drake Oct 20, 2015
e5511b0
added iOS FIle
cmd-drake Oct 21, 2015
bc37b17
removed multiline on the login fields, added Techneaux logo
cmd-drake Oct 22, 2015
6143074
storing companyname and password to sharedpreferences, and made passw…
cmd-drake Oct 22, 2015
8ca8a96
Created wipe data settings menu to wipe out the sharedpreference data…
cmd-drake Oct 22, 2015
5b9b27a
integrated employeeinfo from Krista/Jacob
cmd-drake Oct 26, 2015
cbe77fc
removed company password storage and retrieval.
cmd-drake Oct 26, 2015
acf4d9a
commented login page code.
cmd-drake Oct 26, 2015
6aaa705
commented all code, and implemented wiping data in login and employee…
cmd-drake Oct 26, 2015
9f1c7da
added validation for all four fields to ensure fields are filled in a…
cmd-drake Oct 26, 2015
ce1592f
auto shift screens on start up depending on a flag set on validators.…
cmd-drake Oct 26, 2015
7260a80
added length validation for login, and the company name to top of emp…
cmd-drake Oct 26, 2015
fc8be4f
removed iOS folder.
cmd-drake Oct 26, 2015
80ce14a
Back button disabled to avoid potential errors.
cmd-drake Oct 27, 2015
7dbcb3e
Ticket Screen added, error checking is added for blank edit texts for…
cmd-drake Oct 27, 2015
ac669e0
Ticket submission complete. Now to make a photo and get communication…
cmd-drake Oct 27, 2015
5daef5a
updated if statement in mainactivity to only go to employee info when…
cmd-drake Oct 27, 2015
4a98a61
Added Employee Credentials to ticket screen in the settings drop down
cmd-drake Oct 29, 2015
3cb857f
Made branch due to uncertainty of photos in this scope of work. Added…
cmd-drake Nov 2, 2015
49af924
added photo preview to the ticket screen on image tap.
cmd-drake Nov 2, 2015
0c52cfc
commented in the clipboard manager code.
cmd-drake Nov 3, 2015
5bec90b
Fixed bug Jaime from Techneaux found that location remains in ticket …
cmd-drake Nov 5, 2015
a290453
Created appropriate JSON Objects for each page.
cmd-drake Nov 10, 2015
35449a6
Tested JSON Objects are correctly created using toasts.
cmd-drake Nov 10, 2015
eccfe00
added "Your" to each field in employee screen.
cmd-drake Nov 11, 2015
5220bb7
added JSON creation and sending via HTTP.
cmd-drake Nov 11, 2015
5fb371b
added SSL to the API_Communication.java class and tested with login t…
cmd-drake Nov 11, 2015
b563271
cleared result variable in API_Comm every time class is used to post …
cmd-drake Nov 12, 2015
66ce8b7
Done with API Communication :D!
cmd-drake Nov 12, 2015
2fe7cc2
Fixed bugs as per reported from API.
cmd-drake Nov 14, 2015
c34b4f8
Added TextView to capture errors from API or app.
cmd-drake Nov 15, 2015
9aa9d35
added clear photo btn
cmd-drake Nov 15, 2015
9baa9fd
Updated some API code to be more effective.
cmd-drake Nov 16, 2015
be80350
changed base64 encode formatting to 'NO_WRAP', API can read this just…
cmd-drake Nov 17, 2015
19dea2d
added in company logo and changed background/font/button colors
kkz6164 Nov 18, 2015
47d8e90
added a padding to the phone icon to make it smaller
kkz6164 Nov 18, 2015
29f7358
Added Progress Bar
cmd-drake Nov 18, 2015
12e0e82
auto formatted code to be lined up and redid TicketActivity to run in…
cmd-drake Nov 18, 2015
1befa35
Registration rewritten with threads to allow animations.
cmd-drake Nov 18, 2015
fe9c47a
enabled and disable verify button on employee screen when checking wi…
cmd-drake Nov 18, 2015
5802743
animated login screen
cmd-drake Nov 18, 2015
9a61355
removed Location as required field
cmd-drake Nov 19, 2015
b26247d
Removed View Employee option from setting menu for login and employe…
cmd-drake Nov 20, 2015
cdb38de
- Main Activity, Registration Activity and Ticket Activity - added a …
cmd-drake Nov 20, 2015
797041c
Made the four employee information fields persistent between running …
cmd-drake Nov 20, 2015
5ce9097
got high res pic....too high res...API overload
cmd-drake Nov 23, 2015
680189b
can scale bitmaps to 1000 for demo purposes.
cmd-drake Nov 23, 2015
674036f
commented code....FINAL
cmd-drake Dec 2, 2015
b0dfef1
changed erase saved data to sign out
cmd-drake Dec 2, 2015
df84c45
wipe out ticket description
cmd-drake Dec 5, 2015
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
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/TechneauxMobileApp.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

223 changes: 223 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Android/TechneauxMobileApp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
1 change: 1 addition & 0 deletions Android/TechneauxMobileApp/.idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions Android/TechneauxMobileApp/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Android/TechneauxMobileApp/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Android/TechneauxMobileApp/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading