Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nova-video-player/aos-Video

NOVA opeN sOurce Video plAyer: player frontend main UI
https://github.com/nova-video-player/aos-Video

Make the torrent path preference button click again to choose folder.

8bcad7467d5cc49921d987c4462534bf2cd888e2 authored over 5 years ago
Do not crash when opening settings->licenses and hitting back

9aedb43c751567b240e9e3cc78137a9de7277680 authored over 5 years ago
DBG--

472ff8945c7e9e5bde6f939b623916ba0601348b authored over 5 years ago
onStartForeground in onStartCommand

3140fa54505bc1c8db4ec9925d807935c1798b09 authored over 5 years ago
uniformize with other services and remove debugs

fe1a6c337ffb38e1ea3878534ddae0eced162c6e authored over 5 years ago
debug--

7b82bd6e50056770468bcc8d780d768f31051d67 authored over 5 years ago
Do not do "new DatabaseHelper()" each call.

This creates a new db connection each call with is then garbage collected once no longer needed....

ece1fc9370f42a26d4f99f1060a9fc090113c7e0 authored over 5 years ago
remove unused

6e93e1443a58b61f5ade6d2dd04e547c1c02b482 authored over 5 years ago
Start the right service...

d350b4dd1848a2bc04fdc21197cdadc101e1c5c0 authored over 5 years ago
Fix crash occurring when copying in a row multiple video in background to device from network share.

2979751cfbb18ca3a75c1124f80be821827eb346 authored over 5 years ago
close db

345a28ff21280c23bf6a2d1334271d19a67720f7 authored over 5 years ago
Get back the download dialog when clicking on the notification icon.

5de3401368f542591157dbf731e563052181a1be authored over 5 years ago
startForegroundService

96da63d25e50ed041ba84fa32a04011868f96be1 authored over 5 years ago
Add proper foreground service with notification for FileManagerService

583a8beec1e553a67190cacd3416a71dc960c377 authored over 5 years ago
Replace superseded NovaPreferenceFragmentCompat hack by VideoPreferencesFragment

bf40d0167cdfabc6f46b050ef7dd3d5e04515083 authored over 5 years ago
Remove temporary hack that is no longer needed with 1.1.0 androidx.appcompat

bf2393c85e44254af9a5cc2c09cdbe4b09626df3 authored over 5 years ago
gradle++

514de406889c564ac91539837c12d3d49cd3c1c8 authored over 5 years ago
Revert "use startForegroundService with ContextCompat"

This reverts commit 96b4e0a0e2280f70ca90cd9f430ee5eb13ac604c.

62a4e1e062c5ae1b355c2d182ecde88a3347e2a6 authored over 5 years ago
use startForegroundService with ContextCompat

96b4e0a0e2280f70ca90cd9f430ee5eb13ac604c authored over 5 years ago
Do not scrap your videos but scrape

c970144367c3b48ee89a6695fdabd21ead208433 authored over 5 years ago
Prepare for 5.2

eaa72489f38c2d7341252b60b1d2c8babbf1b13e authored over 5 years ago
Revert "Use one LoaderManager for all fragment linked to activity but different ids per fragment."

Stick with simple proven approach that will respect expected fragment lifecycle.

This reverts c...

34f3af9119a3aa73bdfc4440e759d6083c659769 authored over 5 years ago
Reduces E/SQLiteLog: (9) statement aborts messages.

Happens when loader aborts the loading because the data changed and somehow interrupts at sqlite...

2f4b0d98e908771a0f831136476413dcf1454646 authored over 5 years ago
Since retained fragments are not used, exit onLoadFinished if there is no more activity.

c34ac199a090c94fb5970e90931673addfa04f4f authored over 5 years ago
In the process of migrating to API28, "this" should have been used instead of getActivity()

800a1c501c19ae65ff110d88c5edc088822ce0ed authored over 5 years ago
Forgot this one during androidx migration...

cf4375e48277fb13eaefeb7026f12c486b962501 authored over 5 years ago
close another cursor

TODO: Investigate if cursor can be replaced with loader.init
Since it should not be loaded in th...

b05b3a9eff69b722488f047e79d65331754ed3db authored over 5 years ago
fix NullPointerException when app not yet / no longer visible

0673f30dfb05a59fda3bc0b891e346ff9a6d5031 authored over 5 years ago
debug--

e2e4efdbe7b3bdab4c90600965d8735f4f00f34d authored over 5 years ago
UI updates should be handled in onPostExcute instead of doInBackground

Closes https://github.com/nova-video-player/aos-AVP/issues/203
Closes https://github.com/nova-vi...

75b31e2324a74cf1f9cb5ac7a832539c0259af0c authored over 5 years ago
remove old not used anymore stuff and triplet upgrade

1e220094249963d66e8d4d830b74007e331186be authored over 5 years ago
Align leanback versions

8780736037e625ae73e36ae9c342f41798af448b authored over 5 years ago
latest proguard rules for retrofit2

3c6cb2b1496d66fdac41a2914a6e1c1e5f5d373c authored over 5 years ago
Merge branch 'thetvdb-java' into androidx

af54b4a51355703affcaaf7719081db4ab97543d authored over 5 years ago
onSuper missing

35d8231fe9b9c07a5774c8aafc842605ecad563c authored over 5 years ago
Fixes crash on API29 entering settings on phones.

Fixes https://github.com/nova-video-player/aos-AVP/issues/199

365a98169ccdfa5a7052dc807ee9341d2c05e085 authored over 5 years ago
Faster manual show scraping

65e3db5b689d9fd5ec4e9786c7888459052a8b8f authored over 5 years ago
Make manual tv show scraping lazier

19cdccf5da7cb77430cae5b8633e9df33b4ccd10 authored over 5 years ago
Use TheTVDB API v2

699d1a0fad3a27eeec1ab38c19b933d9883cc888 authored over 5 years ago
We are not ready for scoped storage yet.

TODO: fix it.

8234ba31e9c601b09ce5f481971abf7576b6f496 authored over 5 years ago
left over from getFragmentManager() in Activity has been deprecated

a94333ca067d4a0a2ea50d7fd4bfab1ebc734b3f authored over 5 years ago
target API29 and updates androidx dependenciestarget API29 and updates androidx dependencies

9c93f41e6dd1bbbf80a21a9395cdf1612d26ad0f authored over 5 years ago
release notes for Google release

16e07735ddd1413a6fc04ed9450bfe47351a908f authored over 5 years ago
Delegate video start to another thread

Fix network on main thread when going back from floating player

ec4d3be7e9a67d3b6ea87683571cf93019d0c2f2 authored over 5 years ago
Workaround fromUri call from main thread

Avoids network on main thread exception in jcifs
from SmbFile usage

Makes our current state usable

5428fa8512ba1f963d6dd557e2acab67cb052a97 authored over 5 years ago
remove deprecated MetaFile usages

e0f063db5bd88325566fb48184770aa44e29441f authored over 5 years ago
deprecated--

c7c9196f7253b22b195c2d36fe9cd6d3cf1bf62a authored over 5 years ago
shouldOverrideUrlLoading deprecation

a277befbf8df5265818be7e1ac9bf52c51f98805 authored over 5 years ago
getDrawable setTextAppearance deprecation

4e92866a94f7b5fd7fb117c3ec6759eebd42545a authored over 5 years ago
setTextAppearance and GuidedAction.Builder deprecation

509b069222b707f8a1c528984a57269e6f95c752 authored over 5 years ago
deprecated--

f3f017520d520867b25847476f6b67e5da63a65d authored over 5 years ago
PowerManager.SCREEN_DIM_WAKE_LOCK is deprecated, use instead getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON)

b62f32f475b8ab857dd9e2c81f992c567e3f5c8d authored over 5 years ago
Most probably cut and paste error

a12f34f0819d159ab1b3bf142ab59ddc4bceddec authored over 5 years ago
Revert "This was lost."

Fixes https://github.com/nova-video-player/aos-AVP/issues/182

This reverts commit 76158ce1d30b0...

b4f8b4a09e96778dbca5b9faac10d6332622bdc9 authored over 5 years ago
crowdin sync

8c14dcf0da901b5c42a3152c1890bb719ee19112 authored over 5 years ago
v4.14 release notes

e6e2859e7c981fac8de660f4ce5af49916c43e3f authored over 5 years ago
crowdin sync

a1af6e91f6dacaf5d8db27949716906507c87b66 authored over 5 years ago
Add CP28606

c0a713e561029d78de4584a3f9e9accd43e23e49 authored over 5 years ago
Manages fromHtml deprecation and change of arguments depending of API level.

Fixes https://github.com/nova-video-player/aos-AVP/issues/195

4fd94f3a1b9a4f7fce46dc11b6dc2bdd6e36484d authored over 5 years ago
Amazon flavor is back because amazon submission prohibits widgets.

5d7bf7958cae2b06206efd49a926286a0435ecfd authored over 5 years ago
Size and not style it is

a0a8733372d1fec90295853fac8eb41c8f30d492 authored over 5 years ago
Pass first external subtitle file to vlc if 3rdPartyPlayer is used.

See https://github.com/nova-video-player/aos-AVP/issues/140

62ac0f88e2f65e3b5fe0437eaf378a5ce564fd97 authored over 5 years ago
release notes

78e5b43688e7c5118402554e3d6d295fa3b63646 authored over 5 years ago
Disable watch up next for now until issue #186 is fixed.

See https://github.com/nova-video-player/aos-AVP/issues/186

02d5af09464dcb700b43f3d0ed822cc69fc43d9f authored over 5 years ago
Merge remote-tracking branch 'github/trakt-java' into androidx

d41c622b2ea0c6c50d9537c484493485d85f2d1f authored over 5 years ago
I get R8: Invoke-customs are only supported starting with Android O (--min-api 26) without this.

897dbe6f55bc55a0cae9b75e05e66fd59f0a1584 authored over 5 years ago
WIP switch to trakt-java new lib.

c9dddf40bb532502d2f98b7996715e3c902cce40 authored over 5 years ago
changelog++

0a9af5106947e2feb85771e38f370477be886542 authored over 5 years ago
4.12

ed9a28257fae4149cb7e1f103e254edb4625ad47 authored over 5 years ago
Changelog for next 4.11 internal release.

3886c69233792333befac61f318f2fd332cc51f0 authored over 5 years ago
Revert "Must have the two providers"

This is not correct and prevents upgrading nova if AVP is installed.

This reverts commit 3641e3...

5f082dd69d1032a7be26a658b2a29d5cf44ee7ef authored over 5 years ago
Add channels in release notes

2919358dc9a5198e833349f838335930f7bfd0aa authored over 5 years ago
This was lost.

See https://github.com/nova-video-player/aos-AVP/issues/130

76158ce1d30b0b08e34bb13252c861c59a553bd4 authored over 5 years ago
gradle++

56ea4c2c34054a47648db1df4b9161f2a280021f authored over 5 years ago
shorter release notes in fr

1866eae98d7d875eccf5d7ee9be2010af627daf9 authored over 5 years ago
shorter below 500 chars release notes

01a66c0154ed4fd9ce29e36b72433f3a7d0d20aa authored over 5 years ago
latest release notes

eedd588d256df52bc2c49b36a19ed22b66222aea authored over 5 years ago
new release notes

2fad301d955688aa8b97c7be664c32220411129b authored over 5 years ago
RIP communityLeanback target for play resources

8f880fcaca7fc8291212368c284f42ac1da1cdeb authored over 5 years ago
sync with crowdin

e048c1a3f703c591756616cb424d1dbca8d50c67 authored over 5 years ago
Use one LoaderManager for all fragment linked to activity but different ids per fragment.

Fixes https://github.com/nova-video-player/aos-AVP/issues/173

9fcfefd6bdfb8f18a74fcbff6a739e100516271a authored over 5 years ago
In presence of several fragment and loaders with same id, you need to have a loader per fragment and not for the mother activity.

Replace getActivity() by this.

See https://github.com/nova-video-player/aos-AVP/issues/173

2fa041383c4cbc2130c6213e0954392b709c382a authored over 5 years ago
add some debugs

bb148e7cfd7dd5b8d5e24275a4febdba271d7657 authored over 5 years ago
Close cursor to avoid leak.

1c4783763c5ba667b442e631bb1cb587c4e81daf authored over 5 years ago
Add some debug to track issue https://github.com/nova-video-player/aos-AVP/issues/173

ef735fd0c2202a493005c52f8b7ff2a3f63b138f authored over 5 years ago
Add more debugs to follow codepath when debuging issue 181.

Introduce a global static rotation value safeInsetRotation that is defined when safeInset list i...

493b25b400cb32a5e0f172b420243f0ff4a3b159 authored over 5 years ago
Sync with crowdin translations

a288bddddb0a2b4b21a6c4d654dc6d307061325a authored over 5 years ago
gradle++

37c4aff44abcbc00749504b23f54c82bd66ee306 authored over 5 years ago
Remove old Archos Rockchip device identification call

540da896b2094d900c1ea53b861d2250641d23ef authored over 5 years ago
Nova rebranding.

7dbb8089eb0c3d73c13d3704b5fd16fa4d56d624 authored over 5 years ago
Must have the two providers

3641e35765bc9b3d742c0d3649d74400c5817e91 authored over 5 years ago
flavorDimensions leanback and community are gone

ba64ba200ce9f7e5ebfa34c41e1d08d0aeb1e2ba authored over 5 years ago
flavorDimensions amazon is gone

b229267b578beba9b725ae77d22b317b7f484892 authored over 5 years ago
Refresh resume point when returning from player.

Fixes https://github.com/nova-video-player/aos-AVP/issues/173

c3df137fe5ed8bf3303c01a8aba3d94eb1c94d4b authored over 5 years ago
Prevent a crash when hitting back before launching video.

Remove debugs.

3d616d47fa6e0aa566b7cf9e213f6cb2fbc7c86d authored over 5 years ago
Set correctly resume points at least for mplayer and vlc when using an external video player.

Fixes https://github.com/nova-video-player/aos-AVP/issues/167

c37a4c512927329807cbf404e5a7fc1e0e84a8c7 authored over 5 years ago
Close cursor to avoid leak

5b46c4b81e4cd16f79588dcb6af33934f0e47a9f authored over 5 years ago
Make sure that DialogForceDlSubtitles is public static to not leak and allow reconstruction.

Need now to pass calling Fragment to allow to call getMissingSubtitles.

Fixes https://github.co...

26f4eb3c1f55a78f411f66860b1403d3d8629031 authored over 5 years ago
sync with crowdin

fe46c9c72d986284738b8c5bde7a055765b0ce33 authored over 5 years ago
minor variable renaming

5f959f81951d66cfcf6b1408809c5491e92b6e1f authored over 5 years ago