Compare commits
10 Commits
v0.9.10-rc
...
luke/new-g
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
533ca9f3c6 | ||
|
|
ab24994e37 | ||
|
|
98f62d0300 | ||
|
|
2e49014ffe | ||
|
|
1b78737f12 | ||
|
|
5766a6e93d | ||
|
|
c783f701dd | ||
|
|
f14c2a0a71 | ||
|
|
425719c72e | ||
|
|
d7b2f0d3be |
1
.gitignore
vendored
@@ -14,4 +14,3 @@ npm-debug.log
|
||||
electron/dist
|
||||
electron/pub
|
||||
/config.json
|
||||
/src/component-index.js
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
"test/css/flexbox",
|
||||
"test/es5/specification",
|
||||
"test/css/objectfit",
|
||||
"test/storage/localstorage",
|
||||
"test/workers/webworkers",
|
||||
"test/indexeddb"
|
||||
"test/storage/localstorage"
|
||||
]
|
||||
}
|
||||
}
|
||||
101
CHANGELOG.md
@@ -1,104 +1,3 @@
|
||||
Changes in [0.9.10-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.9.10-rc.1) (2017-05-19)
|
||||
======================================================================================================
|
||||
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.9...v0.9.10-rc.1)
|
||||
|
||||
* CSS for left_aligned Dropdowns, and adjustments for Country dd in Login
|
||||
[\#3959](https://github.com/vector-im/riot-web/pull/3959)
|
||||
* Add square flag pngs /w genflags.sh script
|
||||
[\#3953](https://github.com/vector-im/riot-web/pull/3953)
|
||||
* Add config for riot-bot on desktop app build
|
||||
[\#3954](https://github.com/vector-im/riot-web/pull/3954)
|
||||
* Desktop: 'copy link address'
|
||||
[\#3952](https://github.com/vector-im/riot-web/pull/3952)
|
||||
* Reduce rageshake log size to 1MB
|
||||
[\#3943](https://github.com/vector-im/riot-web/pull/3943)
|
||||
* CSS for putting country dd on same line as phone input
|
||||
[\#3942](https://github.com/vector-im/riot-web/pull/3942)
|
||||
* fix #3894
|
||||
[\#3919](https://github.com/vector-im/riot-web/pull/3919)
|
||||
* change vector->riot on the surface
|
||||
[\#3894](https://github.com/vector-im/riot-web/pull/3894)
|
||||
* move manifest.json outward so it is scoped properly
|
||||
[\#3888](https://github.com/vector-im/riot-web/pull/3888)
|
||||
* add to manifest
|
||||
[\#3799](https://github.com/vector-im/riot-web/pull/3799)
|
||||
* Automatically update component-index
|
||||
[\#3886](https://github.com/vector-im/riot-web/pull/3886)
|
||||
* move electron -> electron_app because npm smart
|
||||
[\#3877](https://github.com/vector-im/riot-web/pull/3877)
|
||||
* Fix bug report endpoint in config.sample.json.
|
||||
[\#3863](https://github.com/vector-im/riot-web/pull/3863)
|
||||
* Update 2 missed icons to the new icon
|
||||
[\#3851](https://github.com/vector-im/riot-web/pull/3851)
|
||||
* Make left panel better for new users (mk II)
|
||||
[\#3804](https://github.com/vector-im/riot-web/pull/3804)
|
||||
* match primary package.json
|
||||
[\#3839](https://github.com/vector-im/riot-web/pull/3839)
|
||||
* Re-add productName
|
||||
[\#3829](https://github.com/vector-im/riot-web/pull/3829)
|
||||
* Remove leading v in /version file, for SemVer and to match Electron ver
|
||||
[\#3683](https://github.com/vector-im/riot-web/pull/3683)
|
||||
* Fix scope of callback
|
||||
[\#3790](https://github.com/vector-im/riot-web/pull/3790)
|
||||
* Remember and Recall window layout/position state
|
||||
[\#3622](https://github.com/vector-im/riot-web/pull/3622)
|
||||
* Remove babelcheck
|
||||
[\#3808](https://github.com/vector-im/riot-web/pull/3808)
|
||||
* Include MXID and device id in rageshakes
|
||||
[\#3809](https://github.com/vector-im/riot-web/pull/3809)
|
||||
* import Modal
|
||||
[\#3791](https://github.com/vector-im/riot-web/pull/3791)
|
||||
* Pin filesize ver to fix break upstream
|
||||
[\#3775](https://github.com/vector-im/riot-web/pull/3775)
|
||||
* Improve Room Directory Look & Feel
|
||||
[\#3751](https://github.com/vector-im/riot-web/pull/3751)
|
||||
* Fix emote RRs alignment
|
||||
[\#3742](https://github.com/vector-im/riot-web/pull/3742)
|
||||
* Remove unused `placeholder` prop on RoomDropTarget
|
||||
[\#3741](https://github.com/vector-im/riot-web/pull/3741)
|
||||
* Modify CSS for matrix-org/matrix-react-sdk#833
|
||||
[\#3732](https://github.com/vector-im/riot-web/pull/3732)
|
||||
* Warn when exiting due to single-instance
|
||||
[\#3727](https://github.com/vector-im/riot-web/pull/3727)
|
||||
* Electron forgets it was maximized when you click on a notification
|
||||
[\#3709](https://github.com/vector-im/riot-web/pull/3709)
|
||||
* CSS to make h1 and h2 the same size as h1.
|
||||
[\#3719](https://github.com/vector-im/riot-web/pull/3719)
|
||||
* Prevent long room names/topics from pushing UI of the screen
|
||||
[\#3721](https://github.com/vector-im/riot-web/pull/3721)
|
||||
* Disable dropdown highlight on focus
|
||||
[\#3717](https://github.com/vector-im/riot-web/pull/3717)
|
||||
* Escape HTML Tags from Linux Notifications (electron)
|
||||
[\#3564](https://github.com/vector-im/riot-web/pull/3564)
|
||||
* styling for spoilerized access token view in Settings
|
||||
[\#3651](https://github.com/vector-im/riot-web/pull/3651)
|
||||
* Fix Webpack conf
|
||||
[\#3690](https://github.com/vector-im/riot-web/pull/3690)
|
||||
* Add config.json to .gitignore
|
||||
[\#3599](https://github.com/vector-im/riot-web/pull/3599)
|
||||
* add command line arg (--hidden) for electron app
|
||||
[\#3641](https://github.com/vector-im/riot-web/pull/3641)
|
||||
* fix ImageView Download functionality
|
||||
[\#3640](https://github.com/vector-im/riot-web/pull/3640)
|
||||
* Add cross-env into the mix
|
||||
[\#3693](https://github.com/vector-im/riot-web/pull/3693)
|
||||
* Remember acceptance for unsupported browsers.
|
||||
[\#3694](https://github.com/vector-im/riot-web/pull/3694)
|
||||
* Cosmetics to go with matrix-org/matrix-react-sdk#811
|
||||
[\#3692](https://github.com/vector-im/riot-web/pull/3692)
|
||||
* Cancel quicksearch on ESC
|
||||
[\#3680](https://github.com/vector-im/riot-web/pull/3680)
|
||||
* Optimise RoomList and implement quick-search functionality on it.
|
||||
[\#3654](https://github.com/vector-im/riot-web/pull/3654)
|
||||
* Progress updates for rageshake uploads
|
||||
[\#3648](https://github.com/vector-im/riot-web/pull/3648)
|
||||
* Factor out rageshake upload to a separate file
|
||||
[\#3645](https://github.com/vector-im/riot-web/pull/3645)
|
||||
* rageshake: fix race when collecting logs
|
||||
[\#3644](https://github.com/vector-im/riot-web/pull/3644)
|
||||
* Fix a flaky test
|
||||
[\#3649](https://github.com/vector-im/riot-web/pull/3649)
|
||||
|
||||
Changes in [0.9.9](https://github.com/vector-im/riot-web/releases/tag/v0.9.9) (2017-04-25)
|
||||
==========================================================================================
|
||||
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.9-rc.2...v0.9.9)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "riot-web",
|
||||
"productName": "Riot",
|
||||
"main": "src/electron-main.js",
|
||||
"version": "0.9.10-rc.1",
|
||||
"version": "0.9.9",
|
||||
"description": "A feature-rich client for Matrix.org",
|
||||
"author": "Vector Creations Ltd.",
|
||||
"dependencies": {
|
||||
|
||||
@@ -6,11 +6,68 @@
|
||||
"integrations_ui_url": "https://scalar.vector.im/",
|
||||
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
||||
"welcomeUserId": "@riot-bot:matrix.org",
|
||||
"enableLabs": true,
|
||||
"roomDirectory": {
|
||||
"servers": [
|
||||
"matrix.org"
|
||||
]
|
||||
],
|
||||
"serverConfig": {
|
||||
"matrix.org": {
|
||||
"networks": [
|
||||
"_matrix",
|
||||
"gitter",
|
||||
"irc:freenode",
|
||||
"irc:mozilla",
|
||||
"irc:snoonet",
|
||||
"irc:oftc"
|
||||
]
|
||||
}
|
||||
},
|
||||
"networks": {
|
||||
"gitter": {
|
||||
"protocol": "gitter",
|
||||
"portalRoomPattern": "#gitter_.*:matrix.org",
|
||||
"name": "Gitter",
|
||||
"icon": "https://gitter.im/favicon.ico",
|
||||
"example": "org/community",
|
||||
"nativePattern": "[^\\s]+/[^\\s]+$"
|
||||
},
|
||||
"irc:freenode": {
|
||||
"protocol": "irc",
|
||||
"domain": "chat.freenode.net",
|
||||
"portalRoomPattern": "#freenode_.*:matrix.org",
|
||||
"name": "Freenode",
|
||||
"icon": "https://matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
||||
"example": "#channel",
|
||||
"nativePattern": "^#[^\\s]+$"
|
||||
},
|
||||
"irc:mozilla": {
|
||||
"protocol": "irc",
|
||||
"domain": "chat.freenode.net",
|
||||
"portalRoomPattern": "#mozilla_.*:matrix.org",
|
||||
"name": "Mozilla",
|
||||
"icon": "https://matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
||||
"example": "#channel",
|
||||
"nativePattern": "^#[^\\s]+$"
|
||||
},
|
||||
"irc:snoonet": {
|
||||
"protocol": "irc",
|
||||
"domain": "ipv6-irc.snoonet.org",
|
||||
"portalRoomPattern": "#_snoonet_.*:matrix.org",
|
||||
"name": "Snoonet",
|
||||
"icon": "https://matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
||||
"example": "#channel",
|
||||
"nativePattern": "^#[^\\s]+$"
|
||||
},
|
||||
"irc:oftc": {
|
||||
"protocol": "irc",
|
||||
"domain": "irc.oftc.net",
|
||||
"portalRoomPattern": "#_oftc_.*:matrix.org",
|
||||
"name": "OFTC",
|
||||
"icon": "https://matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
||||
"example": "#channel",
|
||||
"nativePattern": "^#[^\\s]+$"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,12 +86,6 @@ function onLinkContextMenu(ev, params) {
|
||||
safeOpenURL(params.linkURL);
|
||||
},
|
||||
}));
|
||||
popup_menu.append(new electron.MenuItem({
|
||||
label: 'Copy Link Address',
|
||||
click() {
|
||||
electron.clipboard.writeText(params.linkURL);
|
||||
},
|
||||
}));
|
||||
popup_menu.popup();
|
||||
ev.preventDefault();
|
||||
}
|
||||
|
||||
22
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "riot-web",
|
||||
"productName": "Riot",
|
||||
"main": "electron_app/src/electron-main.js",
|
||||
"version": "0.9.10-rc.1",
|
||||
"version": "0.9.9",
|
||||
"description": "A feature-rich client for Matrix.org",
|
||||
"author": "Vector Creations Ltd.",
|
||||
"repository": {
|
||||
@@ -27,23 +27,22 @@
|
||||
"matrix-react-parent": "matrix-react-sdk",
|
||||
"scripts": {
|
||||
"reskindex": "reskindex -h src/header",
|
||||
"reskindex:watch": "reskindex -h src/header -w",
|
||||
"build:res": "node scripts/copy-res.js",
|
||||
"build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js",
|
||||
"build:compile": "npm run reskindex && babel --source-maps -d lib src",
|
||||
"build:compile": "babel --source-maps -d lib src",
|
||||
"build:bundle": "cross-env NODE_ENV=production webpack -p --progress",
|
||||
"build:bundle:dev": "webpack --optimize-occurence-order --progress",
|
||||
"build:electron": "npm run clean && npm run build && build -wml --ia32 --x64",
|
||||
"build": "npm run reskindex && npm run build:res && npm run build:bundle",
|
||||
"build:dev": "npm run reskindex && npm run build:res && npm run build:bundle:dev",
|
||||
"build": "npm run build:res && npm run build:bundle",
|
||||
"build:dev": "npm run build:res && npm run build:bundle:dev",
|
||||
"dist": "scripts/package.sh",
|
||||
"install:electron": "install-app-deps",
|
||||
"electron": "npm run install:electron && electron .",
|
||||
"start:res": "node scripts/copy-res.js -w",
|
||||
"start:js": "webpack-dev-server --output-filename=bundles/_dev_/[name].js --output-chunk-file=bundles/_dev_/[name].js -w --progress",
|
||||
"start:js:prod": "cross-env NODE_ENV=production webpack-dev-server -w --progress",
|
||||
"start": "parallelshell \"npm run reskindex:watch\" \"npm run start:res\" \"npm run start:js\"",
|
||||
"start:prod": "parallelshell \"npm run reskindex:watch\" \"npm run start:res\" \"npm run start:js:prod\"",
|
||||
"start": "parallelshell \"npm run start:res\" \"npm run start:js\"",
|
||||
"start:prod": "parallelshell \"npm run start:res\" \"npm run start:js:prod\"",
|
||||
"lint": "eslint src/",
|
||||
"lintall": "eslint src/ test/",
|
||||
"clean": "rimraf lib webapp electron/dist",
|
||||
@@ -61,12 +60,11 @@
|
||||
"favico.js": "^0.3.10",
|
||||
"filesize": "3.5.6",
|
||||
"flux": "~2.0.3",
|
||||
"gemini-scrollbar": "matrix-org/gemini-scrollbar#b302279",
|
||||
"gfm.css": "^1.1.1",
|
||||
"highlight.js": "^9.0.0",
|
||||
"linkifyjs": "^2.1.3",
|
||||
"matrix-js-sdk": "0.7.8-rc.1",
|
||||
"matrix-react-sdk": "0.8.9-rc.1",
|
||||
"matrix-js-sdk": "matrix-org/matrix-js-sdk#develop",
|
||||
"matrix-react-sdk": "matrix-org/matrix-react-sdk#develop",
|
||||
"modernizr": "^3.1.0",
|
||||
"pako": "^1.0.5",
|
||||
"q": "^1.4.1",
|
||||
@@ -74,7 +72,7 @@
|
||||
"react-dnd": "^2.1.4",
|
||||
"react-dnd-html5-backend": "^2.1.2",
|
||||
"react-dom": "^15.4.0",
|
||||
"react-gemini-scrollbar": "matrix-org/react-gemini-scrollbar#5e97aef",
|
||||
"react-gemini-scrollbar": "matrix-org/react-gemini-scrollbar#39d858c",
|
||||
"sanitize-html": "^1.11.1",
|
||||
"ua-parser-js": "^0.7.10",
|
||||
"url": "^0.11.0"
|
||||
@@ -143,7 +141,7 @@
|
||||
"build": {
|
||||
"appId": "im.riot.app",
|
||||
"category": "Network",
|
||||
"electronVersion": "1.6.8",
|
||||
"electronVersion": "1.6.2",
|
||||
"//asar=false": "https://github.com/electron-userland/electron-builder/issues/675",
|
||||
"asar": false,
|
||||
"dereference": true,
|
||||
|
||||
BIN
res/flags/AD.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/AE.png
|
Before Width: | Height: | Size: 841 B |
BIN
res/flags/AF.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/AG.png
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
res/flags/AI.png
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
res/flags/AL.png
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
res/flags/AM.png
|
Before Width: | Height: | Size: 744 B |
BIN
res/flags/AO.png
|
Before Width: | Height: | Size: 1.0 KiB |
BIN
res/flags/AQ.png
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
res/flags/AR.png
|
Before Width: | Height: | Size: 955 B |
BIN
res/flags/AS.png
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
res/flags/AT.png
|
Before Width: | Height: | Size: 701 B |
BIN
res/flags/AU.png
|
Before Width: | Height: | Size: 1.7 KiB |
BIN
res/flags/AW.png
|
Before Width: | Height: | Size: 938 B |
BIN
res/flags/AX.png
|
Before Width: | Height: | Size: 900 B |
BIN
res/flags/AZ.png
|
Before Width: | Height: | Size: 978 B |
BIN
res/flags/BA.png
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
res/flags/BB.png
|
Before Width: | Height: | Size: 1.0 KiB |
BIN
res/flags/BD.png
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
res/flags/BE.png
|
Before Width: | Height: | Size: 689 B |
BIN
res/flags/BF.png
|
Before Width: | Height: | Size: 954 B |
BIN
res/flags/BG.png
|
Before Width: | Height: | Size: 737 B |
BIN
res/flags/BH.png
|
Before Width: | Height: | Size: 842 B |
BIN
res/flags/BI.png
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
res/flags/BJ.png
|
Before Width: | Height: | Size: 777 B |
BIN
res/flags/BL.png
|
Before Width: | Height: | Size: 692 B |
BIN
res/flags/BM.png
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
res/flags/BN.png
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
res/flags/BO.png
|
Before Width: | Height: | Size: 733 B |
BIN
res/flags/BQ.png
|
Before Width: | Height: | Size: 726 B |
BIN
res/flags/BR.png
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
res/flags/BS.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/BT.png
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
res/flags/BV.png
|
Before Width: | Height: | Size: 866 B |
BIN
res/flags/BW.png
|
Before Width: | Height: | Size: 697 B |
BIN
res/flags/BY.png
|
Before Width: | Height: | Size: 950 B |
BIN
res/flags/BZ.png
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
res/flags/CA.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/CC.png
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
res/flags/CD.png
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
res/flags/CF.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/CG.png
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
res/flags/CH.png
|
Before Width: | Height: | Size: 800 B |
BIN
res/flags/CI.png
|
Before Width: | Height: | Size: 692 B |
BIN
res/flags/CK.png
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
res/flags/CL.png
|
Before Width: | Height: | Size: 964 B |
BIN
res/flags/CM.png
|
Before Width: | Height: | Size: 908 B |
BIN
res/flags/CN.png
|
Before Width: | Height: | Size: 1.0 KiB |
BIN
res/flags/CO.png
|
Before Width: | Height: | Size: 726 B |
BIN
res/flags/CR.png
|
Before Width: | Height: | Size: 734 B |
BIN
res/flags/CU.png
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
res/flags/CV.png
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
res/flags/CW.png
|
Before Width: | Height: | Size: 970 B |
BIN
res/flags/CX.png
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
res/flags/CY.png
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
res/flags/CZ.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/DE.png
|
Before Width: | Height: | Size: 734 B |
BIN
res/flags/DJ.png
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
res/flags/DK.png
|
Before Width: | Height: | Size: 797 B |
BIN
res/flags/DM.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/DO.png
|
Before Width: | Height: | Size: 946 B |
BIN
res/flags/DZ.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/EC.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/EE.png
|
Before Width: | Height: | Size: 723 B |
BIN
res/flags/EG.png
|
Before Width: | Height: | Size: 914 B |
BIN
res/flags/EH.png
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
res/flags/ER.png
|
Before Width: | Height: | Size: 1.7 KiB |
BIN
res/flags/ES.png
|
Before Width: | Height: | Size: 1.0 KiB |
BIN
res/flags/ET.png
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
res/flags/FI.png
|
Before Width: | Height: | Size: 841 B |
BIN
res/flags/FJ.png
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
res/flags/FK.png
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
res/flags/FM.png
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
res/flags/FO.png
|
Before Width: | Height: | Size: 834 B |
BIN
res/flags/FR.png
|
Before Width: | Height: | Size: 692 B |
BIN
res/flags/GA.png
|
Before Width: | Height: | Size: 753 B |
BIN
res/flags/GB.png
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
res/flags/GD.png
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
res/flags/GE.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/GF.png
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
res/flags/GG.png
|
Before Width: | Height: | Size: 1001 B |
BIN
res/flags/GH.png
|
Before Width: | Height: | Size: 1010 B |
BIN
res/flags/GI.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/GL.png
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
res/flags/GM.png
|
Before Width: | Height: | Size: 743 B |
BIN
res/flags/GN.png
|
Before Width: | Height: | Size: 699 B |
BIN
res/flags/GP.png
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
res/flags/GQ.png
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
res/flags/GR.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/GS.png
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
res/flags/GT.png
|
Before Width: | Height: | Size: 949 B |
BIN
res/flags/GU.png
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
res/flags/GW.png
|
Before Width: | Height: | Size: 972 B |