Browse Source

Finish naming, readd donation and flag.

Last update wasn't supposed to get pushed yet, this fixes it.
pull/3202/head
TheGoddessInari 7 years ago
parent
commit
dbb587f78f
  1. 25
      README.md
  2. 16
      app/view/main/Main.js
  3. 4
      package.json
  4. BIN
      resources/flag.png
  5. 2
      resources/languages/af.js
  6. 2
      resources/languages/bg.js
  7. 2
      resources/languages/bn.js
  8. 2
      resources/languages/bs2.js
  9. 2
      resources/languages/ca.js
  10. 2
      resources/languages/da.js
  11. 2
      resources/languages/de-CH.js
  12. 2
      resources/languages/en.js
  13. 2
      resources/languages/fi.js
  14. 2
      resources/languages/he.js
  15. 2
      resources/languages/hi.js
  16. 2
      resources/languages/hr.js
  17. 2
      resources/languages/hu.js
  18. 2
      resources/languages/ja.js
  19. 2
      resources/languages/ko.js
  20. 2
      resources/languages/nl.js
  21. 2
      resources/languages/no.js
  22. 2
      resources/languages/ro.js
  23. 2
      resources/languages/sk.js
  24. 2
      resources/languages/sr.js
  25. 2
      resources/languages/sv-SE.js
  26. 2
      resources/languages/uk.js
  27. 2
      resources/languages/vi.js
  28. 2
      resources/languages/zh-CN.js
  29. 2
      resources/languages/zh-TW.js

25
README.md

@ -2,7 +2,7 @@
<br> <br>
<a href="https://github.com/TheGoddessInari/rambox"><img src="./resources/Icon.png" width="256px" alt="Rambox-OS"></a> <a href="https://github.com/TheGoddessInari/rambox"><img src="./resources/Icon.png" width="256px" alt="Rambox-OS"></a>
<br> <br>
Rambox Rambox-OS
<br> <br>
<br> <br>
</h1> </h1>
@ -22,11 +22,11 @@
</p> </p>
<h5 align="center">Latest unstable build artifacts are available in Windows <h5 align="center">Latest unstable build artifacts are available in Windows
<a href="https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox Setup 0.5.18.exe?job=Image%3A%20Visual%20Studio%202017&branch=master" target="_blank">(Win64</a>), Mac (DMG) and Linux <a href="https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox-OS Setup 0.5.18.exe?job=Image%3A%20Visual%20Studio%202017&branch=master" target="_blank">(Win64</a>), Mac (DMG) and Linux
<a href="https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox-0.5.18-x86_64.AppImage?job=Image%3A%20Ubuntu&branch=master" target="_blank">(AppImage64</a> / <a href="https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox-OS-0.5.18-x86_64.AppImage?job=Image%3A%20Ubuntu&branch=master" target="_blank">(AppImage64</a> /
<a href="https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox-0.5.18.x86_64.rpm?job=Image%3A%20Ubuntu&branch=master" target="_blank">RPM64</a> / <a href="https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox-OS-0.5.18.x86_64.rpm?job=Image%3A%20Ubuntu&branch=master" target="_blank">RPM64</a> /
<a href="https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox_0.5.18_amd64.deb?job=Image%3A%20Ubuntu&branch=master" target="_blank">DEB64</a> / <a href="https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox-OS_0.5.18_amd64.deb?job=Image%3A%20Ubuntu&branch=master" target="_blank">DEB64</a> /
<a href="https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox-0.5.18.tar.gz?job=Image%3A%20Ubuntu&branch=master" target="_blank">Tarball64</a>) packaging flavors.</h5> <a href="https://ci.appveyor.com/api/projects/TheGoddessInari/rambox/artifacts/dist/Rambox-OS-0.5.18.tar.gz?job=Image%3A%20Ubuntu&branch=master" target="_blank">Tarball64</a>) packaging flavors.</h5>
<h6 align="center">Logo designed by <a href="http://andyur.com/" target="_blank">Andriy Yurchenko</a></h6> <h6 align="center">Logo designed by <a href="http://andyur.com/" target="_blank">Andriy Yurchenko</a></h6>
<h6 align="center">Original rambox by <a href="https://github.com/saenzramiro" target="_blank">Ramiro Saenz</a></h6> <h6 align="center">Original rambox by <a href="https://github.com/saenzramiro" target="_blank">Ramiro Saenz</a></h6>
@ -53,7 +53,7 @@
## Screenshot ## Screenshot
![Rambox](./resources/screenshots/mac.png) ![Rambox-OS](./resources/screenshots/mac.png)
## Services available - 97 ## Services available - 97
@ -167,7 +167,7 @@
- [x] Multi-language. - [x] Multi-language.
- [x] Sync your configuration between multiple computers. - [x] Sync your configuration between multiple computers.
- [x] Master Password. - [x] Master Password.
- [x] Lock Rambox if you will be away for a period of time. - [x] Lock Rambox-OS if you will be away for a period of time.
- [x] Don't disturb mode. - [x] Don't disturb mode.
- [x] Reorder applications in the tab bar. - [x] Reorder applications in the tab bar.
- [x] Notification badge in the tab. - [x] Notification badge in the tab.
@ -190,10 +190,15 @@ Sessions will persist using the [partition:persist](https://electronjs.org/docs/
Sync feature use [Auth0](https://auth0.com/) for Single Sign On & Token Based Authentication and to store the services that user is using (and the configuration for each service). You are always welcome to check the code! ;) Sync feature use [Auth0](https://auth0.com/) for Single Sign On & Token Based Authentication and to store the services that user is using (and the configuration for each service). You are always welcome to check the code! ;)
## Donations ## Donations
Keep in mind, I'm not pushing this. I'll do my best regardless.
| Type | URL/Wallet | | Type | URL/Wallet |
|--------------------|:------------------------------------------------------------------------------------------:| |--------------------|:------------------------------------------------------------------------------------------:|
I'll think about it later. | GoFundMe | https://www.gofundme.com/rambox-os |
| Bitcoin | ```36SxZeQ5dA7Dn6pSmYWcvvmnkEeh8LdgmJ``` |
| Bitcoin Cash | ```qqslp2vuamhmsp59u49dq89kwky2yj23nqmjr4mdgj``` |
| Ethereum | ```0xa085d5F736f2D7D210261879e183e5bf870Eae5f``` |
| Litecoin | ```MKzytRHYHQTS3qrq2zCggEzSNG3HTbBXZL``` |
## Compiling ## Compiling
@ -246,7 +251,7 @@ See [Contributing.md](./CONTRIBUTING.md) for more detailed information about get
Disclosure Disclosure
------------------- -------------------
Rambox is not affiliated with any of the messaging apps offered. Rambox-OS is not affiliated with any of the messaging apps offered.
Licence Licence
------------------- -------------------

16
app/view/main/Main.js

@ -26,15 +26,13 @@ Ext.define('Rambox.view.main.Main', {
,autoShow: true ,autoShow: true
,deferredRender: false ,deferredRender: false
,tabBar: { ,tabBar: {
/* TODO: Donation
items: [{ items: [{
xtype: 'button' xtype: 'button'
,html: '<span class="fa fa-heart" style="color:red;font-size:16px;cursor:pointer;padding:0 5px;"></span>' ,html: '<span class="fa fa-heart" style="color:red;font-size:16px;cursor:pointer;padding:0 5px;"></span>'
,baseCls: '' ,baseCls: ''
,tooltip: locale['app.main[25]'] ,tooltip: locale['app.main[25]']
,href: 'https://rambox.pro/#donate' ,href: 'https://www.gofundme.com/rambox-os'
}] }]
*/
} }
,items: [ ,items: [
{ {
@ -332,17 +330,18 @@ Ext.define('Rambox.view.main.Main', {
{ {
xtype: 'segmentedbutton' xtype: 'segmentedbutton'
,allowToggle: false ,allowToggle: false
/* TODO: Donation, Translation.
,items: [ ,items: [
{ {
text: '<b>Help us</b> with' text: '<b>Help out</b> with'
,pressed: true ,pressed: true
} }
,{ ,{
text: locale['app.main[25]'] text: locale['app.main[25]']
,glyph: 'xf21e@FontAwesome' ,glyph: 'xf21e@FontAwesome'
,href: 'https://rambox.pro/#donate' ,href: 'https://www.gofundme.com/rambox-os'
} }
]
/* TODO: Translation
,{ ,{
text: 'Translation' text: 'Translation'
,glyph: 'xf0ac@FontAwesome' ,glyph: 'xf0ac@FontAwesome'
@ -350,12 +349,11 @@ Ext.define('Rambox.view.main.Main', {
} }
]*/ ]*/
} }
/* TODO: Flag
,'->' ,'->'
,{ ,{
xtype: 'label' xtype: 'label'
,html: '<span class="fa fa-code" style="color:black;"></span> '+locale['app.main[26]']+' <span class="fa fa-heart" style="color:red;"></span> '+locale['app.main[27]'].replace('Argentina', '<img src="resources/flag.png" alt="Argentina" data-qtip="Argentina" />') ,html: '<span class="fa fa-code-fork" style="color:black;"></span> '+locale['app.main[26]']+' <span class="fa fa-meh-o" style="color:red;"></span> '+locale['app.main[27]'].replace('USA', '<img src="resources/flag.png" alt="United States" data-qtip="United States" />')
}*/ }
,'->' ,'->'
,{ ,{
xtype: 'segmentedbutton' xtype: 'segmentedbutton'

4
package.json

@ -48,7 +48,7 @@
"dist": "npm run repack" "dist": "npm run repack"
}, },
"build": { "build": {
"productName": "Rambox", "productName": "Rambox-OS",
"appId": "com.thegoddessinari.rambox", "appId": "com.thegoddessinari.rambox",
"asar": true, "asar": true,
"publish": null, "publish": null,
@ -59,7 +59,7 @@
] ]
}, },
"dmg": { "dmg": {
"title": "Rambox", "title": "Rambox-OS",
"iconSize": 128, "iconSize": 128,
"contents": [ "contents": [
{ {

BIN
resources/flag.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 B

After

Width:  |  Height:  |  Size: 517 B

2
resources/languages/af.js

File diff suppressed because one or more lines are too long

2
resources/languages/bg.js

File diff suppressed because one or more lines are too long

2
resources/languages/bn.js

File diff suppressed because one or more lines are too long

2
resources/languages/bs2.js

File diff suppressed because one or more lines are too long

2
resources/languages/ca.js

File diff suppressed because one or more lines are too long

2
resources/languages/da.js

File diff suppressed because one or more lines are too long

2
resources/languages/de-CH.js

File diff suppressed because one or more lines are too long

2
resources/languages/en.js

@ -44,7 +44,7 @@ locale["app.main[23]"] = "Login to save your configuration (no credentials store
locale["app.main[24]"] = "Powered by"; locale["app.main[24]"] = "Powered by";
locale["app.main[25]"] = "Donate"; locale["app.main[25]"] = "Donate";
locale["app.main[26]"] = "with"; locale["app.main[26]"] = "with";
locale["app.main[27]"] = "from Argentina as an Open Source project."; locale["app.main[27]"] = "from Oregon, USA in the spirit of Open Source.";
locale["app.window[0]"] = "Add"; locale["app.window[0]"] = "Add";
locale["app.window[1]"] = "Edit"; locale["app.window[1]"] = "Edit";
locale["app.window[2]"] = "Name"; locale["app.window[2]"] = "Name";

2
resources/languages/fi.js

File diff suppressed because one or more lines are too long

2
resources/languages/he.js

File diff suppressed because one or more lines are too long

2
resources/languages/hi.js

File diff suppressed because one or more lines are too long

2
resources/languages/hr.js

File diff suppressed because one or more lines are too long

2
resources/languages/hu.js

File diff suppressed because one or more lines are too long

2
resources/languages/ja.js

File diff suppressed because one or more lines are too long

2
resources/languages/ko.js

File diff suppressed because one or more lines are too long

2
resources/languages/nl.js

File diff suppressed because one or more lines are too long

2
resources/languages/no.js

File diff suppressed because one or more lines are too long

2
resources/languages/ro.js

File diff suppressed because one or more lines are too long

2
resources/languages/sk.js

File diff suppressed because one or more lines are too long

2
resources/languages/sr.js

File diff suppressed because one or more lines are too long

2
resources/languages/sv-SE.js

File diff suppressed because one or more lines are too long

2
resources/languages/uk.js

File diff suppressed because one or more lines are too long

2
resources/languages/vi.js

File diff suppressed because one or more lines are too long

2
resources/languages/zh-CN.js

File diff suppressed because one or more lines are too long

2
resources/languages/zh-TW.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save