diff --git a/harbour-nextcloudnotes.pro b/harbour-nextcloudnotes.pro index eff014d..8df2c5d 100644 --- a/harbour-nextcloudnotes.pro +++ b/harbour-nextcloudnotes.pro @@ -20,6 +20,9 @@ SOURCES += src/harbour-nextcloudnotes.cpp DISTFILES += qml/harbour-nextcloudnotes.qml \ qml/cover/CoverPage.qml \ + qml/img/nextcloud-logo-dark.png \ + qml/img/nextcloud-logo-light.png \ + qml/pages/LoginPage.qml \ rpm/harbour-nextcloudnotes.changes.run.in \ rpm/harbour-nextcloudnotes.changes \ rpm/harbour-nextcloudnotes.spec \ diff --git a/icons/108x108/harbour-nextcloudnotes.png b/icons/108x108/harbour-nextcloudnotes.png index ab10628..6cdf00f 100644 Binary files a/icons/108x108/harbour-nextcloudnotes.png and b/icons/108x108/harbour-nextcloudnotes.png differ diff --git a/icons/128x128/harbour-nextcloudnotes.png b/icons/128x128/harbour-nextcloudnotes.png index 54375c5..3d2ccb2 100644 Binary files a/icons/128x128/harbour-nextcloudnotes.png and b/icons/128x128/harbour-nextcloudnotes.png differ diff --git a/icons/172x172/harbour-nextcloudnotes.png b/icons/172x172/harbour-nextcloudnotes.png index 36eee58..1db639c 100644 Binary files a/icons/172x172/harbour-nextcloudnotes.png and b/icons/172x172/harbour-nextcloudnotes.png differ diff --git a/icons/86x86/harbour-nextcloudnotes.png b/icons/86x86/harbour-nextcloudnotes.png index ad316d6..ffd57f1 100644 Binary files a/icons/86x86/harbour-nextcloudnotes.png and b/icons/86x86/harbour-nextcloudnotes.png differ diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml index a86be1c..2e7d5f8 100644 --- a/qml/cover/CoverPage.qml +++ b/qml/cover/CoverPage.qml @@ -4,7 +4,7 @@ import Sailfish.Silica 1.0 CoverBackground { CoverPlaceholder { - icon.source: "../img/nextcloud-logo-transparent.png" + icon.source: Theme.colorScheme === Theme.DarkOnLight ? "../img/nextcloud-logo-dark.png" : "../img/nextcloud-logo-light.png" icon.width: parent.width icon.fillMode: Image.PreserveAspectFit text: qsTr("Notes") diff --git a/icons/icon-launcher-nextcloudnotes.svg b/qml/img/icon-launcher-nextcloudnotes.svg similarity index 100% rename from icons/icon-launcher-nextcloudnotes.svg rename to qml/img/icon-launcher-nextcloudnotes.svg diff --git a/qml/img/nextcloud-logo-dark.png b/qml/img/nextcloud-logo-dark.png new file mode 100644 index 0000000..e6a599d Binary files /dev/null and b/qml/img/nextcloud-logo-dark.png differ diff --git a/qml/img/nextcloud-logo-transparent.png b/qml/img/nextcloud-logo-light.png similarity index 100% rename from qml/img/nextcloud-logo-transparent.png rename to qml/img/nextcloud-logo-light.png diff --git a/rpm/harbour-nextcloudnotes.changes b/rpm/harbour-nextcloudnotes.changes index 22c9fb4..a8dd037 100644 --- a/rpm/harbour-nextcloudnotes.changes +++ b/rpm/harbour-nextcloudnotes.changes @@ -12,6 +12,10 @@ # * date Author's Name version-release # - Summary of changes +* Tue Aug 24 2021 Scharel Clemens 0.2-8 +- Addded the icon from 640286afe91792903a7df50c6c6fdb7e5eb8c92e +- aarch64 build + * Wed Dec 12 2018 Scharel Clemens 0.2-7 - Implementing #18: Page with Markdown syntax - Added padding to the bottom of the pages diff --git a/rpm/harbour-nextcloudnotes.spec b/rpm/harbour-nextcloudnotes.spec index 57607a3..1ed169e 100644 --- a/rpm/harbour-nextcloudnotes.spec +++ b/rpm/harbour-nextcloudnotes.spec @@ -1,6 +1,6 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.27 +# Generated by: spectacle version 0.32 # Name: harbour-nextcloudnotes @@ -14,7 +14,7 @@ Name: harbour-nextcloudnotes %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Nextcloud Notes Version: 0.2 -Release: 7 +Release: 8 Group: Applications/Editors License: MIT URL: https://github.com/scharel/harbour-nextcloudnotes diff --git a/rpm/harbour-nextcloudnotes.yaml b/rpm/harbour-nextcloudnotes.yaml index fa5fc4e..db7d08c 100644 --- a/rpm/harbour-nextcloudnotes.yaml +++ b/rpm/harbour-nextcloudnotes.yaml @@ -1,7 +1,7 @@ Name: harbour-nextcloudnotes Summary: Nextcloud Notes Version: 0.2 -Release: 7 +Release: 8 # The contents of the Group field should be one of the groups listed here: # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS Group: Applications/Editors diff --git a/translations/harbour-nextcloudnotes-sv.ts b/translations/harbour-nextcloudnotes-sv.ts index 292b2d0..aa6ed64 100644 --- a/translations/harbour-nextcloudnotes-sv.ts +++ b/translations/harbour-nextcloudnotes-sv.ts @@ -1,551 +1,551 @@ - - - - - AboutPage - - About - Om - - - Nextcloud Notes - Nextcloud Notes - - - for Sailfish OS - för Sailfish OS - - - Notes - Anteckningar - - - MIT License - MIT License - - - GPL 2.0 License - GPL 2.0 License - - - The app is running in DEBUG mode! - Appen körs i DEBUG-läget! - - - The source code is available on - Pre-Showdown Github link - Källkoden finns på - - - This app uses - Pre-Showdown Github link - Denna app använder - - - to convert Markdown to HTML. - Post-Showdown Github link - för att konvertera Markdown till HTML. - - - Showdown 1.x is released under GPL 2.0. - Showdown 1.x är släppt under GPL 2.0. - - - . - Post-Showdown Github link - . - - - This app is released under the MIT license. - Denna app är släppt under MIT-licensen. - - - - CoverPage - - Notes - Anteckningar - - - - EditPage - - Category - Kategori - - - Reset - Återställ - - - Markdown syntax - Markdown syntax - - - No category - Ingen kategori - - - Modified - Ändrad - - - - GPLLicense - - GPL 2.0 License - GPL 2.0 License - - - - LoginDialog - - Login - Logga in - - - (starting with "https://") - (börjar med "https://") - - - Username - Användarnamn - - - Nextcloud server - Nextcloud server - - - Account name - Kontonamn - - - Security - Säkerhet - - - - - - - <strong>CAUTION: Your password will be saved without any encryption on the device!</strong><br>Please consider creating a dedicated app password! Open your Nextcloud in a browser and go to <i>Settings</i> → <i>Security</i>. - <strong>OBS! Ditt lösenord kommer att sparas okrypterat på enheten!</strong><br>Överväg att skapa ett dedikerat app-lösenord! Öppna din Nextcloud i en webbläsare och gå till <i>Inställningar</i> → <i>Säkerhet</i>. - - - Password - Lösenord - - - Save - Spara - - - Allow unencrypted connections - Tillåt okrypterade anslutningar - - - - MITLicense - - MIT License - MIT License - - - - NotePage - - Edit - Redigera - - - Notes - Anteckningar - - - Delete - Ta bort - - - Reload - Uppdatera - - - Updating... - Uppdaterar... - - - Last update - Senaste uppdatering - - - never - aldrig - - - Modified - Ändrad - - - Category - Kategori - - - No category - Ingen kategori - - - - NotesApi - - Today - I dag - - - Yesterday - I går - - - - NotesPage - - Settings - Inställningar - - - Add note - Lägg till anteckning - - - Reload - Uppdatera - - - Updating... - Uppdaterar... - - - Last update - Senaste uppdatering - - - never - aldrig - - - Modified - Ändrad - - - Delete - Ta bort - - - Deleting note - Tar bort anteckning - - - No account yet - Inget konto ännu - - - Got to the settings to add an account - Gå till inställningarna för att lägga till ett konto - - - No notes yet - Inga anteckningar ännu - - - Pull down to add a note - Dra neråt för att lägga till anteckning - - - No result - Inget resultat - - - Try another query - Försök med en annan söksträng - - - An error occurred - Ett fel inträffade - - - Open the settings to configure your Nextcloud accounts - Öppna inställningarna för att konfigurera dina Nextcloud-konton - - - - SettingsPage - - Settings - Inställningar - - - Accounts - Konton - - - About - Om - - - No Nextcloud account yet - Inget Nextcloud-konto ännu - - - Add account - Lägg till konto - - - Edit - Redigera - - - Unnamed account - Namnlöst konto - - - Delete - Ta bort - - - Deleting account - Tar bort konto - - - Synchronization - Synkronisering - - - Auto-Sync - Autosynk - - - Periodically pull notes from the server - Hämta anteckningar från servern periodiskt - - - Disabled - Inaktiverad - - - Minutes - Minuter - - - Seconds - Sekunder - - - Appearance - Utseende - - - Show separator - Visa avdelare - - - Show a separator line between the notes - Visa en separatorlinje mellan anteckningarna - - - lines - rader - - - every - varje - - - Category - Kategori - - - Title alphabetically - Titlar alfabetiskt - - - Sort notes by - Sortera anteckningar efter - - - Last edited - Senast redigerad - - - This will also change how the notes are grouped - Detta ändrar också hur anteckningarna grupperas - - - Number of lines in the preview - Antal rader i förhandsgranskningen - - - Editing - Redigering - - - Monospaced font - Monospace teckensnitt - - - Use a monospeced font to edit a note - Använd ett monospace teckensnitt för redigering - - - Capital 'X' in checkboxes - Stort "X" i kryssrutor - - - For interoperability with other apps such as Joplin - För samverkan med andra program som Joplin - - - unknown - okänd - - - The Answer is 42 - Svaret är 42 - - - Congratulation you found the Answer to the Ultimate Question of Life, The Universe, and Everything! - Grattulerar! Du har funnit svaret på den ultimata frågan om livet, universum och allt! - - - - SyntaxPage - - Markdown Syntax - Markdown Syntax - - - Links - Länkar - - - Tables - Tabeller - - - View more on the web - Visa mer på nätet - - - Close previews - Stäng förhandsgranskning - - - Open previews - Öppna förhandsgranskning - - - Paragraphs - Punkter - - - Paragraphs in Showdown are just one or more lines of consecutive text followed by one or more blank lines. - Punkter i Showdown är bara en eller flera rader med efterföljande text, följt av en eller flera tomma rader. - - - Headings - Rubriker - - - You can create a heading by adding one or more # symbols before your heading text. The number of # you use will determine the size of the heading. - Du kan skapa en rubrik genom att lägga till en eller flera #-tecken före rubriktexten. Antalet #-tecken, avgör storleken på rubriken. - - - If, for some reason, you need to keep a leading or trailing #, you can either add a space or escape it: - Om du av någon anledning behöver ha ett synligt inledande eller avslutande #-tecken, kan du antingen lägga till ett mellanslag eller argumentera bort det: - - - Blockquotes - Citat - - - You can indicate blockquotes with a >. - Du kan indikera citat med ett >. - - - Bold and Italic - Fet och kursiv - - - You can make text bold or italic. - Du kan göra text fet eller kursiv - - - Both bold and italic can use either a * or an _ around the text for styling. This allows you to combine both bold and italic if needed. - Både fet och kursiv stil kan antingen använda ett * eller ett _ runt texten. Det låter dig kombinera både fet och kursiv, om du vill. - - - Strikethrough - Genomstruket - - - The syntax is the same as GFM, that is, by adding two tilde (~~) characters around a word or groups of words. - Syntax är samma som GFM, det vill säga, genom att lägga till två tildetecken (~~) runt ett ord eller en ordgrupp. - - - Emojis - Emojis - - - Since version 1.8.0, showdown supports github's emojis. A complete list of available emojis can be found here: https://github.com/showdownjs/showdown/wiki/emojis. - Sedan version 1.8.0, stödjer Showdown GitHubs emojis. En komplett lista över tillgängliga emojis, hittas här: https://github.com/showdownjs/showdown/wiki/emojis - - - Code formatting - Kodformatering - - - Use single backticks (`) to format text in a special monospace format. Everything within the backticks appear as-is, with no other special formatting. - Använd grav accent (`) för att formatera text i ett speciellt monospace-format. Allt mellan accenterna visas som det är, utan vidare formatering. - - - To create blocks of code you should indent it by four spaces. - För att skapa kodblock drar du in texten med fyra blanksteg. - - - Lists - Listor - - - You can make an unordered list by preceding list items with either a *, a - or a +. Markers are interchangeable too. - Du kan skapa en oordnad lista genom att inleda listobjekten med *, -, eller +. Markörerna är utbytbara också. - - - You can make an ordered list by preceding list items with a number. - Du kan skapa en ordnad lista genom att inleda listobjekten med en siffra. - - - TaskLists - Att-göra-listor - - - Showdown will automagically turn every valid URL it finds in the text body to links for you. In the case of email addreses, Showdown will also perform a bit of randomized decimal and hex entity-encoding to help obscure your address from address-harvesting spambots. - Showdown gör automagiskt om varje giltig URL den hittar i texten, till länkar. När det gäller e-postadresser, kommer Showdown också att utföra lite slumpmässig decimal- och hex-kodning för att hjälpa till att dölja din adress från adressskördarna. - - - Images - Bilder - - - Markdown uses an image syntax that is intended to resemble the syntax for links, also allowing for two styles: inline and reference. - Markdown använder en bildsyntax som är avsedd att likna syntax för länkar, vilket också möjliggör två stilar, inline och referens. - - - HTML - HTML - - - In most cases, HTML tags are leaved untouched in the output document. - I de flesta fall, lämnas HTML-taggar orörda i utdatadokumentet. - - + + + + + AboutPage + + About + Om + + + Nextcloud Notes + Nextcloud Notes + + + for Sailfish OS + för Sailfish OS + + + Notes + Anteckningar + + + MIT License + MIT License + + + GPL 2.0 License + GPL 2.0 License + + + The app is running in DEBUG mode! + Appen körs i DEBUG-läget! + + + The source code is available on + Pre-Showdown Github link + Källkoden finns på + + + This app uses + Pre-Showdown Github link + Denna app använder + + + to convert Markdown to HTML. + Post-Showdown Github link + för att konvertera Markdown till HTML. + + + Showdown 1.x is released under GPL 2.0. + Showdown 1.x är släppt under GPL 2.0. + + + . + Post-Showdown Github link + . + + + This app is released under the MIT license. + Denna app är släppt under MIT-licensen. + + + + CoverPage + + Notes + Anteckningar + + + + EditPage + + Category + Kategori + + + Reset + Återställ + + + Markdown syntax + Markdown syntax + + + No category + Ingen kategori + + + Modified + Ändrad + + + + GPLLicense + + GPL 2.0 License + GPL 2.0 License + + + + LoginDialog + + Login + Logga in + + + (starting with "https://") + (börjar med "https://") + + + Username + Användarnamn + + + Nextcloud server + Nextcloud server + + + Account name + Kontonamn + + + Security + Säkerhet + + + + + + + <strong>CAUTION: Your password will be saved without any encryption on the device!</strong><br>Please consider creating a dedicated app password! Open your Nextcloud in a browser and go to <i>Settings</i> → <i>Security</i>. + <strong>OBS! Ditt lösenord kommer att sparas okrypterat på enheten!</strong><br>Överväg att skapa ett dedikerat app-lösenord! Öppna din Nextcloud i en webbläsare och gå till <i>Inställningar</i> → <i>Säkerhet</i>. + + + Password + Lösenord + + + Save + Spara + + + Allow unencrypted connections + Tillåt okrypterade anslutningar + + + + MITLicense + + MIT License + MIT License + + + + NotePage + + Edit + Redigera + + + Notes + Anteckningar + + + Delete + Ta bort + + + Reload + Uppdatera + + + Updating... + Uppdaterar... + + + Last update + Senaste uppdatering + + + never + aldrig + + + Modified + Ändrad + + + Category + Kategori + + + No category + Ingen kategori + + + + NotesApi + + Today + I dag + + + Yesterday + I går + + + + NotesPage + + Settings + Inställningar + + + Add note + Lägg till anteckning + + + Reload + Uppdatera + + + Updating... + Uppdaterar... + + + Last update + Senaste uppdatering + + + never + aldrig + + + Modified + Ändrad + + + Delete + Ta bort + + + Deleting note + Tar bort anteckning + + + No account yet + Inget konto ännu + + + Got to the settings to add an account + Gå till inställningarna för att lägga till ett konto + + + No notes yet + Inga anteckningar ännu + + + Pull down to add a note + Dra neråt för att lägga till anteckning + + + No result + Inget resultat + + + Try another query + Försök med en annan söksträng + + + An error occurred + Ett fel inträffade + + + Open the settings to configure your Nextcloud accounts + Öppna inställningarna för att konfigurera dina Nextcloud-konton + + + + SettingsPage + + Settings + Inställningar + + + Accounts + Konton + + + About + Om + + + No Nextcloud account yet + Inget Nextcloud-konto ännu + + + Add account + Lägg till konto + + + Edit + Redigera + + + Unnamed account + Namnlöst konto + + + Delete + Ta bort + + + Deleting account + Tar bort konto + + + Synchronization + Synkronisering + + + Auto-Sync + Autosynk + + + Periodically pull notes from the server + Hämta anteckningar från servern periodiskt + + + Disabled + Inaktiverad + + + Minutes + Minuter + + + Seconds + Sekunder + + + Appearance + Utseende + + + Show separator + Visa avdelare + + + Show a separator line between the notes + Visa en separatorlinje mellan anteckningarna + + + lines + rader + + + every + varje + + + Category + Kategori + + + Title alphabetically + Titlar alfabetiskt + + + Sort notes by + Sortera anteckningar efter + + + Last edited + Senast redigerad + + + This will also change how the notes are grouped + Detta ändrar också hur anteckningarna grupperas + + + Number of lines in the preview + Antal rader i förhandsgranskningen + + + Editing + Redigering + + + Monospaced font + Monospace teckensnitt + + + Use a monospeced font to edit a note + Använd ett monospace teckensnitt för redigering + + + Capital 'X' in checkboxes + Stort "X" i kryssrutor + + + For interoperability with other apps such as Joplin + För samverkan med andra program som Joplin + + + unknown + okänd + + + The Answer is 42 + Svaret är 42 + + + Congratulation you found the Answer to the Ultimate Question of Life, The Universe, and Everything! + Grattulerar! Du har funnit svaret på den ultimata frågan om livet, universum och allt! + + + + SyntaxPage + + Markdown Syntax + Markdown Syntax + + + Links + Länkar + + + Tables + Tabeller + + + View more on the web + Visa mer på nätet + + + Close previews + Stäng förhandsgranskning + + + Open previews + Öppna förhandsgranskning + + + Paragraphs + Punkter + + + Paragraphs in Showdown are just one or more lines of consecutive text followed by one or more blank lines. + Punkter i Showdown är bara en eller flera rader med efterföljande text, följt av en eller flera tomma rader. + + + Headings + Rubriker + + + You can create a heading by adding one or more # symbols before your heading text. The number of # you use will determine the size of the heading. + Du kan skapa en rubrik genom att lägga till en eller flera #-tecken före rubriktexten. Antalet #-tecken, avgör storleken på rubriken. + + + If, for some reason, you need to keep a leading or trailing #, you can either add a space or escape it: + Om du av någon anledning behöver ha ett synligt inledande eller avslutande #-tecken, kan du antingen lägga till ett mellanslag eller argumentera bort det: + + + Blockquotes + Citat + + + You can indicate blockquotes with a >. + Du kan indikera citat med ett >. + + + Bold and Italic + Fet och kursiv + + + You can make text bold or italic. + Du kan göra text fet eller kursiv + + + Both bold and italic can use either a * or an _ around the text for styling. This allows you to combine both bold and italic if needed. + Både fet och kursiv stil kan antingen använda ett * eller ett _ runt texten. Det låter dig kombinera både fet och kursiv, om du vill. + + + Strikethrough + Genomstruket + + + The syntax is the same as GFM, that is, by adding two tilde (~~) characters around a word or groups of words. + Syntax är samma som GFM, det vill säga, genom att lägga till två tildetecken (~~) runt ett ord eller en ordgrupp. + + + Emojis + Emojis + + + Since version 1.8.0, showdown supports github's emojis. A complete list of available emojis can be found here: https://github.com/showdownjs/showdown/wiki/emojis. + Sedan version 1.8.0, stödjer Showdown GitHubs emojis. En komplett lista över tillgängliga emojis, hittas här: https://github.com/showdownjs/showdown/wiki/emojis + + + Code formatting + Kodformatering + + + Use single backticks (`) to format text in a special monospace format. Everything within the backticks appear as-is, with no other special formatting. + Använd grav accent (`) för att formatera text i ett speciellt monospace-format. Allt mellan accenterna visas som det är, utan vidare formatering. + + + To create blocks of code you should indent it by four spaces. + För att skapa kodblock drar du in texten med fyra blanksteg. + + + Lists + Listor + + + You can make an unordered list by preceding list items with either a *, a - or a +. Markers are interchangeable too. + Du kan skapa en oordnad lista genom att inleda listobjekten med *, -, eller +. Markörerna är utbytbara också. + + + You can make an ordered list by preceding list items with a number. + Du kan skapa en ordnad lista genom att inleda listobjekten med en siffra. + + + TaskLists + Att-göra-listor + + + Showdown will automagically turn every valid URL it finds in the text body to links for you. In the case of email addreses, Showdown will also perform a bit of randomized decimal and hex entity-encoding to help obscure your address from address-harvesting spambots. + Showdown gör automagiskt om varje giltig URL den hittar i texten, till länkar. När det gäller e-postadresser, kommer Showdown också att utföra lite slumpmässig decimal- och hex-kodning för att hjälpa till att dölja din adress från adressskördarna. + + + Images + Bilder + + + Markdown uses an image syntax that is intended to resemble the syntax for links, also allowing for two styles: inline and reference. + Markdown använder en bildsyntax som är avsedd att likna syntax för länkar, vilket också möjliggör två stilar, inline och referens. + + + HTML + HTML + + + In most cases, HTML tags are leaved untouched in the output document. + I de flesta fall, lämnas HTML-taggar orörda i utdatadokumentet. + + Tables aren't part of the core Markdown spec, but they are part of GFM and Showdown supports them by turning on the option tables. Colons can be used to align columns. @@ -554,39 +554,31 @@ In the new version, the outer pipes (|) are optional, matching GFM spec. You also don't need to make the raw Markdown line up prettily. -You can also use other markdown syntax inside them. - Tabeller är inte en del av kärnan i Markdown, men de är en del av GFM, och Showdown stödjer dem genom att aktivera alternativet tabeller. - -Kolon kan användas för att justera kolumner. - -I den nya versionen är de yttre vertikalstrecken (|) valfria, matchande GFM spec. - -Du behöver inte heller göra RAW markdown-linjen vackert. - -Du kan också använda andra markdown-syntax inuti dem. - - - - UnencryptedDialog - - I do understand - Jag förstår - - - I use this option at my own risk - Jag använder detta alternativ på egen risk - - - Do not accept unless you know exactly what you are doing! - Acceptera inte, såvida du inte vet exakt vad håller på med! - - - More information... - Mer information... - - - Your username and password will be transferred unencrypted over the network when you enable this option. - Ditt användarnamn och lösenord överförs okrypterat över nätverket när du aktiverar det här alternativet. - - - +You can also use other markdown syntax inside them. + + + + + UnencryptedDialog + + I do understand + Jag förstår + + + I use this option at my own risk + Jag använder detta alternativ på egen risk + + + Do not accept unless you know exactly what you are doing! + Acceptera inte, såvida du inte vet exakt vad håller på med! + + + More information... + Mer information... + + + Your username and password will be transferred unencrypted over the network when you enable this option. + Ditt användarnamn och lösenord överförs okrypterat över nätverket när du aktiverar det här alternativet. + + +