A C D E F G H I L M N O P Q R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- calculateHash() - Method in class com.project.lordofthewings.Models.QRcode.QRCode
-
Method that takes in the QRCode Content and Calculates a SHA256 Hash
- calculateScore() - Method in class com.project.lordofthewings.Models.QRcode.QRCode
-
Method to calculate the Score associated with a QRCode based on the provided system.
- CaptureActivityTests - Class in com.project.lordofthewings
-
Test class for activity flow.
- CaptureActivityTests() - Constructor for class com.project.lordofthewings.CaptureActivityTests
- checkComments() - Method in class com.project.lordofthewings.QRCodePageTests
-
Checks if the comments are being displayed or not
- checkCorrectLogin() - Method in class com.project.lordofthewings.SignUpPageTests
-
Checks if the right user logged in
- checkCorrectQRCodeName() - Method in class com.project.lordofthewings.CaptureActivityTests
-
Checks if the QR code name is correct
- checkCorrectQRCodeScore() - Method in class com.project.lordofthewings.CaptureActivityTests
-
Checks if the QR code score is correct
- checkDeleteButton() - Method in class com.project.lordofthewings.QRCodePageTests
-
Checks if the delete button works as intended
- checkEditButton() - Method in class com.project.lordofthewings.ProfilePageTests
-
Checks if the edit button works as intended
- checkEditCancel() - Method in class com.project.lordofthewings.ProfilePageTests
-
Check if the cancel button works on the edit fragment
- checkEmptyFields() - Method in class com.project.lordofthewings.SignUpPageTests
-
Checks if the Fields were left empty and displays toast message if it was left empty
- checkForDuplication() - Method in class com.project.lordofthewings.CaptureActivityTests
- checkHighestQRdeets() - Method in class com.project.lordofthewings.ProfilePageTests
-
Checks if all the data present on profile page for user Sauron's Highest QRCode is valid or not
- checkIfAscendingWorks() - Method in class com.project.lordofthewings.WalletPageTests
-
Checks if the ascending order button works
- checkIfClickableOnSearch() - Method in class com.project.lordofthewings.LeaderBoardTests
-
Checks if the item that appeared on search is clickable or not
- checkIfDefaultWorks() - Method in class com.project.lordofthewings.WalletPageTests
-
Checks if the default order button works
- checkIfDescendingWorks() - Method in class com.project.lordofthewings.WalletPageTests
-
Checks if the descending order button works
- checkIfGoesToUserProfile() - Method in class com.project.lordofthewings.LeaderBoardTests
-
Check is goes to repected users profile on clicking on listview item
- checkIfHomeReturns() - Method in class com.project.lordofthewings.ProfilePageTests
-
Checks if returns to home successfully
- checkIfQRClick() - Method in class com.project.lordofthewings.WalletPageTests
-
Checks if switches to QRCodeScan
- checkIfQRCodeIsOwned(AuthorNamesCallback) - Method in class com.project.lordofthewings.Views.QRCodePage
-
Method to check if the user owns the QRCode
- checkIfReturnsHome() - Method in class com.project.lordofthewings.LeaderBoardTests
-
Checks if returns back to homepage
- checkIfReturnsHome() - Method in class com.project.lordofthewings.WalletPageTests
-
CHecks if the page switches from WalletPage to HomePage
- checkIfReturnsToHomeOnCancel() - Method in class com.project.lordofthewings.CaptureActivityTests
-
Checks if Activity returns to Homepage from CaptureActivity
- checkIfReturnsToHomeOnScan() - Method in class com.project.lordofthewings.CaptureActivityTests
-
Checks if Activity returns to Homepage from CaptureActivity
- checkIfReturnWallet() - Method in class com.project.lordofthewings.WalletPageTests
-
Checks if returns back to wallet trying to go back from Capture Activity
- checkIfSearchBarWorks() - Method in class com.project.lordofthewings.LeaderBoardTests
-
Checks if search bar works as intended
- checkIfUserExists(String, FirebaseFirestore) - Method in class com.project.lordofthewings.Models.Player.Player
-
Checks if a user exists in the database asynchronously
- checkIfUserExistsinDB(String) - Method in class com.project.lordofthewings.SignUpPageTests
-
Checks if the user exists in Firebase
- checkLeaderBoardButton() - Method in class com.project.lordofthewings.HomePageTests
-
Checks if goes to leaderboard page on clicking leaderboard button
- checkLocationInfoClickable() - Method in class com.project.lordofthewings.QRCodePageTests
-
Checks if the Location Image tab is clickable or not
- checkMapButton() - Method in class com.project.lordofthewings.HomePageTests
-
Checks if goes to map page on clicking map button
- checkNumberOfQRListView() - Method in class com.project.lordofthewings.WalletPageTests
-
Checks if the app displays the correct amount of QR Codes in the listview
- checkNumberOfQRTextView() - Method in class com.project.lordofthewings.WalletPageTests
-
Checks if the app displays the correct amount of QR Codes in the QRCodes textview
- checkProfileButton() - Method in class com.project.lordofthewings.HomePageTests
-
Checks if goes to profile page on clicking profile button
- checkQRCodeData() - Method in class com.project.lordofthewings.QRCodePageTests
-
Checks if the QRCode data displayed is correct or not
- checkQRCodeInfoClickable() - Method in class com.project.lordofthewings.QRCodePageTests
-
Checks if the QRCodeInfo tab is clickable or not
- checkQRCodeOwner() - Method in interface com.project.lordofthewings.Models.Authors.AuthorNamesCallback
-
Method to handle the callback for Author verification from the database
- checkQRCodeOwner() - Method in class com.project.lordofthewings.Views.QRCodePage
-
Callback interface method that executes after verification of QRCode ownership
- checkQrTotalScore() - Method in class com.project.lordofthewings.WalletPageTests
-
Checks if the total points matches the displayed total points
- checkReturntoWallet() - Method in class com.project.lordofthewings.QRCodePageTests
-
Checks if returns back to Wallet Page from QRCodePage
- checkScanANewQr() - Method in class com.project.lordofthewings.WalletPageTests
-
Checks if updates wallet with new QRCode
- checkScanButton() - Method in class com.project.lordofthewings.HomePageTests
-
Checks if switches to scanner on clicking scanner button
- checkScannedBy() - Method in class com.project.lordofthewings.QRCodePageTests
-
Checks if the scanned by names are being displayed correctly or not
- checkUserDeets() - Method in class com.project.lordofthewings.ProfilePageTests
-
Checks if all the data present on profile page for user Sauron is valid or not
- checkUsername() - Method in class com.project.lordofthewings.HomePageTests
-
Checks if the username displayed is the right username
- checkUsernameTaken() - Method in class com.project.lordofthewings.SignUpPageTests
-
Checks if Username was already taken and displays a Toast message if username was taken
- checkWalletButton() - Method in class com.project.lordofthewings.HomePageTests
-
Checks if goes to wallet page on clicking the wallet button
- com.project.lordofthewings - package com.project.lordofthewings
- com.project.lordofthewings.Controllers - package com.project.lordofthewings.Controllers
- com.project.lordofthewings.Models.Authors - package com.project.lordofthewings.Models.Authors
- com.project.lordofthewings.Models.Player - package com.project.lordofthewings.Models.Player
- com.project.lordofthewings.Models.QRcode - package com.project.lordofthewings.Models.QRcode
- com.project.lordofthewings.Models.QRLocation - package com.project.lordofthewings.Models.QRLocation
- com.project.lordofthewings.Models.Wallet - package com.project.lordofthewings.Models.Wallet
- com.project.lordofthewings.Views - package com.project.lordofthewings.Views
- com.project.lordofthewings.Views.CameraPages - package com.project.lordofthewings.Views.CameraPages
- com.project.lordofthewings.Views.StartUpPages - package com.project.lordofthewings.Views.StartUpPages
- context - Variable in class com.project.lordofthewings.Views.CameraPages.QRCodeScan
- createName() - Method in class com.project.lordofthewings.Models.QRcode.QRCode
-
Method to provide every QRCode to have a Human Readable Identifier.
All Classes All Packages