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

1.1 beta #2

Merged
merged 34 commits into from
Jul 14, 2021
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0c75a59
youtube video patch
Candygoblen123 May 31, 2021
bca9be9
fix youtube, again
Candygoblen123 Jun 28, 2021
4f3f1f8
Merge pull request #1 from LiveTL/develop
MatrixSenpai Jun 30, 2021
4992f73
adding more descriptive error message for upcoming streams - quick pa…
MatrixSenpai Jun 30, 2021
96f05e7
add cookie consent for europe
Candygoblen123 Jul 8, 2021
f4c2e66
begin work on tests
Candygoblen123 Jul 8, 2021
bcb1b31
set up GitHub actions
Candygoblen123 Jul 9, 2021
08340df
Merge branch 'master' of https://github.com/LiveTL/ios into develop
Candygoblen123 Jul 9, 2021
08bd282
Update xctests.yml
Candygoblen123 Jul 9, 2021
a7378e9
Update xctests.yml
Candygoblen123 Jul 9, 2021
e883fd2
Update xctests.yml
Candygoblen123 Jul 9, 2021
01f2e82
Update xctests.yml
Candygoblen123 Jul 9, 2021
c170cdb
Update xctests.yml
Candygoblen123 Jul 9, 2021
20df25b
Update xctests.yml
Candygoblen123 Jul 9, 2021
9a5e4c5
set ios test target to ios 14.1
Candygoblen123 Jul 9, 2021
771ed37
Merge remote-tracking branch 'origin/develop' into develop
Candygoblen123 Jul 9, 2021
7fed2af
Update xctests.yml
Candygoblen123 Jul 9, 2021
4ddd1aa
Update xctests.yml
Candygoblen123 Jul 9, 2021
6042c9d
Update xctests.yml
Candygoblen123 Jul 9, 2021
070ecd6
Update .gitmodules
Candygoblen123 Jul 9, 2021
b8fcc96
Update xctests.yml
Candygoblen123 Jul 9, 2021
d331dab
Update xctests.yml
Candygoblen123 Jul 9, 2021
9f04586
Update xctests.yml
Candygoblen123 Jul 9, 2021
bc6466e
improve filter
Candygoblen123 Jul 10, 2021
40a5833
add more tests
Candygoblen123 Jul 10, 2021
a663ab7
thumbnail home, clear cache buttons
Candygoblen123 Jul 11, 2021
a078842
blurry thumbnails
Candygoblen123 Jul 11, 2021
c390c78
it actually works now
Candygoblen123 Jul 12, 2021
dc8b3f2
add filtering by org
Candygoblen123 Jul 13, 2021
a2f6611
Merge branch '1.1-beta' into holodex-dev
Candygoblen123 Jul 13, 2021
f9799ce
table will refresh after you close the filterView or SettingsView
Candygoblen123 Jul 13, 2021
cb19432
add title to HomeView to reflect HoloDex
Candygoblen123 Jul 13, 2021
7c39ace
ipad fix
Candygoblen123 Jul 13, 2021
cb31544
maybe this is a better idea
Candygoblen123 Jul 13, 2021
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
Prev Previous commit
Next Next commit
Update xctests.yml
  • Loading branch information
Candygoblen123 authored Jul 9, 2021
commit 6042c9dc1389683ff0fa270c0c4ab88c1f982545
4 changes: 2 additions & 2 deletions .github/workflows/xctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
submodules: yes
with:
submodules: recursive

- name: Checkout submodules
run: git submodule update --init --recursive
Expand Down