mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 10:51:07 +03:00
Rework app into a class
This simplifies usage, goes from app['Foo'] to app.Foo Also makes static analyzers able to detect invalid attributes as the set is now limited in the class definition. As a bonus, setting of the default field values is now done in the constructor, not separately and manually.
This commit is contained in:
parent
de12cfdbe1
commit
ab614ab442
18 changed files with 515 additions and 433 deletions
|
@ -5610,14 +5610,18 @@ S'metadata/org.videolan.vlc.yaml'
|
|||
p1519
|
||||
sS'Disabled'
|
||||
p1520
|
||||
NsS'Update Check Name'
|
||||
NsS'added'
|
||||
p1521
|
||||
NsS'Vercode Operation'
|
||||
NsS'lastupdated'
|
||||
p1522
|
||||
S'%c + 5'
|
||||
NsS'Update Check Name'
|
||||
p1523
|
||||
sS'Current Version'
|
||||
NsS'Vercode Operation'
|
||||
p1524
|
||||
S'1.2.6'
|
||||
S'%c + 5'
|
||||
p1525
|
||||
sS'Current Version'
|
||||
p1526
|
||||
S'1.2.6'
|
||||
p1527
|
||||
s.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue