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

Draft: Improvements from another fork #4

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
aa24d43
Delete .idea directory
automaton82 Jun 9, 2022
afe8086
Delete .gradle directory
automaton82 Jun 9, 2022
cde36fd
Updating gradle to the latest build.
automaton82 Jun 9, 2022
2a8f714
Moving namespaces.
automaton82 Jun 9, 2022
8c9cde0
Moving namespaces.
automaton82 Jun 9, 2022
548eb68
Removing header info, changing colours.
automaton82 Jun 9, 2022
28b378a
Updating icon.
automaton82 Jun 9, 2022
6b0505e
Changing name and app id, updating libs, fixing build.
automaton82 Jun 9, 2022
83be582
Fixing launch screen.
automaton82 Jun 9, 2022
e9b060b
Add files via upload
automaton82 Jun 9, 2022
bf17a6b
Update README.md
automaton82 Jun 9, 2022
414b782
Updating build for internal release to get billing permission on.
automaton82 Jun 9, 2022
b2a5b8f
Adding basic monetization.
automaton82 Jun 10, 2022
4733635
Purchase code with test code to buy.
automaton82 Jun 10, 2022
5b4f683
Re-introducing firebase.
automaton82 Jun 10, 2022
159e13e
Bumping version number.
automaton82 Jun 10, 2022
a4d7fb8
Removing test code, bumping version for release.
automaton82 Jun 10, 2022
2ae30dd
Potentially fixing crash that is occurring from cancelAlarm.
automaton82 Jun 13, 2022
6aee4fa
Fixing gitignore for .idea folder.
automaton82 Jun 13, 2022
6ad0801
Fixing various crashes and bumping all libs up.
automaton82 Sep 10, 2022
5ec6909
Adding SCHEDULE_EXACT_ALARM for Android v12 error.
automaton82 Sep 13, 2022
198d26d
Bumping version.
automaton82 Sep 13, 2022
ad9cd71
Fixing ad obscurement from FAB and bumping version.
automaton82 Jan 29, 2023
3b657dd
Fixing ad obscurement from FAB and bumping version.
automaton82 Jan 31, 2023
733ed7a
Updating target SDK to 33.
automaton82 Aug 25, 2023
2684370
Updating to latest.
automaton82 Nov 12, 2023
6e20e64
Updating to latest.
automaton82 Jul 22, 2024
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
20 changes: 9 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,7 @@ captures/

# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
.idea/

# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
Expand Down Expand Up @@ -80,3 +70,11 @@ lint/tmp/

# Android Profiling
*.hprof

/**/*/res/values/secrets.xml
*.aab
*.apk
*.ap_
google-services.json

**/.DS_Store
Binary file removed .gradle/6.1.1/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/6.1.1/fileContent/fileContent.lock
Binary file not shown.
Empty file removed .gradle/6.1.1/gc.properties
Empty file.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file removed .gradle/checksums/md5-checksums.bin
Binary file not shown.
Binary file removed .gradle/checksums/sha1-checksums.bin
Binary file not shown.
Empty file removed .gradle/vcs-1/gc.properties
Empty file.
2 changes: 0 additions & 2 deletions .idea/.gitignore

This file was deleted.

341 changes: 0 additions & 341 deletions .idea/assetWizardSettings.xml

This file was deleted.

Binary file removed .idea/caches/build_file_checksums.ser
Binary file not shown.
134 changes: 0 additions & 134 deletions .idea/codeStyles/Project.xml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

30 changes: 0 additions & 30 deletions .idea/jarRepositories.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/markdown-doclet.xml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

31 changes: 10 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
<h1 align=center>
<img src="logo-files/horizontal.png" width=50%>
<img src="https://github.com/automaton82/class-timetable-planner/blob/master/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png" />
</h1>
Important: We moved to <a href="https://gitlab.com/asdoi/TimeTable">GitLab</a>! The repository on Github will remain as a mirror. Please do not submit pull requests or issues on GitHub.

# TimeTable

[![Fdroid](https://img.shields.io/f-droid/v/com.asdoi.timetable.svg)]()
[![Release](https://img.shields.io/badge/dynamic/json.svg?label=Release&url=https://gitlab.com/asdoi/TimeTable/-/jobs/artifacts/master/raw/badges.json?job=build_badges&query=release_tag&colorB=brightgreen&logo=gitlab)]()
[![License](https://img.shields.io/badge/dynamic/json.svg?label=License&url=https://gitlab.com/api/v4/projects/19059184?license=true&query=license.key&colorB=yellow)]()
[![Commits since last release](https://gitlab.com/asdoi/TimeTable/-/jobs/artifacts/master/raw/badges/commits_since_last_release.svg?job=build_badges)]()
[![Commit activity](https://gitlab.com/asdoi/TimeTable/-/jobs/artifacts/master/raw/badges/commit_activity.svg?job=build_badges)]()
[![Day the Repository has been created](https://gitlab.com/asdoi/TimeTable/-/jobs/artifacts/master/raw/badges/repository_creation_day.svg?job=build_badges)]()

<a href="https://f-droid.org/en/packages/com.asdoi.timetable/"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="130"></a>
[<img src="https://raw.githubusercontent.com/LibreShift/red-moon/master/art/direct-apk-download.png"
alt="Direct apk download"
height="130">](https://gitlab.com/asdoi/TimeTable/-/raw/master/app/release/app-release.apk)*

# Class Timetable Planner

Timetable is an Android Application, which allows you to save timetable, homeworks and notes.<br>
This is an improved version of the <a href="https://github.com/ulan17/TimeTable">app from ulan17 </a>.<br>
Expand All @@ -38,11 +24,14 @@ You are welcome to contribute with issues, pull requests and ideas. And to contr
- Rewrite class 'AlertDialogsHelper'

### Screenshots
<img alt="1 screenshot" src="fastlane/metadata/android/en-US/images/phoneScreenshots/timetable_screenshot_1.png" width="31%" style="max-width:100%;"> &nbsp;&nbsp;&nbsp;&nbsp; <img alt="1 screenshot" src="fastlane/metadata/android/en-US/images/phoneScreenshots/timetable_screenshot_2.png" width="31%" style="max-width:100%;">
<br>
<img alt="1 screenshot" src="fastlane/metadata/android/en-US/images/phoneScreenshots/timetable_screenshot_3.jpg" width="31%" style="max-width:100%;">&nbsp;&nbsp;&nbsp;&nbsp; <img alt="1 screenshot" src="fastlane/metadata/android/en-US/images/phoneScreenshots/timetable_screenshot_4.jpg" width="31%" style="max-width:100%;">&nbsp;&nbsp;&nbsp;&nbsp; <img alt="1 screenshot" src="fastlane/metadata/android/en-US/images/phoneScreenshots/timetable_screenshot_5.jpg" width="31%" style="max-width:100%;">

*Made by <a href="https://github.com/smichel17">smichel17</a> from <a href="https://github.com/LibreShift/red-moon">LibreShift/red-moon</a>
[<img src="https://github.com/automaton82/class-timetable-planner/blob/master/screenshots/Apple%20iPhone%2011%20Pro%20Max%20Screenshot%200.png" width=175 />]()
[<img src="https://github.com/automaton82/class-timetable-planner/blob/master/screenshots/Apple%20iPhone%2011%20Pro%20Max%20Screenshot%201.png" width=175 />]()
[<img src="https://github.com/automaton82/class-timetable-planner/blob/master/screenshots/Apple%20iPhone%2011%20Pro%20Max%20Screenshot%202.png" width=175 />]()
[<img src="https://github.com/automaton82/class-timetable-planner/blob/master/screenshots/Apple%20iPhone%2011%20Pro%20Max%20Screenshot%203.png" width=175 />]()
[<img src="https://github.com/automaton82/class-timetable-planner/blob/master/screenshots/Apple%20iPhone%2011%20Pro%20Max%20Screenshot%204.png" width=175 />]()
[<img src="https://github.com/automaton82/class-timetable-planner/blob/master/screenshots/Apple%20iPhone%2011%20Pro%20Max%20Screenshot%205.png" width=175 />]()
[<img src="https://github.com/automaton82/class-timetable-planner/blob/master/screenshots/Apple%20iPhone%2011%20Pro%20Max%20Screenshot%206.png" width=175 />]()
[<img src="https://github.com/automaton82/class-timetable-planner/blob/master/screenshots/Apple%20iPhone%2011%20Pro%20Max%20Screenshot%207.png" width=175 />]()

### License

Expand Down
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/release
Loading