-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Started the implementation of automatic testing * Update strings.xml * Added preference * Adding time preference * First raw implementation of alarm service * Commented code * Start RunningActivity from background * How to backgroun an activity * Clean code * Send activity to background * Always send the local notification * versionCode * Change software_name * Update build.gradle * Update build.gradle * Update preferences_global.xml * Adapting code * Update PreferenceFragment.java * Solve intent crash * Default values (revert this commit in the future) * Update PreferenceManager.java * Update PreferenceFragment.java * Update strings.xml * Update RunningActivity.java * Adding preferences * New alarm service * Trying refactor TestAsync * Update TestAsyncTask.java * fix * Update AbstractTest.java * Change TestAsync class * Update AlarmReceiver.java * add TODO * Add no internet check * Start implementation of a ServiceJob * First working(ish) implementation of the test as a service * Start code cleanup * Stop test * Check test running * Managing test start stop and post Execution * Fix unexpected end of stream on Connection in android * Update TestAsyncTask.java * Notification final fixes * Adjusting services classes * open RunningActivity and handling testSuite * Unused code * Test new scheduling * Last testing * Null checking * last todo * Removing background service classes * Separate runTest and downloadURLs * Fix crash * Removed comments * Update preferences_global.xml * Update AndroidManifest.xml * Update MainActivity.java * Update preferences_global.xml * Fixing interrupt problem * Remove vibration and sounds * removing icon * Localize string * Adding comments * Update build.gradle * Update build.gradle * Cancel notification on app open
- Loading branch information
1 parent
c0b8245
commit f3a1395
Showing
14 changed files
with
463 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.